diff options
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,7 +66,7 @@ version = "0.01"; src = fetchgit { url = "https://git.akon.city/camu"; - rev = "c8c0af300dde117a839f2d5d6b777694d7f118e9"; + rev = "8f9ddafb128eabe346b48adebdeb1f34da05b005"; postFetch = '' export NIX_SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt @@ -84,7 +84,7 @@ find subprojects -type d -name .git -prune -execdir rm -r {} + ''; - sha256 = "IvML6rk4WF3kfWM4FS4M9Gxf0rnBYU+9/H6cxeAOLhs="; + sha256 = "BB04qqp9Fqu+Uv62CZD6xy+RvLTEMdMGYDrMbdHZXCc="; }; outputs = [ "out" "dev" ]; nativeBuildInputs = [ |