Skip to content

Commit

Permalink
gzdoom: 4.13.1 -> 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gliczy committed Oct 31, 2024
1 parent 870ac82 commit 2abc9cb
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.1";
version = "4.13.2";

src = fetchFromGitHub {
owner = "ZDoom";
repo = "gzdoom";
rev = "g${version}";
fetchSubmodules = true;
hash = "sha256-pp05tcXFM2NqAPtOtsUprWyV6RE8MQoRSXyp56yELVI=";
hash = "sha256-3nkdpJ3XO58YHtjVTwxdSdCL6CnMcih6mTnI7FXLm34=";
};

outputs = [
Expand Down

0 comments on commit 2abc9cb

Please sign in to comment.