openloco: 23.02 -> 24.01.1

This commit is contained in:
Robin Appelman 2024-02-10 15:56:16 +01:00
parent 4cf1063b7c
commit 8fdc24168a

View file

@ -7,19 +7,19 @@
, libzip
, openal
, pkg-config
, span-lite
, yaml-cpp
, fmt
}:
stdenv.mkDerivation rec {
pname = "openloco";
version = "23.02";
version = "24.01.1";
src = fetchFromGitHub {
owner = "OpenLoco";
repo = "OpenLoco";
rev = "v${version}";
hash = "sha256-35g7tnKez4tnTdZzavfU+X8f3btFG6EbLkU+cqL6Qek=";
hash = "sha256-QkJmJGObp5irk66SSGTxjydcp3sPaCbxcjcU3XGTVfo=";
};
# the upstream build process determines the version tag from git; since we
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
libzip
openal
yaml-cpp
span-lite
fmt
];
meta = {