mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
perl-constant: 1.27 -> 1.33
This commit is contained in:
parent
1311aaf0bc
commit
a6ed56a291
@ -1967,11 +1967,11 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
constant = buildPerlPackage {
|
||||
name = "constant-1.27";
|
||||
constant = buildPerlPackage rec {
|
||||
name = "constant-1.33";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/S/SA/SAPER/constant-1.27.tar.gz;
|
||||
sha256 = "0ari0jggiifz3q7vxb8nlcsc3g6bj8c0c0drsrphv0079c956i3l";
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "015my616h5l2fswh52x4dp3n007gk5lax83ww9q6cmzb610mv5kr";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user