fix: set real hash for aiov2_ctl fetchFromGitHub

This commit is contained in:
2026-06-16 19:11:00 -04:00
parent e05ef66b8f
commit f0ec375875

View File

@@ -43,7 +43,7 @@ let
owner = "hackergadgets"; owner = "hackergadgets";
repo = "aiov2_ctl"; repo = "aiov2_ctl";
rev = "main"; rev = "main";
hash = lib.fakeSha256; # will fail with real hash on first build hash = "sha256-ddffc50568fb082340283ab4acb58d22ddbf429985a71f1804a6ca1deb455289";
}; };
dontUnpack = true; dontUnpack = true;