fix: set real hash for aiov2_ctl fetchFromGitHub
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user