mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
[cpan2nix] perlPackages.threadsshared: 1.51 -> 1.58
This commit is contained in:
parent
9da71b527c
commit
a421d4d02b
@ -15294,10 +15294,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
threadsshared = buildPerlPackage rec {
|
threadsshared = buildPerlPackage rec {
|
||||||
name = "threads-shared-1.51";
|
name = "threads-shared-1.58";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/J/JD/JDHEDDEN/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/J/JD/JDHEDDEN/${name}.tar.gz";
|
||||||
sha256 = "0qsbl8rx8p09cb5vj1yhwf1h2awvimfyckw1qwrqbk7dxjldrimn";
|
sha256 = "04qbypzgp49sq1wq5kip0m95lffv0pc8xj2wplrdpyqz87y105xd";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Perl extension for sharing data structures between threads";
|
description = "Perl extension for sharing data structures between threads";
|
||||||
|
Loading…
Reference in New Issue
Block a user