yquake2: 7.20 -> 7.30

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yquake2/versions
This commit is contained in:
R. RyanTM 2018-12-08 15:12:59 -08:00
parent e0950ae9ad
commit 7598fd57d3

View file

@ -14,13 +14,13 @@ let
yquake2 = stdenv.mkDerivation rec {
name = "yquake2-${version}";
version = "7.20";
version = "7.30";
src = fetchFromGitHub {
owner = "yquake2";
repo = "yquake2";
rev = "QUAKE2_${builtins.replaceStrings ["."] ["_"] version}";
sha256 = "1yrmn8vajab3zd0fni029s6wrvv2ljn1kyhaiw02wm1dc5yyzb2g";
sha256 = "0xfr620k1hns70dckv6k0kc72jbiwyghcys904jpriv5x94lnrlc";
};
enableParallelBuilding = true;