Unverified Commit 85ff9310 authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

Merge pull request #309173 from r-ryantm/auto-update/gzdoom

gzdoom: 4.12.1 -> 4.12.2
parents 3f709516 01b5d7a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

stdenv.mkDerivation rec {
  pname = "gzdoom";
  version = "4.12.1";
  version = "4.12.2";

  src = fetchFromGitHub {
    owner = "ZDoom";
    repo = "gzdoom";
    rev = "g${version}";
    fetchSubmodules = true;
    hash = "sha256-ityjfxlazt/R9vD+azVGr+w7Sdjlbh+ekbJexkPSF1g=";
    hash = "sha256-taie1Iod3pXvuxxBC7AArmtndkIV0Di9mtJoPvPkioo=";
  };

  outputs = [ "out" "doc" ];