Skip to content

Commit

Permalink
Merge pull request NixOS#238817 from Kranzes/xonotic
Browse files Browse the repository at this point in the history
xonotic: 0.8.5 -> 0.8.6
  • Loading branch information
Kranzes authored Jun 20, 2023
2 parents 0670716 + d08d99e commit d30970c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/games/xonotic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

let
pname = "xonotic";
version = "0.8.5";
version = "0.8.6";
name = "${pname}-${version}";
variant =
if withSDL && withGLX then
Expand Down Expand Up @@ -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 ];
Expand Down Expand Up @@ -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$")
Expand Down

0 comments on commit d30970c

Please sign in to comment.