3
0
Fork 0
forked from mirrors/nixpkgs

ezquake: 3.6.2 -> 3.6.3

This commit is contained in:
R. Ryantm 2023-08-22 12:51:54 +00:00
parent 54fa599980
commit c8e949e2af

View file

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "ezquake";
version = "3.6.2";
version = "3.6.3";
src = fetchFromGitHub {
owner = "QW-Group";
repo = pname + "-source";
rev = version;
fetchSubmodules = true;
hash = "sha256-mi/VDSZ+ybEAaZOhBGh/cSnrRUAB/h+WQZ4Aml0UfW4=";
hash = "sha256-ThrsJfj+eP7Lv2ZSNLO6/b98VHrL6/rhwf2p0qMvTF8=";
};
nativeBuildInputs = [ pkg-config ];