Merge pull request #219757 from wackbyte/bump-grapejuice

This commit is contained in:
Artturi 2023-03-06 17:03:15 +02:00 committed by GitHub
commit acddb9f5fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@
python3Packages.buildPythonApplication rec {
pname = "grapejuice";
version = "7.2.1";
version = "7.8.3";
src = fetchFromGitLab {
owner = "BrinkerVII";
repo = "grapejuice";
rev = "v${version}";
sha256 = "sha256-bx0jqG03GSHj1lO9NRh8DJRUyJBbyVUKCy/2pZ3OWas=";
sha256 = "sha256-jNh3L6JDuJryFpHQaP8UesBmepmJopoHxb/XUfOwZz4=";
};
nativeBuildInputs = [