diff options
| author | 2025-05-07 16:59:15 -0400 | |
|---|---|---|
| committer | 2025-05-07 16:59:15 -0400 | |
| commit | 8404c1bad9d4ac448b4b051f29446ca2f24c4ef8 (patch) | |
| tree | fcca5cce62d6b10930e5e183b7a3d861d80adb2f | |
| parent | 8f9ddafb128eabe346b48adebdeb1f34da05b005 (diff) | |
| download | camu-8404c1bad9d4ac448b4b051f29446ca2f24c4ef8.tar.gz camu-8404c1bad9d4ac448b4b051f29446ca2f24c4ef8.tar.bz2 camu-8404c1bad9d4ac448b4b051f29446ca2f24c4ef8.zip | |
Update flake
Signed-off-by: Andrew Opalach <andrew@akon.city>
| -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 = [ |