vkquake: 1.31.2 -> 1.31.3

This commit is contained in:
PopeRigby 2024-11-10 00:13:57 -08:00
parent d3cba66b11
commit 872d4bf33e

View File

@ -1,33 +1,33 @@
{
lib,
stdenv,
fetchFromGitHub,
meson,
ninja,
glslang,
pkg-config,
flac,
libopus,
opusfile,
makeWrapper,
SDL2,
fetchFromGitHub,
flac,
glslang,
gzip,
lib,
libmpg123,
libopus,
libvorbis,
libmad,
makeWrapper,
meson,
moltenvk,
ninja,
opusfile,
pkg-config,
stdenv,
vulkan-headers,
vulkan-loader,
moltenvk,
}:
stdenv.mkDerivation rec {
pname = "vkquake";
version = "1.31.2";
version = "1.31.3";
src = fetchFromGitHub {
owner = "Novum";
repo = "vkQuake";
rev = version;
sha256 = "sha256-7JE1KBavZt8u55KpWMmQOJJuxlW99ICnaQI4MbTgGdw=";
sha256 = "sha256-VqTfcwt6/VTotD2Y7x7WiVwISRGOLfmMWh6EO5DSMX4=";
};
nativeBuildInputs = [
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
SDL2
flac
gzip
libmad
libmpg123
libopus
libvorbis
opusfile