summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-03-06 17:03:15 +0200
committerGitHub <noreply@github.com>2023-03-06 17:03:15 +0200
commitacddb9f5fbc2159eeae36929b3f013da20628a29 (patch)
treefde24e7b28a95b93da57e8307ae64490d56924d0 /pkgs/games
parente16a8baa41fcdf35251898e0069ce4931fec6c98 (diff)
parent5dda1cbe9549cdf25c4ac70df5d7b230a613fbc3 (diff)
downloadnixpkgs-acddb9f5fbc2159eeae36929b3f013da20628a29.tar
nixpkgs-acddb9f5fbc2159eeae36929b3f013da20628a29.tar.gz
nixpkgs-acddb9f5fbc2159eeae36929b3f013da20628a29.tar.bz2
nixpkgs-acddb9f5fbc2159eeae36929b3f013da20628a29.tar.lz
nixpkgs-acddb9f5fbc2159eeae36929b3f013da20628a29.tar.xz
nixpkgs-acddb9f5fbc2159eeae36929b3f013da20628a29.tar.zst
nixpkgs-acddb9f5fbc2159eeae36929b3f013da20628a29.zip
Merge pull request #219757 from wackbyte/bump-grapejuice
Diffstat (limited to 'pkgs/games')
-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 a8f30697710..629ecac0564 100644
--- a/pkgs/games/grapejuice/default.nix
+++ b/pkgs/games/grapejuice/default.nix
@@ -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 = [