Merge pull request #302807 from opl-/upgrade/openttd-jgrpp/0.58.2

openttd-jgrpp: 0.58.1 -> 0.58.2

authored by Peder Bergebakken Sundt and committed by GitHub 191a9a82 115bbb69

+2 -2
+2 -2
pkgs/games/openttd/jgrpp.nix
··· 2 3 openttd.overrideAttrs (oldAttrs: rec { 4 pname = "openttd-jgrpp"; 5 - version = "0.58.1"; 6 7 src = fetchFromGitHub rec { 8 owner = "JGRennison"; 9 repo = "OpenTTD-patches"; 10 rev = "jgrpp-${version}"; 11 - hash = "sha256-6R+biPgQyFPJD6Or6Jhm+7RZ7xe/SC6h83XVZkE+gSk="; 12 }; 13 14 buildInputs = oldAttrs.buildInputs ++ [ zstd ];
··· 2 3 openttd.overrideAttrs (oldAttrs: rec { 4 pname = "openttd-jgrpp"; 5 + version = "0.58.2"; 6 7 src = fetchFromGitHub rec { 8 owner = "JGRennison"; 9 repo = "OpenTTD-patches"; 10 rev = "jgrpp-${version}"; 11 + hash = "sha256-XwKCqfYgrqQpo/2L+vHCde/z2QV88BFL+WQqvsEYdhE="; 12 }; 13 14 buildInputs = oldAttrs.buildInputs ++ [ zstd ];