mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
wget: 1.21.3 -> 1.21.4
This is a bugfix release: https://lists.gnu.org/archive/html/info-gnu/2023-05/msg00003.html
This commit is contained in:
parent
3f374856e4
commit
0b3a80b2d7
|
@ -7,11 +7,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wget";
|
||||
version = "1.21.3";
|
||||
version = "1.21.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/wget/${pname}-${version}.tar.lz";
|
||||
sha256 = "sha256-29L7XkcUnUdS0Oqg2saMxJzyDUbfT44yb/yPGLKvTqU=";
|
||||
hash = "sha256-NoNhml9Q7cvMsXIKeQBvo3v5uaJVqMW0gEi8PHqHS9k=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue