diff options
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ version = "0.13"; src = fetchgit { url = "https://git.akon.city/mauri"; - rev = "d513a3a47b4fd263be60acb74d822d6db298280f"; + rev = "2984204c74711f5d1a186f4e450027ccbae07880"; postFetch = '' export NIX_SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt @@ -36,7 +36,7 @@ find subprojects -type d -name .git -prune -execdir rm -r {} + ''; - sha256 = "yFQSVubqce6f35SHHVSlLLRfoaAXdvlPO8koxPc8jtQ="; + sha256 = "2lmTbPfLR/Hh6f26c1NwahJUIII/cipeEEk4aTd/sOA="; }; nativeBuildInputs = [ git |