Skip to content

Commit 6934c6e

Browse files
authored
raze: 1.10.2 -> 1.11.0 (#384427)
2 parents c4b1fa4 + d9d0fa1 commit 6934c6e

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pkgs/by-name/ra/raze/package.nix

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "raze";
23-
version = "1.10.2";
23+
version = "1.11.0";
2424

2525
src = fetchFromGitHub {
2626
owner = "ZDoom";
2727
repo = "Raze";
2828
tag = finalAttrs.version;
29-
hash = "sha256-R3Sm/cibg+D2QPS4UisRp91xvz3Ine2BUR8jF5Rbj1g=";
29+
hash = "sha256-P8iwCkLch8054PwnGmgqTPWA8O2yyMruDeUDJGxDI2Q=";
3030
leaveDotGit = true;
3131
postFetch = ''
3232
cd $out
@@ -35,15 +35,6 @@ stdenv.mkDerivation (finalAttrs: {
3535
'';
3636
};
3737

38-
patches = [
39-
# Fix build with gcc14
40-
(fetchpatch {
41-
name = "fix-gcc14.patch";
42-
url = "https://github.com/ZDoom/Raze/commit/f3cad8426cd808be5ded036ed12a497d27d3742e.patch";
43-
hash = "sha256-TMx5gFmcuSQbVPjpBnKgK7EluqPSWhLF+TU8ZRaL7LE=";
44-
})
45-
];
46-
4738
nativeBuildInputs = [
4839
cmake
4940
ninja

0 commit comments

Comments
 (0)