summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-10-19 16:10:54 -0400
committerAndrew Opalach <andrew@akon.city> 2024-10-19 16:10:54 -0400
commit5cea6f91921c9c0963952609cecb1e28dd7bde12 (patch)
treeaf064803d51288edac35e786a219bc4005f01ac6
parentca453193aba9acffeeca528981a3197f6e01976a (diff)
downloadmauri-5cea6f91921c9c0963952609cecb1e28dd7bde12.tar.gz
mauri-5cea6f91921c9c0963952609cecb1e28dd7bde12.tar.bz2
mauri-5cea6f91921c9c0963952609cecb1e28dd7bde12.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 195d555..4a0f83d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -16,7 +16,7 @@
version = "0.13";
src = fetchgit {
url = "https://git.akon.city/mauri";
- rev = "e7c1373b05719a7a36cf44f9833cd0f4124a8201";
+ rev = "2dbe56bc324dcf26cc5a83fcdf79b62384bfa5c1";
postFetch = ''
export NIX_SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt
@@ -36,7 +36,7 @@
find subprojects -type d -name .git -prune -execdir rm -r {} +
'';
- sha256 = "YTGwEg/6sAzAjwsZtkXmrBvqdzwWJRkhTT4BTBxT+FM=";
+ sha256 = "p5XVDfmafAyK5WAsLXvchfiynOng+aWl2BLH4AInfOE=";
};
nativeBuildInputs = [
git