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