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

vkquake: 1.31.0 -> 1.31.1.1
This commit is contained in:
Pol Dellaiera 2024-08-11 08:21:05 +02:00 committed by GitHub
commit 33b0207da6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "vkquake";
version = "1.31.0";
version = "1.31.1.1";
src = fetchFromGitHub {
owner = "Novum";
repo = "vkQuake";
rev = version;
sha256 = "sha256-3xWwqN0EcwDMEhVxfLa0bMMClM+zELEFWzO/EJvPNs0=";
sha256 = "sha256-GSCH8U5N95I/gj5KIzAnpsU4i2xJuzXcccuKKAskk8Q=";
};
nativeBuildInputs = [