summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-04-13 18:25:59 -0400
committerAndrew Opalach <andrew@akon.city> 2026-04-13 18:25:59 -0400
commit22d3be9264087ed80d034df0e805bd8101a7d381 (patch)
treec17eeb55e001a6ea4737f938963f139f6f3d2511
parent0f312f61e825fff0a4cb3f74d87a0489629eb34e (diff)
downloadcamu-22d3be9264087ed80d034df0e805bd8101a7d381.tar.gz
camu-22d3be9264087ed80d034df0e805bd8101a7d381.tar.bz2
camu-22d3be9264087ed80d034df0e805bd8101a7d381.zip
Update flake
Signed-off-by: Andrew Opalach <andrew@akon.city>
-rw-r--r--flake.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index ef010bc..a568246 100644
--- a/flake.nix
+++ b/flake.nix
@@ -90,7 +90,7 @@
version = "0.01";
src = fetchgit {
url = "https://git.akon.city/camu.git";
- rev = "9b1aa16374da5ac7da83da823788fd35be6d172c";
+ rev = "0f312f61e825fff0a4cb3f74d87a0489629eb34e";
postFetch = ''
export NIX_SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt
@@ -98,17 +98,17 @@
${lib.getExe meson} subprojects download \
libalabaster libnaunet stela miniaudio linmath.h
- cd "$out/subprojects/libalabaster-b5b7657"
+ cd "$out/subprojects/libalabaster-c633226"
${lib.getExe meson} subprojects download c89atomic
- cd "$out/subprojects/libnaunet-1e0f603"
+ cd "$out/subprojects/libnaunet-a389b8f"
${lib.getExe meson} subprojects download libev
cd "$out"
find subprojects -type d -name .git -prune -execdir rm -r {} +
'';
- sha256 = "HefIlrpfaWYucuYof49yG9Jheucx87H/qGGUnOmGrB0=";
+ sha256 = "eHLMUqX7jDWoGsz5Coz8FU9b4MCtS+ZCJcPpYjPiDIQ=";
};
nvidia-support = false;
sources = [ "file" "http" "cdio" ];