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:
Janne Heß 2023-05-21 23:52:26 +02:00 committed by Alyssa Ross
parent 3f374856e4
commit 0b3a80b2d7

View File

@ -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 = [