File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 2020
2121stdenv . 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
You can’t perform that action at this time.
0 commit comments