Skip to content

Commit b4c12ee

Browse files
committedJan 23, 2018
wget: 1.19.2 -> 1.19.4
1 parent d9aebeb commit b4c12ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/networking/wget/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
, openssl ? null }:
66

77
stdenv.mkDerivation rec {
8-
name = "wget-1.19.2";
8+
name = "wget-1.19.4";
99

1010
src = fetchurl {
1111
url = "mirror://gnu/wget/${name}.tar.lz";
12-
sha256 = "01yzal7xm85543x02bij3capnigr063d6c5vc039f8n5s9d796nm";
12+
sha256 = "16jmcqcasx3q9k4azssryli9qyxfq0sfijw998g8zp58cnwzzh1g";
1313
};
1414

1515
patches = [

0 commit comments

Comments
 (0)