mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
yamdi: change src url to sourceforge mirror
This commit is contained in:
parent
9da0403527
commit
5569b982f5
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
# Source repo is also available here:
|
# Source repo is also available here:
|
||||||
# https://github.com/ioppermann/yamdi
|
# https://github.com/ioppermann/yamdi
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.sourceforge.net/project/yamdi/yamdi/${version}/yamdi-${version}.tar.gz";
|
url = "mirror://sourceforge/yamdi/yamdi-${version}.tar.gz";
|
||||||
sha256 = "4a6630f27f6c22bcd95982bf3357747d19f40bd98297a569e9c77468b756f715";
|
sha256 = "4a6630f27f6c22bcd95982bf3357747d19f40bd98297a569e9c77468b756f715";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user