about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2023-06-21 00:50:01 +0300
committerGitHub <noreply@github.com>2023-06-21 00:50:01 +0300
commitd30970cd3a9dd4f9a359d9c0af48c0ee97e08843 (patch)
tree5cf849fdd535fdc626d087d4f35739dc789527fe /pkgs/games
parent0670716bb2a4d45e9b87af24f01cb6b1a25086e9 (diff)
parentd08d99efd5cbe4b0a679ddaeecae1ccff8b6ac85 (diff)
Merge pull request #238817 from Kranzes/xonotic
xonotic: 0.8.5 -> 0.8.6
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/xonotic/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/xonotic/default.nix b/pkgs/games/xonotic/default.nix
index 56f1336db8daa..785e889421fd5 100644
--- a/pkgs/games/xonotic/default.nix
+++ b/pkgs/games/xonotic/default.nix
@@ -16,7 +16,7 @@
 
 let
   pname = "xonotic";
-  version = "0.8.5";
+  version = "0.8.6";
   name = "${pname}-${version}";
   variant =
     if withSDL && withGLX then
@@ -61,7 +61,7 @@ let
 
     src = fetchurl {
       url = "https://dl.xonotic.org/xonotic-${version}-source.zip";
-      sha256 = "sha256-oagbpVqxUb8JdY5/WWFLLlFQ6EIkdT53lQvNB6KC6l0=";
+      hash = "sha256-i5KseBz/SuicEhoj6s197AWiqr7azMI6GdGglYtAEqg=";
     };
 
     nativeBuildInputs = [ unzip ];
@@ -145,7 +145,7 @@ in rec {
   xonotic-data = fetchzip {
     name = "xonotic-data";
     url = "https://dl.xonotic.org/xonotic-${version}.zip";
-    sha256 = "sha256-/malKGbDdUnqG+bJOJ2f3zHb7hAGiNZdprczr2Fgb5E=";
+    hash = "sha256-Lhjpyk7idmfQAVn4YUb7diGyyKZQBfwNXxk2zMOqiZQ=";
     postFetch = ''
       cd $out
       rm -rf $(ls | grep -v "^data$" | grep -v "^key_0.d0pk$")