devilutionx: 1.4.0 -> 1.4.1

Removed SDL_AUDIOLIB patch as it is included in the 1.4.1 release,
updated libzt dependency to match
https://github.com/diasurgical/devilutionX/commit/6bf474a6ba

Anund d3291f4f 4d5535c9

+4 -11
+4 -11
pkgs/games/devilutionx/default.nix
··· 42 42 owner = "diasurgical"; 43 43 repo = "libzt"; 44 44 fetchSubmodules = true; 45 - rev = "a34ba7f1cc2e41b05badd25d1b01fdc5fd2f4e02"; 46 - sha256 = "sha256-tyIPt+7OTi5W+5X/ixQP1puOKdhrqRZtpwXlWFBFpc8="; 45 + rev = "37a2efb0b925df632299ef07dc78c0af5f6b4756"; 46 + sha256 = "sha256-+o4ZTVqh4MDZES9m7mkfkMRlRDMBytDBuA0QIlnp73U="; 47 47 }; 48 48 49 49 # missing pkg-config and/or cmake file ··· 55 55 56 56 stdenv.mkDerivation rec { 57 57 pname = "devilutionx"; 58 - version = "1.4.0"; 58 + version = "1.4.1"; 59 59 60 60 src = fetchFromGitHub { 61 61 owner = "diasurgical"; 62 62 repo = "devilutionX"; 63 63 rev = version; 64 - sha256 = "sha256-uuIPTdgGpHA8j1M8b+kfnBuiJ5mdS9rckvEfn2h7lmo="; 64 + sha256 = "sha256-l0BhL+DXtkG2PdFqmkL0KJv41zl3N/AcuLmzw2j3jXY="; 65 65 }; 66 - 67 - patches = [ 68 - (fetchpatch { 69 - url = "https://github.com/diasurgical/devilutionX/commit/03b22352fc9e1ecb88b20a053c90c04a50717267.patch"; 70 - sha256 = "sha256-5aAwi1NV8P+nLLbEEnlwLGNQCQBb0nQkIVe5tR5Shsw="; 71 - }) 72 - ]; 73 66 74 67 postPatch = '' 75 68 substituteInPlace Source/init.cpp --replace "/usr/share/diasurgical/devilutionx/" "${placeholder "out"}/share/diasurgical/devilutionx/"