lol

Merge pull request #188757 from quasigod-io/master

authored by

Sandro and committed by
GitHub
e3d69590 295608e1

+2 -2
+2 -2
pkgs/games/grapejuice/default.nix
··· 18 18 19 19 python3Packages.buildPythonApplication rec { 20 20 pname = "grapejuice"; 21 - version = "5.2.2"; 21 + version = "5.5.4"; 22 22 23 23 src = fetchFromGitLab { 24 24 owner = "BrinkerVII"; 25 25 repo = "grapejuice"; 26 26 rev = "v${version}"; 27 - sha256 = "sha256-YEAYoZF1Lf0ykB13cuRf5sOR1HIxwdcibyJLgP3g4Jk="; 27 + sha256 = "sha256-y4J0589FgNahRmoPkVtHYtc6/OIfUi9bhz6BZrSeWVI="; 28 28 }; 29 29 30 30 nativeBuildInputs = [