mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
ack: use mirror url
This commit is contained in:
parent
9282052a85
commit
a4fc9e8515
1 changed files with 2 additions and 2 deletions
|
@ -1164,7 +1164,7 @@ with self; {
|
|||
pname = "ArrayUtils";
|
||||
version = "0.5";
|
||||
src = fetchurl {
|
||||
url = "https://cpan.metacpan.org/authors/id/Z/ZM/ZMIJ/Array/Array-Utils-0.5.tar.gz";
|
||||
url = "mirror://cpan/authors/id/Z/ZM/ZMIJ/Array/Array-Utils-0.5.tar.gz";
|
||||
hash = "sha256-id0bf82bQ3lJKjp3SW45/mzTebdz/QOmsWDdJu3mN3A=";
|
||||
};
|
||||
meta = {
|
||||
|
@ -18940,7 +18940,7 @@ with self; {
|
|||
version = "0.07";
|
||||
buildInputs = [ ModuleBuildTiny ];
|
||||
src = fetchurl {
|
||||
url = "https://cpan.metacpan.org/authors/id/A/AB/ABERNDT/Net-MPD-0.07.tar.gz";
|
||||
url = "mirror://cpan/authors/id/A/AB/ABERNDT/Net-MPD-0.07.tar.gz";
|
||||
hash = "sha256-M4L7nG9cJd4mKPVhRCn6igB5FSFnjELaBoyZ57KU6VM=";
|
||||
};
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue