From bf93f1c180aeb3e9f58b84737610163817a62c77 Mon Sep 17 00:00:00 2001 From: Yuka <86169957+yu-re-ka@users.noreply.github.com> Date: Wed, 30 Jun 2021 23:15:54 +0200 Subject: xonotic: fix urls (#128766) --- pkgs/games/xonotic/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/games/xonotic/default.nix b/pkgs/games/xonotic/default.nix index 19cd1941ddc..b15e111970e 100644 --- a/pkgs/games/xonotic/default.nix +++ b/pkgs/games/xonotic/default.nix @@ -58,8 +58,8 @@ let inherit version; src = fetchurl { - url = "https://dl.xonotic.org/xonotic-${version}.zip"; - sha256 = "sha256-oi9yMPSGxYJbVc/a3XM5nJsPrpjJ4IHdisduygg1mtU="; + url = "https://dl.xonotic.org/xonotic-${version}-source.zip"; + sha256 = "0axxw04fyz6jlfqd0kp7hdrqa0li31sx1pbipf2j5qp9wvqicsay"; }; nativeBuildInputs = [ unzip ]; @@ -120,7 +120,7 @@ let in rec { xonotic-data = fetchzip { name = "xonotic-data"; - url = "https://dl.xonotic.org/xonotic-data-${version}.zip"; + url = "https://dl.xonotic.org/xonotic-${version}.zip"; sha256 = "1ygkh0v68y4sd1w5vpk8dgb65h5jm599hwszdfgjp3ax4d3ml81x"; extraPostFetch = '' cd $out -- cgit 1.4.1