mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
xonotic: 0.8.5 -> 0.8.6
This commit is contained in:
parent
a62bcbcd12
commit
d08d99efd5
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "xonotic";
|
pname = "xonotic";
|
||||||
version = "0.8.5";
|
version = "0.8.6";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
variant =
|
variant =
|
||||||
if withSDL && withGLX then
|
if withSDL && withGLX then
|
||||||
@ -61,7 +61,7 @@ let
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://dl.xonotic.org/xonotic-${version}-source.zip";
|
url = "https://dl.xonotic.org/xonotic-${version}-source.zip";
|
||||||
sha256 = "sha256-oagbpVqxUb8JdY5/WWFLLlFQ6EIkdT53lQvNB6KC6l0=";
|
hash = "sha256-i5KseBz/SuicEhoj6s197AWiqr7azMI6GdGglYtAEqg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
@ -145,7 +145,7 @@ in rec {
|
|||||||
xonotic-data = fetchzip {
|
xonotic-data = fetchzip {
|
||||||
name = "xonotic-data";
|
name = "xonotic-data";
|
||||||
url = "https://dl.xonotic.org/xonotic-${version}.zip";
|
url = "https://dl.xonotic.org/xonotic-${version}.zip";
|
||||||
sha256 = "sha256-/malKGbDdUnqG+bJOJ2f3zHb7hAGiNZdprczr2Fgb5E=";
|
hash = "sha256-Lhjpyk7idmfQAVn4YUb7diGyyKZQBfwNXxk2zMOqiZQ=";
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
cd $out
|
cd $out
|
||||||
rm -rf $(ls | grep -v "^data$" | grep -v "^key_0.d0pk$")
|
rm -rf $(ls | grep -v "^data$" | grep -v "^key_0.d0pk$")
|
||||||
|
Loading…
Reference in New Issue
Block a user