Merge pull request #250762 from r-ryantm/auto-update/ezquake

ezquake: 3.6.2 -> 3.6.3
This commit is contained in:
OTABI Tomoya 2023-08-23 12:18:22 +09:00 committed by GitHub
commit 17759ba056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];