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

vkquake: 1.13.0 -> 1.20.3
This commit is contained in:
Jonas Heinrich 2022-08-21 09:42:27 +02:00 committed by GitHub
commit 302e3f85b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "vkquake";
version = "1.13.0";
version = "1.20.3";
src = fetchFromGitHub {
owner = "Novum";
repo = "vkQuake";
rev = version;
sha256 = "sha256-dRPeUsBLliBevjMOSMU+uPSAivrQ0tbuh4QeLmowrAI=";
sha256 = "sha256-ocxXkayWujqAFV5N67VfmzJOUbjCPBZut9zmwNRYDeI=";
};
sourceRoot = "source/Quake";