Merge pull request #98454 from stigtsp/package/perl-5.33.2

perldevel: 5.33.1 -> 5.33.2, perl-cross: 15ca535 -> f59d2b6
This commit is contained in:
Stig P 2020-09-28 16:28:51 +00:00 committed by GitHub
commit 9015160876
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,11 +175,11 @@ let
priority = 6; # in `buildEnv' (including the one inside `perl.withPackages') the library files will have priority over files in `perl`
};
} // optionalAttrs (stdenv.buildPlatform != stdenv.hostPlatform) rec {
crossVersion = "15ca5359f99698ef0a199bc307b7956c08907abc"; # Aug 27, 2020
crossVersion = "f59d2b6a179760230d925550db78b93c410433e4"; # Sept 22, 2020
perl-cross-src = fetchurl {
url = "https://github.com/arsv/perl-cross/archive/${crossVersion}.tar.gz";
sha256 = "0pcwv2ac02i2l0fjc8drdw70q6gwbypj2c5a53x2449m919v37h9";
sha256 = "1r07waq4ik4gf32c046f27pglwcy5rv9b6whj6497xbxfmaa5562";
};
depsBuildBuild = [ buildPackages.stdenv.cc makeWrapper ];
@ -215,7 +215,7 @@ in {
perldevel = common {
perl = pkgs.perldevel;
buildPerl = buildPackages.perldevel;
version = "5.33.1";
sha256 = "1rlnqqqzyhal79ys5dv7fwm3mg81s43dwks28b74x2gcmsngjnw9";
version = "5.33.2";
sha256 = "0zrb3d744argzy5idmafk92iprq9qbhzqbg4xj5w2i80sgg41212";
};
}