Skip to content

Commit 6a31099

Browse files
authored
gzdoom: 4.13.0 -> 4.13.1 (#350034)
2 parents 4deb3c8 + 06f1751 commit 6a31099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828

2929
stdenv.mkDerivation rec {
3030
pname = "gzdoom";
31-
version = "4.13.0";
31+
version = "4.13.1";
3232

3333
src = fetchFromGitHub {
3434
owner = "ZDoom";
3535
repo = "gzdoom";
3636
rev = "g${version}";
3737
fetchSubmodules = true;
38-
hash = "sha256-Cm4ww/QXTzRiSojeGtZ+CwAL2oSxKaTaTLiGkcNjxaE=";
38+
hash = "sha256-pp05tcXFM2NqAPtOtsUprWyV6RE8MQoRSXyp56yELVI=";
3939
};
4040

4141
outputs = [

0 commit comments

Comments
 (0)