diff options
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,7 +75,7 @@ version = "0.01"; src = fetchgit { url = "https://git.akon.city/camu"; - rev = "5c059c0167f468ed4c98592b55a312143bd94b22"; + rev = "0b13cf2a3bbd105fe4326e8e005536da43684df6"; postFetch = '' export NIX_SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt @@ -93,7 +93,7 @@ find subprojects -type d -name .git -prune -execdir rm -r {} + ''; - sha256 = "N8exxIVSoW0bbsIRsyNnOlYyoVKvwTBNtv5w1aK0LuU="; + sha256 = "y7hz0nA2krkNvcNo57p1mqCEz8ebZ9bNtW4Qa0tA5dc="; }; outputs = [ "out" "dev" ]; nativeBuildInputs = [ |