about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-07-27 19:10:27 +0200
committerGitHub <noreply@github.com>2022-07-27 19:10:27 +0200
commit55dd938c7018eda55764636661ed6a9e76523a9d (patch)
treec740a6b70b7b1e1627ef6cef8e6d878b2ec09057
parent279ab74ddae9dd25a191e1879f177b204c459c3c (diff)
parent50c4fdfd7a161b73709bfb255a8dc0ac59a4dc81 (diff)
Merge pull request #183056 from Craftzman7/pkg/grapejuice
grapejuice: 5.1.1 -> 5.2.2
-rw-r--r--pkgs/games/grapejuice/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/grapejuice/default.nix b/pkgs/games/grapejuice/default.nix
index 901045f750ffb..08df64fb0e084 100644
--- a/pkgs/games/grapejuice/default.nix
+++ b/pkgs/games/grapejuice/default.nix
@@ -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 = [