mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
perlPackages.WWWCurl: update from 4.15 to 4.17
This commit is contained in:
parent
e4559ba436
commit
c0048552ff
1 changed files with 3 additions and 3 deletions
|
@ -9353,10 +9353,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
WWWCurl = buildPerlPackage rec {
|
||||
name = "WWW-Curl-4.15";
|
||||
name = "WWW-Curl-4.17";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/modules/by-module/WWW/${name}.tar.gz";
|
||||
sha256 = "18az7k0jsr642lp6dfy0b2s7vx0cd7sj9dgk93wff73safa09x1y";
|
||||
url = "mirror://cpan/authors/id/S/SZ/SZBALINT/${name}.tar.gz";
|
||||
sha256 = "1fmp9aib1kaps9vhs4dwxn7b15kgnlz9f714bxvqsd1j1q8spzsj";
|
||||
};
|
||||
buildInputs = [ pkgs.curl ];
|
||||
preConfigure =
|
||||
|
|
Loading…
Reference in a new issue