mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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:
parent
ef44ea0b2c
commit
e53ffbdbee
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user