summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index b18c512..9a85511 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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