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