perl-TimeHiRes: fix url

This commit is contained in:
Pascal Wittmann 2015-10-13 11:57:51 +02:00
parent 8e2aa95922
commit bc7e3345f5
1 changed files with 1 additions and 1 deletions
pkgs/top-level

View File

@ -11890,7 +11890,7 @@ let self = _self // overrides; _self = with self; {
TimeHiRes = buildPerlPackage rec {
name = "Time-HiRes-1.9726";
src = fetchurl {
url = "mirror://cpan/modules/by-module/Time/${name}.tar.gz";
url = "mirror://cpan/authors/id/Z/ZE/ZEFRAM/${name}.tar.gz";
sha256 = "17hhd53p72z08l1riwz5f6rch6hngby1pympkla5miznn7cjlrpz";
};
};