diff options
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" ]; |