summary refs log tree commit diff
path: root/pkgs/games/grapejuice
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-08-07 04:24:10 +0300
committerArtturin <Artturin@artturin.com>2021-08-07 04:24:10 +0300
commit3cf4dbe256c8f638d00a572ace829f29f43589c6 (patch)
tree3175cdad7a0a68fb20d70ba96ac84e978e551d36 /pkgs/games/grapejuice
parented61460de2006092586ef381278849a9b0470d9c (diff)
downloadnixpkgs-3cf4dbe256c8f638d00a572ace829f29f43589c6.tar
nixpkgs-3cf4dbe256c8f638d00a572ace829f29f43589c6.tar.gz
nixpkgs-3cf4dbe256c8f638d00a572ace829f29f43589c6.tar.bz2
nixpkgs-3cf4dbe256c8f638d00a572ace829f29f43589c6.tar.lz
nixpkgs-3cf4dbe256c8f638d00a572ace829f29f43589c6.tar.xz
nixpkgs-3cf4dbe256c8f638d00a572ace829f29f43589c6.tar.zst
nixpkgs-3cf4dbe256c8f638d00a572ace829f29f43589c6.zip
grapejuice: 3.40.14 -> 3.60.14
Diffstat (limited to 'pkgs/games/grapejuice')
-rw-r--r--pkgs/games/grapejuice/default.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/games/grapejuice/default.nix b/pkgs/games/grapejuice/default.nix
index 586d93151e2..35a55ba307e 100644
--- a/pkgs/games/grapejuice/default.nix
+++ b/pkgs/games/grapejuice/default.nix
@@ -15,13 +15,13 @@
 
 python3Packages.buildPythonApplication rec  {
   pname = "grapejuice";
-  version = "3.40.14";
+  version = "3.60.14";
 
   src = fetchFromGitLab {
     owner = "BrinkerVII";
     repo = "grapejuice";
-    rev = "v${version}";
-    sha256 = "1bmkkmi1gx5kc39cjnz5bzwqaicxs0zb6bcv4iny9qccbqf3icrd";
+    rev = "8a86aa31444f6afa97e4ab4cc2c651b1243b8349";
+    sha256 = "sha256-2+zG0O5ZW3rA4c83HXWsQ/V72KwHgrynDH0i3rLBWwU=";
   };
 
   nativeBuildInputs = [
@@ -53,9 +53,6 @@ python3Packages.buildPythonApplication rec  {
   ];
 
   postPatch = ''
-    substituteInPlace requirements.txt \
-      --replace "PyGObject-stubs" ""
-
     substituteInPlace src/grapejuice_common/assets/desktop/grapejuice.desktop \
       --replace \$GRAPEJUICE_EXECUTABLE "$out/bin/grapejuice" \
       --replace \$GRAPEJUICE_ICON grapejuice