diff options
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,7 +40,7 @@ version = "0.01"; src = fetchgit { url = "https://git.akon.city/camu"; - rev = "80c5b241c7c6e0fd7e693e0ff36cfebe9cf434a5"; + rev = "4e962ca0022e50321ea4f1a112cd3b3573730717"; postFetch = '' export NIX_SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt @@ -58,7 +58,7 @@ find subprojects -type d -name .git -prune -execdir rm -r {} + ''; - sha256 = "Di1Pt0F53wJ43yPuT5r/MoZcohYCYEWN8pThj0JnIo4="; + sha256 = "V7RFYPCfeD/aF+Pbqm3Mjrqo2RCOF+PNj8TMjkb++fE="; }; outputs = [ "out" "dev" ]; nativeBuildInputs = [ |