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:
parent
61eb2b639b
commit
e9c4e3ffb4
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue