vkquake: 1.11.0 -> 1.12.1

This commit is contained in:
legendofmiracles 2021-12-11 09:53:58 -06:00
parent 12bdf48e7b
commit 5e02596516
No known key found for this signature in database
GPG Key ID: 19B082B3DEFE5451

View File

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