fix sha256 hash
This commit is contained in:
parent
f5c37cbd61
commit
51d9a27d82
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
owner = "BrinkerVII";
|
owner = "BrinkerVII";
|
||||||
repo = "grapejuice";
|
repo = "grapejuice";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0000000000000000000000000000000000000000000000000000";
|
sha256 = "sha256-CWTnofJXx9T/hGXx3rdephXHjpiVRdFEJQ1u2v6n7yo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue