mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
perlPackages.DataCompare: update from 1.22 to 1.2102
This commit is contained in:
parent
bfe8e8148a
commit
83a4c1ed79
@ -1810,10 +1810,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
DataCompare = buildPerlPackage rec {
|
||||
name = "Data-Compare-1.22";
|
||||
name = "Data-Compare-1.2102";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/modules/by-module/Data/${name}.tar.gz";
|
||||
sha256 = "1bz8qasp3ndiprxq2l0llbc0xbnjq11lz0l1lfzxiap7v1y2r3yf";
|
||||
url = "mirror://cpan/authors/id/D/DC/DCANTRELL/${name}.tar.gz";
|
||||
sha256 = "0v1997gnq3gpcr7f64jmyay2l60s5z6gsiy5hbpn1p2l2hrfnwlj";
|
||||
};
|
||||
propagatedBuildInputs = [ FileFindRule ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user