mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 00:18:10 +00:00
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
This commit is contained in:
parent
82327f0a42
commit
9e100b6593
@ -29,7 +29,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wget2";
|
||||
version = "2.1.0";
|
||||
version = "2.2.0";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "gnuwget";
|
||||
repo = pname;
|
||||
tag = "v${version}";
|
||||
hash = "sha256-+xw1nQMBs0m9RlunyrAYaSDPnLY1yRX8zt8hKOMXQT8=";
|
||||
hash = "sha256-0tOoStZHr5opehFmuQdFRPYvOv8IMrDTBNFtoweY3VM=";
|
||||
};
|
||||
|
||||
# wget2_noinstall contains forbidden reference to /build/
|
||||
|
Loading…
Reference in New Issue
Block a user