Upgrade to 25.05

This commit is contained in:
soraefir
2025-06-08 15:58:40 +02:00
parent 4346ec7232
commit db69b419b6
7 changed files with 24 additions and 24 deletions

View File

@ -1,10 +1,10 @@
{ final, prev, ... }:
prev.openttd-jgrpp.overrideAttrs (old: rec {
version = "0.55.3";
version = "0.65.3";
src = prev.fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-E1+pXpXNHOu9nPTGSY8baVaKf1Um6IGDjpi1MmENez8=";
hash = "sha256-lmDkYrk7qjUSTtCQQCN/pbuLDt3+2RI1K8A1H1GJRjw=";
};
})