summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-05 00:56:58 +0000
committerGitHub <noreply@github.com>2021-01-05 00:56:58 +0000
commit0e4e47512d709e93c35fa575dd82e3e6ce4f884d (patch)
tree937091db4b8e386f917648baf773d2dd51ab2973 /pkgs/games
parente1ed9b3b0851b95d3e82fb1085a121531c32a42a (diff)
parenta43963db12774a01af9159981d877bb8326463ca (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/warsow/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/warsow/default.nix b/pkgs/games/warsow/default.nix
index 4c2cd1b5a288..64c275ec4441 100644
--- a/pkgs/games/warsow/default.nix
+++ b/pkgs/games/warsow/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "2.1.2";
src = fetchurl {
- url = "http://slice.sh/warsow/${pname}-${version}.tar.gz";
+ url = "http://warsow.net/${pname}-${version}.tar.gz";
sha256 = "07y2airw5qg3s1bf1c63a6snjj22riz0mqhk62jmfm9nrarhavrc";
};