summary refs log tree commit diff
path: root/pkgs/games/quakespasm
diff options
context:
space:
mode:
authorgnidorah <gnidorah@users.noreply.github.com>2020-11-09 13:19:38 +0300
committerPeter Hoeg <peter@hoeg.com>2020-11-10 09:05:15 +0800
commit3aca0e1e6c2d473525efc2fe083cffe47f44d46f (patch)
tree43ac3a16a4f3d21209f2ce7cabf6044dc98d42d0 /pkgs/games/quakespasm
parenta049480f2d1d1ecd3ecf23e063a75c3a59dbade0 (diff)
downloadnixpkgs-3aca0e1e6c2d473525efc2fe083cffe47f44d46f.tar
nixpkgs-3aca0e1e6c2d473525efc2fe083cffe47f44d46f.tar.gz
nixpkgs-3aca0e1e6c2d473525efc2fe083cffe47f44d46f.tar.bz2
nixpkgs-3aca0e1e6c2d473525efc2fe083cffe47f44d46f.tar.lz
nixpkgs-3aca0e1e6c2d473525efc2fe083cffe47f44d46f.tar.xz
nixpkgs-3aca0e1e6c2d473525efc2fe083cffe47f44d46f.tar.zst
nixpkgs-3aca0e1e6c2d473525efc2fe083cffe47f44d46f.zip
vkquake: 1.05.0 -> 1.05.1
Diffstat (limited to 'pkgs/games/quakespasm')
-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 49f9e683235..73639fd7553 100644
--- a/pkgs/games/quakespasm/vulkan.nix
+++ b/pkgs/games/quakespasm/vulkan.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "vkquake";
-  version = "1.05.0";
+  version = "1.05.1";
 
   src = fetchFromGitHub {
     owner = "Novum";
     repo = "vkQuake";
     rev = version;
-    sha256 = "16ryjfkmnhlxv7b6yvyk3247q7ih4g90a7c4z501xiyp7h0wlsw8";
+    sha256 = "03b2vxpakp6zizb0m65q9lq800z67b052k01q251b3f04kr1waih";
   };
 
   sourceRoot = "source/Quake";