fix sha256 hash

This commit is contained in:
Sakooooo 2023-08-24 17:42:56 +03:00
parent f5c37cbd61
commit 51d9a27d82
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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 = [