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 = "e7c1373b05719a7a36cf44f9833cd0f4124a8201"; + rev = "2dbe56bc324dcf26cc5a83fcdf79b62384bfa5c1"; 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 = "YTGwEg/6sAzAjwsZtkXmrBvqdzwWJRkhTT4BTBxT+FM="; + sha256 = "p5XVDfmafAyK5WAsLXvchfiynOng+aWl2BLH4AInfOE="; }; nativeBuildInputs = [ git |