perl528: init at 5.28.0

This commit is contained in:
volth 2018-06-25 13:33:09 +00:00
parent 7efadfdf04
commit dd366701ce
2 changed files with 7 additions and 3 deletions

View File

@ -185,8 +185,6 @@ let
setupHook = ./setup-hook-cross.sh;
});
in rec {
perl = perl524;
perl522 = common {
version = "5.22.4";
sha256 = "1yk1xn4wmnrf2ph02j28khqarpyr24qwysjzkjnjv7vh5dygb7ms";
@ -201,4 +199,9 @@ in rec {
version = "5.26.1";
sha256 = "1p81wwvr5jb81m41d07kfywk5gvbk0axdrnvhc2aghcdbr4alqz7";
};
perl528 = common {
version = "5.28.0";
sha256 = "1a3f822lcl8dr8v0hk80yyhpzqlljg49z9flb48rs3nbsij9z4ky";
};
}

View File

@ -7345,7 +7345,8 @@ with pkgs;
ocropus = callPackage ../applications/misc/ocropus { };
inherit (callPackages ../development/interpreters/perl {}) perl perl522 perl524 perl526;
perl = perl524;
inherit (callPackages ../development/interpreters/perl {}) perl522 perl524 perl526 perl528;
pachyderm = callPackage ../applications/networking/cluster/pachyderm { };