From 55562f8122757b163889e8af5f02bcce9007e204 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 29 Jun 2021 15:15:22 +0200 Subject: [PATCH] xonotic: fix url --- pkgs/games/xonotic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/xonotic/default.nix b/pkgs/games/xonotic/default.nix index 0a5a58885d0..19cd1941ddc 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/${pname}-${version}-source.zip"; - sha256 = "0axxw04fyz6jlfqd0kp7hdrqa0li31sx1pbipf2j5qp9wvqicsay"; + url = "https://dl.xonotic.org/xonotic-${version}.zip"; + sha256 = "sha256-oi9yMPSGxYJbVc/a3XM5nJsPrpjJ4IHdisduygg1mtU="; }; nativeBuildInputs = [ unzip ];