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 = "1ad221ed1865a7169fbd18c28b01aeaaf0942972"; + rev = "49e01c8cde0c212abd3c67091102cfd7797c1e07"; 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 = "qv8pVcxbLcVy4yny90BxwwC3u7x+tQfGcF1pjhtpAyw="; + sha256 = "krYh12QXB/ijxT9AaktE1jm9dQ71FQ8dXGKWN4vtXcY="; }; outputs = [ "out" "dev" ]; nativeBuildInputs = [ |