about summary refs log tree commit diff
path: root/pkgs/development/perl-modules/Compress-Zlib/default.nix
blob: 44941689acdce93982232cdfda3ada928e1139ad (plain) (blame)
1
2
3
4
5
6
7
8
9
{fetchurl, perl}:

import ../generic perl {
  name = "Compress-Zlib-1.41";
  src = fetchurl {
    url = http://nixos.org/tarballs/Compress-Zlib-1.41.tar.gz;
    md5 = "ac135b84a03e814734496777cf5e5722";
  };
}