perlPackages.URIFind: 20111103 -> 20140709

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-13 19:31:23 +02:00
parent bf2834a105
commit 934be04e19
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -13524,11 +13524,11 @@ let self = _self // overrides; _self = with self; {
};
};
URIFind = buildPerlModule {
name = "URI-Find-20111103";
URIFind = buildPerlModule rec {
name = "URI-Find-20140709";
src = fetchurl {
url = mirror://cpan/authors/id/M/MS/MSCHWERN/URI-Find-20111103.tar.gz;
sha256 = "1igbbj14j5fssdqrbr60mg3w95wldfxdikplqdmqgf2zn5j65ibr";
url = "mirror://cpan/authors/id/M/MS/MSCHWERN/${name}.tar.gz";
sha256 = "0czc4h182s7sx3k123m7qlg7yybnwxgh369hap3c3b6xgrglrhy0";
};
propagatedBuildInputs = [ URI ];
meta = {