about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-17 14:44:20 +0800
committerGitHub <noreply@github.com>2021-12-17 14:44:20 +0800
commit096700463d8916414b2a238de3bd580c536fba1f (patch)
treed40b2ccbe29de6a8c7ad7870257703e122402935 /pkgs
parent14435c7c4e10b40fd35c3584bd839950feb5d663 (diff)
parent5e025965166581aafe8170a418fb2cdef0fd058a (diff)
Merge pull request #150268 from legendofmiracles/vkquake
vkquake: 1.11.0 -> 1.12.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/quakespasm/vulkan.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/quakespasm/vulkan.nix b/pkgs/games/quakespasm/vulkan.nix
index a71f36f723766..2dc84155324d0 100644
--- a/pkgs/games/quakespasm/vulkan.nix
+++ b/pkgs/games/quakespasm/vulkan.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "vkquake";
-  version = "1.11.0";
+  version = "1.12.1";
 
   src = fetchFromGitHub {
     owner = "Novum";
     repo = "vkQuake";
     rev = version;
-    sha256 = "sha256-FbHqpBiTJWeJPBHUBTOIuXRoLttmDIpip5wUvuVw8YI=";
+    sha256 = "sha256-D6JtYhR+bkYYm4yuipNrsonziDGiDWICEohy4Mgdr+0=";
   };
 
   sourceRoot = "source/Quake";