openloco: 24.01.1 -> 24.04

This commit is contained in:
R. Ryantm 2024-04-12 06:28:45 +00:00
parent 27bcfed792
commit 43291a15b3

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "openloco"; pname = "openloco";
version = "24.01.1"; version = "24.04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "OpenLoco"; owner = "OpenLoco";
repo = "OpenLoco"; repo = "OpenLoco";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-QkJmJGObp5irk66SSGTxjydcp3sPaCbxcjcU3XGTVfo="; hash = "sha256-LyA1Wl2xto05DUp3kuWEQo7Hbk8PAy990PC7bLeBFto=";
}; };
# the upstream build process determines the version tag from git; since we # the upstream build process determines the version tag from git; since we