Skip to content

Commit

Permalink
gzdoom: 4.13.0 -> 4.13.1 (#350034)
Browse files Browse the repository at this point in the history
  • Loading branch information
azahi authored Oct 20, 2024
2 parents 4deb3c8 + 06f1751 commit 6a31099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gz/gzdoom/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@

stdenv.mkDerivation rec {
pname = "gzdoom";
version = "4.13.0";
version = "4.13.1";

src = fetchFromGitHub {
owner = "ZDoom";
repo = "gzdoom";
rev = "g${version}";
fetchSubmodules = true;
hash = "sha256-Cm4ww/QXTzRiSojeGtZ+CwAL2oSxKaTaTLiGkcNjxaE=";
hash = "sha256-pp05tcXFM2NqAPtOtsUprWyV6RE8MQoRSXyp56yELVI=";
};

outputs = [
Expand Down

0 comments on commit 6a31099

Please sign in to comment.