Skip to content

Commit 9e100b6

Browse files
committed
wget2: 2.1.0 -> 2.2.0
Diff: https://gitlab.com/gnuwget/wget2/-/compare/v2.1.0...v2.2.0 There is no GitLab release for this version, However announced in GNU mailing list. https://lists.gnu.org/archive/html/info-gnu/2024-11/msg00004.html
1 parent 82327f0 commit 9e100b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wg/wget2/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
stdenv.mkDerivation rec {
3131
pname = "wget2";
32-
version = "2.1.0";
32+
version = "2.2.0";
3333

3434
outputs = [
3535
"out"
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
4141
owner = "gnuwget";
4242
repo = pname;
4343
tag = "v${version}";
44-
hash = "sha256-+xw1nQMBs0m9RlunyrAYaSDPnLY1yRX8zt8hKOMXQT8=";
44+
hash = "sha256-0tOoStZHr5opehFmuQdFRPYvOv8IMrDTBNFtoweY3VM=";
4545
};
4646

4747
# wget2_noinstall contains forbidden reference to /build/

0 commit comments

Comments
 (0)