summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-17 12:18:39 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-17 12:18:39 -0500
commit7dccc2559d0237eda0bf9510d292bb309afded66 (patch)
treea12ef7e1879495ec8d48293131098ed05f6ef23f
parent37684729283f62fd7f1e74bc2b318dc9ad2cb695 (diff)
downloadcamu-7dccc2559d0237eda0bf9510d292bb309afded66.tar.gz
camu-7dccc2559d0237eda0bf9510d292bb309afded66.tar.bz2
camu-7dccc2559d0237eda0bf9510d292bb309afded66.zip
Update flake
Signed-off-by: Andrew Opalach <andrew@akon.city>
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 958ad2c..759db1d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = [