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 = "8f9ddafb128eabe346b48adebdeb1f34da05b005"; + rev = "5c059c0167f468ed4c98592b55a312143bd94b22"; 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 = "BB04qqp9Fqu+Uv62CZD6xy+RvLTEMdMGYDrMbdHZXCc="; + sha256 = "N8exxIVSoW0bbsIRsyNnOlYyoVKvwTBNtv5w1aK0LuU="; }; outputs = [ "out" "dev" ]; nativeBuildInputs = [ |