space-cadet-pinball: 2.0.1 -> 2.1.0

This commit is contained in:
Colin 2024-03-22 02:45:57 +00:00
parent 0e63f85393
commit b0e0783ed5
1 changed files with 2 additions and 11 deletions

View File

@ -15,24 +15,15 @@ let
in
stdenv.mkDerivation rec {
pname = "SpaceCadetPinball";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "k4zmu2a";
repo = pname;
rev = "Release_${version}";
sha256 = "sha256-LmYplJr1Mg4yNg9eP02FXf9mL1FnzNBhpted3GpmlQ0=";
hash = "sha256-W2P7Txv3RtmKhQ5c0+b4ghf+OMsN+ydUZt+6tB+LClM=";
};
patches = [
# remove when updating past 2.0.1
(fetchpatch {
name = "fix-install-directories";
url = "https://github.com/k4zmu2a/SpaceCadetPinball/commit/d8ee1b9bfeee21d3981a40e735411393392bc1f6.patch";
sha256 = "sha256-BtCDJ+a9AFaOM8nyId0eU9GN/gUQT2kFCO4RIVTzZlE=";
})
];
nativeBuildInputs = [ cmake makeWrapper ];
buildInputs = [
SDL2