Skip to content

Commit e206e51

Browse files
committed
gzdoom: 4.14.0 -> 4.14.1
1 parent 1505f2e commit e206e51

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

pkgs/by-name/gz/gzdoom/package.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,16 @@
2525

2626
stdenv.mkDerivation rec {
2727
pname = "gzdoom";
28-
version = "4.14.0";
28+
version = "4.14.1";
2929

3030
src = fetchFromGitHub {
3131
owner = "ZDoom";
3232
repo = "gzdoom";
3333
rev = "g${version}";
3434
fetchSubmodules = true;
35-
hash = "sha256-+gLWt1qBKl8xGK6sALnjqPuXcBexjWKbEkbRMFtLcbE=";
35+
hash = "sha256-Hrqi2xpyMGcTJ2rI59EpcEtoJ+gCGmwEy+F396M3f/4=";
3636
};
3737

38-
patches = [ ./string_format.patch ];
39-
4038
outputs = [ "out" ] ++ lib.optionals stdenv.hostPlatform.isLinux [ "doc" ];
4139

4240
nativeBuildInputs = [

pkgs/by-name/gz/gzdoom/string_format.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)