vkquake: 1.31.1.1 -> 1.31.2 (#346306)

This commit is contained in:
h7x4 2024-10-07 02:16:17 +02:00 committed by GitHub
commit de4bd4e1de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "vkquake";
version = "1.31.1.1";
version = "1.31.2";
src = fetchFromGitHub {
owner = "Novum";
repo = "vkQuake";
rev = version;
sha256 = "sha256-GSCH8U5N95I/gj5KIzAnpsU4i2xJuzXcccuKKAskk8Q=";
sha256 = "sha256-7JE1KBavZt8u55KpWMmQOJJuxlW99ICnaQI4MbTgGdw=";
};
nativeBuildInputs = [