gzdoom: 4.2.0 -> 4.2.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gzdoom/versions
This commit is contained in:
R. RyanTM 2019-09-26 12:25:01 -07:00 committed by Lassulus
parent 0d80f97069
commit 6a9f695860

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "gzdoom";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "coelckers";
repo = "gzdoom";
rev = "g${version}";
sha256 = "0ifc10y8pdxb6ra38m55k26wb2cwdbjrblx3s24xivmsnkpbn7f6";
sha256 = "1fak8bmsb3jqcx28hr60yj3dd3khzhjw1kgq6q7piwnmgr27ibgd";
};
nativeBuildInputs = [ cmake makeWrapper ];