Merge pull request #175858 from SuperSandro2000/wget2

wget2: 2.0.0 -> 2.0.1

authored by Sandro and committed by GitHub 625bba5a 9ea116c4

+2 -16
+2 -16
pkgs/tools/networking/wget2/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitLab 4 - , fetchpatch 5 # build support 6 , autoreconfHook 7 , flex ··· 27 28 stdenv.mkDerivation rec { 29 pname = "wget2"; 30 - version = "2.0.0"; 31 32 outputs = [ "out" "lib" "dev" ]; 33 ··· 35 owner = "gnuwget"; 36 repo = pname; 37 rev = "v${version}"; 38 - sha256 = "07zs2x2k62836l0arzc333j96yjpwal1v4mr8j99x6qxgmmssrbj"; 39 }; 40 - 41 - patches = [ 42 - (fetchpatch { 43 - name = "fix-bashism-in-configure-ac.patch"; 44 - url = "https://gitlab.com/gnuwget/wget2/-/commit/da9788f5d62b89ba796393d9bc496b1d8d7a7b30.patch"; 45 - sha256 = "0bn3vkgyknks7jzs5722s2c4qlx7k5lwfiyz204bi42v1m28s1a5"; 46 - }) 47 - (fetchpatch { 48 - name = "fix-double-quotes-in-configure-ac.patch"; 49 - url = "https://gitlab.com/gnuwget/wget2/-/commit/574c8ae08dfd8949da039879d85899123d31ab1d.patch"; 50 - sha256 = "14rfmij5w3bvj0fnkkkrxg0lfw3vgwiyvbkal3nqhgb0mlhlmd47"; 51 - }) 52 - ]; 53 54 # wget2_noinstall contains forbidden reference to /build/ 55 postPatch = ''
··· 1 { lib 2 , stdenv 3 , fetchFromGitLab 4 # build support 5 , autoreconfHook 6 , flex ··· 26 27 stdenv.mkDerivation rec { 28 pname = "wget2"; 29 + version = "2.0.1"; 30 31 outputs = [ "out" "lib" "dev" ]; 32 ··· 34 owner = "gnuwget"; 35 repo = pname; 36 rev = "v${version}"; 37 + sha256 = "sha256-9IOM8IA8Kezk3SP3YVenxQkm8UMZgD8/ztWoDNqM0vc="; 38 }; 39 40 # wget2_noinstall contains forbidden reference to /build/ 41 postPatch = ''