grapejuice: 5.2.2 -> 5.5.4

This commit is contained in:
quasigod-io 2022-08-28 22:15:37 -04:00
parent e0761655d8
commit 289ace3de1

View file

@ -18,13 +18,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "grapejuice"; pname = "grapejuice";
version = "5.2.2"; version = "5.5.4";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "BrinkerVII"; owner = "BrinkerVII";
repo = "grapejuice"; repo = "grapejuice";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-YEAYoZF1Lf0ykB13cuRf5sOR1HIxwdcibyJLgP3g4Jk="; sha256 = "sha256-y4J0589FgNahRmoPkVtHYtc6/OIfUi9bhz6BZrSeWVI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [