mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 15:23:26 +03:00
perlPackages.Carp: 1.36 -> 1.38
Version 1.36 is no longer available upstream.
This commit is contained in:
parent
57ee7283d2
commit
676e90564f
@ -946,15 +946,15 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
Carp = buildPerlPackage {
|
||||
name = "Carp-1.36";
|
||||
Carp = buildPerlPackage rec {
|
||||
name = "Carp-1.38";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Carp-1.36.tar.gz;
|
||||
sha256 = "dcc789935126461c80df0653f98c1d8d0b936dcc3d04174287cb02767eca123c";
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "00bijwwc0ix27h2ma3lvsf3b56biar96bl9dikxgx7cmpcycxad5";
|
||||
};
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Alternative warn and die for modules";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
license = with licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user