Merge pull request #253640 from heyimnova/grapejuice

grapejuice: 7.14.4 -> 7.20.11

authored by

Artturi and committed by
GitHub
b200e0df 6a8f3b09

+2 -2
+2 -2
pkgs/games/grapejuice/default.nix
··· 20 20 21 21 python3Packages.buildPythonApplication rec { 22 22 pname = "grapejuice"; 23 - version = "7.14.4"; 23 + version = "7.20.11"; 24 24 25 25 src = fetchFromGitLab { 26 26 owner = "BrinkerVII"; 27 27 repo = "grapejuice"; 28 28 rev = "v${version}"; 29 - hash = "sha256-CWTnofJXx9T/hGXx3rdephXHjpiVRdFEJQ1u2v6n7yo="; 29 + hash = "sha256-sDw67Xseeak1v5x0daznfdeNQahDTj21AVvXmuZlsgg="; 30 30 }; 31 31 32 32 nativeBuildInputs = [