We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b582bb5 commit 17bae96Copy full SHA for 17bae96
pkgs/games/quakespasm/vulkan.nix
@@ -22,13 +22,13 @@
22
}:
23
stdenv.mkDerivation (finalAttrs: {
24
pname = "vkquake";
25
- version = "1.31.3";
+ version = "1.32.0";
26
27
src = fetchFromGitHub {
28
owner = "Novum";
29
repo = "vkQuake";
30
tag = finalAttrs.version;
31
- sha256 = "sha256-VqTfcwt6/VTotD2Y7x7WiVwISRGOLfmMWh6EO5DSMX4=";
+ hash = "sha256-UnldXIQD05yPFPuES5PvWFu0xQf72iht10GYJFZdZlQ=";
32
};
33
34
nativeBuildInputs = [
0 commit comments