hasenloch: update to newer version

This commit is contained in:
schweby 2021-04-02 16:38:31 +02:00
parent a2bd7880b4
commit 2974b9688b
No known key found for this signature in database
GPG key ID: B880491D046E2F87

View file

@ -11,10 +11,10 @@
services.engelsystem = { services.engelsystem = {
enable = true; enable = true;
package = pkgs.engelsystem.overrideAttrs (oldAttrs: rec { package = pkgs.engelsystem.overrideAttrs (oldAttrs: rec {
version = "3.1.1-r2r"; version = "main-c48664b";
src = pkgs.fetchzip { src = pkgs.fetchzip {
url = "https://schwe.by/files/engelsystem2.zip"; url = "https://schwe.by/files/engelsystem3.zip";
sha256 = "0kqididzlslzrcpx89pf57008lh040ghhhab83sz28zabsm9945q"; sha256 = "1rfbbl69llb4nd6kpz1zqs9aqlfj3qkrp4qc58mzcs1ng3px30b9";
}; };
}); });
domain = "himmel.hacc.earth"; domain = "himmel.hacc.earth";