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 = "5f32becb738a4b04f5b8951fdd8a464bf65eba8e"; + rev = "65b12673bd4d253756e5a0dab455f9935c54b019"; 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 = "YT4LN+Z7eU42bquoxBx0NzQwgGuRY+t6PVQzZDW62X8="; + sha256 = "QR6bGzHF7AM66Qd3sVMCqGskWsIQuentvgEaLimafR8="; }; outputs = [ "out" "dev" ]; nativeBuildInputs = [ |