1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

zandronum: use new hg url

This commit is contained in:
lassulus 2020-09-08 16:26:41 +02:00
parent 61eb2b639b
commit e9c4e3ffb4

View file

@ -14,7 +14,7 @@ in stdenv.mkDerivation rec {
version = "3.0.1";
src = fetchhg {
url = "https://bitbucket.org/Torr_Samaho/zandronum-stable";
url = "https://hg.osdn.net/view/zandronum/zandronum-stable";
rev = "ZA_${version}";
sha256 = "16v5b6wfrmabs3ky6isbfhlrqdjrr1pvfxlxwk0im02kcpxxw9qw";
};