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