Merge pull request #183056 from Craftzman7/pkg/grapejuice

grapejuice: 5.1.1 -> 5.2.2
This commit is contained in:
Sandro 2022-07-27 19:10:27 +02:00 committed by GitHub
commit 55dd938c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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