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 = "dd78b485feed383ab56021a06b9809e57511bea9"; + rev = "d513a3a47b4fd263be60acb74d822d6db298280f"; 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 = "o+3b/veNVZv7kQNaf/9l2oED/k9N5dUus3mS/WhSgFc="; + sha256 = "yFQSVubqce6f35SHHVSlLLRfoaAXdvlPO8koxPc8jtQ="; }; nativeBuildInputs = [ git |