Merge pull request #151952 from r-ryantm/auto-update/vkquake

vkquake: 1.12.1 -> 1.12.2
This commit is contained in:
Bobby Rong 2021-12-27 21:16:07 +08:00 committed by GitHub
commit ec5ee15a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "vkquake";
version = "1.12.1";
version = "1.12.2";
src = fetchFromGitHub {
owner = "Novum";
repo = "vkQuake";
rev = version;
sha256 = "sha256-D6JtYhR+bkYYm4yuipNrsonziDGiDWICEohy4Mgdr+0=";
sha256 = "sha256-+AUSsqarDW40JKgDUIF3G9RNOKqQLuQHOGF23L8anPQ=";
};
sourceRoot = "source/Quake";