diff options
| author | 2025-04-28 14:14:33 -0400 | |
|---|---|---|
| committer | 2025-04-28 14:14:33 -0400 | |
| commit | 44ef9e89b2674af720cb89299df1f3938b9d8fb2 (patch) | |
| tree | 83ff2ec8f6f1e9bd359f4f9f11472af593b43397 | |
| parent | c8c0af300dde117a839f2d5d6b777694d7f118e9 (diff) | |
| download | camu-44ef9e89b2674af720cb89299df1f3938b9d8fb2.tar.gz camu-44ef9e89b2674af720cb89299df1f3938b9d8fb2.tar.bz2 camu-44ef9e89b2674af720cb89299df1f3938b9d8fb2.zip | |
Update flake
Signed-off-by: Andrew Opalach <andrew@akon.city>
| -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 = [ |