vkquake: 1.22.1 -> 1.22.3

This commit is contained in:
R. Ryantm 2022-12-15 02:02:30 +00:00 committed by Emery Hemingway
parent 80b7f0165d
commit c9785f57ed

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "vkquake";
version = "1.22.1";
version = "1.22.3";
src = fetchFromGitHub {
owner = "Novum";
repo = "vkQuake";
rev = version;
sha256 = "sha256-v0KLYAI9X1JYN7v8vpoAMWEHVMXytX72lOnJl2gJako=";
sha256 = "sha256-+8DU1QT3Lgqf1AIReVnXQ2Lq6R6eBb8VjdkJfAn/Rtc=";
};
sourceRoot = "source/Quake";