raze: 1.10.2 -> 1.11.0 (#384427)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-03 03:59:10 +01:00
committed by GitHub
+2 -11
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "raze";
version = "1.10.2";
version = "1.11.0";
src = fetchFromGitHub {
owner = "ZDoom";
repo = "Raze";
tag = finalAttrs.version;
hash = "sha256-R3Sm/cibg+D2QPS4UisRp91xvz3Ine2BUR8jF5Rbj1g=";
hash = "sha256-P8iwCkLch8054PwnGmgqTPWA8O2yyMruDeUDJGxDI2Q=";
leaveDotGit = true;
postFetch = ''
cd $out
@@ -35,15 +35,6 @@ stdenv.mkDerivation (finalAttrs: {
'';
};
patches = [
# Fix build with gcc14
(fetchpatch {
name = "fix-gcc14.patch";
url = "https://github.com/ZDoom/Raze/commit/f3cad8426cd808be5ded036ed12a497d27d3742e.patch";
hash = "sha256-TMx5gFmcuSQbVPjpBnKgK7EluqPSWhLF+TU8ZRaL7LE=";
})
];
nativeBuildInputs = [
cmake
ninja