diff options
| author | 2025-10-30 17:44:50 -0400 | |
|---|---|---|
| committer | 2025-10-30 17:44:50 -0400 | |
| commit | aa64ea4be134979a72312e9e645237ac4f376981 (patch) | |
| tree | cc43ca7694404a45a514ed65f514cdd3cd42fcce | |
| parent | 11cf2a361a56fbc315c08ee7adc025d7693c8318 (diff) | |
| download | mauri-aa64ea4be134979a72312e9e645237ac4f376981.tar.gz mauri-aa64ea4be134979a72312e9e645237ac4f376981.tar.bz2 mauri-aa64ea4be134979a72312e9e645237ac4f376981.zip | |
Update flake
Signed-off-by: Andrew Opalach <andrew@akon.city>
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -24,7 +24,7 @@ version = "0.14"; src = fetchgit { url = "https://git.akon.city/mauri"; - rev = "110be42a7d267647241905936c414a53ad18ddae"; + rev = "11cf2a361a56fbc315c08ee7adc025d7693c8318"; postFetch = '' export NIX_SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt @@ -32,17 +32,17 @@ ${lib.getExe meson} subprojects download \ libalabaster libnaunet stela janus s3tc-dxt-decompression notcurses - cd "$out/subprojects/libalabaster" + cd "$out/subprojects/libalabaster-0d1bc6c" ${lib.getExe meson} subprojects download c89atomic - cd "$out/subprojects/libnaunet" + cd "$out/subprojects/libnaunet-5edcdda" ${lib.getExe meson} subprojects download libev cd "$out" find subprojects -type d -name .git -prune -execdir rm -r {} + ''; - sha256 = "+2i61fJ0xWU7suXAON17ymfwDeQZA1qODvPaMtHXjoY="; + sha256 = "hcdlhzWgyDxVVPbI+BuzJrV/qY/0TOCMSkD/x5rmjfk="; }; nativeBuildInputs = [ git |