openxcom: 1.0.0.2019.10.18 -> 1.0.0.2023.08.12

Updates openxcom to the latest version available.
This commit is contained in:
Jakub Pawlowicz 2022-12-29 12:19:09 +01:00 committed by Pol Dellaiera
parent ef44ea0b2c
commit e53ffbdbee
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "openxcom";
version = "1.0.0.2019.10.18";
version = "1.0.0.2023.08.12";
src = fetchFromGitHub {
owner = "OpenXcom";
repo = "OpenXcom";
rev = "f9853b2cb8c8f741ac58707487ef493416d890a3";
hash = "sha256-APv49ZT94oeM4KVKGtUdoQ1t8Ly8lsocr+FqXiRXbk0=";
rev = "bd632cc8569a57fdc3b68ce53f6ea850422ec5ac";
hash = "sha256-ouYZ4rAEluqeP+ZUrbEZwCpXCw0cZLWsf1GbIE3jaTc=";
};
nativeBuildInputs = [ cmake pkg-config ];