Update overlays/openttd-jgrpp/default.nix

This commit is contained in:
sora 2023-11-17 22:19:49 +01:00
parent 58868807d0
commit 4a95c8fc21

View File

@ -1,12 +1,12 @@
{ ... }: { ... }:
final: prev: { final: prev: {
openttd-jgrpp = prev.openttd-jgrpp.overrideAttrs (old: rec { openttd-jgrpp = prev.openttd-jgrpp.overrideAttrs (old: rec {
version = "0.53.3"; version = "0.55.3";
src = prev.fetchFromGitHub rec { src = prev.fetchFromGitHub rec {
owner = "JGRennison"; owner = "JGRennison";
repo = "OpenTTD-patches"; repo = "OpenTTD-patches";
rev = "jgrpp-${version}"; rev = "jgrpp-${version}";
hash = "sha256-xpo4E07ifWUZy5z78Fwm1SpLP3wUBaBreZYbJuiNH3w="; hash = "sha256-xpo4E07ifWUZy5z78Fwm1SpLP3wUBaBreZYbJuiNH3w=";
}; };
}); });
} }