ill do this later probably
This commit is contained in:
parent
40bc71c092
commit
c1617076a3
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "grapejuice";
|
pname = "grapejuice";
|
||||||
version = "7.8.3";
|
version = "7.14.4";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "BrinkerVII";
|
owner = "BrinkerVII";
|
||||||
repo = "grapejuice";
|
repo = "grapejuice";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-jNh3L6JDuJryFpHQaP8UesBmepmJopoHxb/XUfOwZz4=";
|
sha256 = "sha256-CWTnofJXx9T/hGXx3rdephXHjpiVRdFEJQ1u2v6n7yo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue