Merge pull request #42564 from volth/perl528

perl528: init at 5.28.0
This commit is contained in:
Pascal Wittmann 2018-06-25 17:08:44 +02:00 committed by GitHub
commit 0011f10b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 { };