aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/perl
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-10-11 21:53:52 +0000
committerGitHub <noreply@github.com>2018-10-11 21:53:52 +0000
commit05bcae15957bf6da5bc97ae37f5fa08b47eb9d00 (patch)
tree9cd72348edde5b52a95ad57bbab685e85e507136 /pkgs/development/interpreters/perl
parentc166d0502594295e13045e2ef4b2698f65c5d2d4 (diff)
perl-cross: 1.2 -> gitmaster
Diffstat (limited to 'pkgs/development/interpreters/perl')
-rw-r--r--pkgs/development/interpreters/perl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/perl/default.nix b/pkgs/development/interpreters/perl/default.nix
index f2b900412081..b46bd20697eb 100644
--- a/pkgs/development/interpreters/perl/default.nix
+++ b/pkgs/development/interpreters/perl/default.nix
@@ -155,11 +155,11 @@ let
platforms = platforms.all;
};
} // stdenv.lib.optionalAttrs (stdenv.buildPlatform != stdenv.hostPlatform) rec {
- crossVersion = "1.2";
+ crossVersion = "ab8d05c9e695d3db4f7dc15c70f23623349c2f49"; # Oct 03, 2018
perl-cross-src = fetchurlBoot {
- url = "https://github.com/arsv/perl-cross/releases/download/${crossVersion}/perl-cross-${crossVersion}.tar.gz";
- sha256 = "02cic7lk91hgmsg8klkm2kv88m2a8y22m4m8gl4ydxbap2z7g42r";
+ url = "https://github.com/arsv/perl-cross/archive/${crossVersion}.tar.gz";
+ sha256 = "1g7p7mqmx8x3diqvbh881gr72d106cn6yvm4gx7f0ars3n3b3wj0";
};
depsBuildBuild = [ buildPackages.stdenv.cc makeWrapper ];