fix(nix): update mix dependency hash in nix builds

This commit is contained in:
Jakob Lichterfeld
2025-04-26 11:36:07 +02:00
parent 1507c229a9
commit ad49caf95c
+1 -1
View File
@@ -18,7 +18,7 @@
TOP_SRC = src;
pname = "${pname}-mix-deps";
inherit src version;
hash = "sha256-yPyqqm5JlTHqhmVQrIF22ejGbebDUk8pulWfS61pTOo=";
hash = "sha256-uPbe01S/LN1n6TsbEUASwwFSoJUzgzDCVl2HcZLw4eU=";
# hash = pkgs.lib.fakeHash;
};