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,7 +1,7 @@
{ ... }:
final: prev: {
openttd-jgrpp = prev.openttd-jgrpp.overrideAttrs (old: rec {
version = "0.53.3";
version = "0.55.3";
src = prev.fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";