openloco: 24.01.1 -> 24.04
This commit is contained in:
parent
27bcfed792
commit
43291a15b3
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "openloco";
|
||||
version = "24.01.1";
|
||||
version = "24.04";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OpenLoco";
|
||||
repo = "OpenLoco";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-QkJmJGObp5irk66SSGTxjydcp3sPaCbxcjcU3XGTVfo=";
|
||||
hash = "sha256-LyA1Wl2xto05DUp3kuWEQo7Hbk8PAy990PC7bLeBFto=";
|
||||
};
|
||||
|
||||
# the upstream build process determines the version tag from git; since we
|
||||
|
|
Loading…
Reference in a new issue