Merge pull request #50243 from tathougies/travis/hash-diff

perlPackages.HashDiff: init at 0.010
This commit is contained in:
Jörg Thalheim 2018-11-15 11:30:13 +00:00 committed by GitHub
commit e922a458ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6792,6 +6792,20 @@ let
};
};
HashDiff = buildPerlPackage rec {
name = "Hash-Diff-0.010";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BO/BOLAV/${name}.tar.gz";
sha256 = "1ig0l859gq00k0r9l85274r2lbvwl7wsndcy52c0m3y9isilm6mw";
};
propagatedBuildInputs = [ HashMerge ];
meta = {
license = with stdenv.lib.licenses; [ artistic1 ];
description = "Return difference between two hashes as a hash";
};
};
HashFlatten = buildPerlPackage rec {
name = "Hash-Flatten-1.19";
src = fetchurl {