tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
wget: 1.19.4 -> 1.19.5 for CVE-2018-0494
Franz Pletz
7 years ago
2b499afa
d79609ac
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
wget
default.nix
+2
-2
pkgs/tools/networking/wget/default.nix
···
5
5
, openssl ? null }:
6
6
7
7
stdenv.mkDerivation rec {
8
8
-
name = "wget-1.19.4";
8
8
+
name = "wget-1.19.5";
9
9
10
10
src = fetchurl {
11
11
url = "mirror://gnu/wget/${name}.tar.lz";
12
12
-
sha256 = "16jmcqcasx3q9k4azssryli9qyxfq0sfijw998g8zp58cnwzzh1g";
12
12
+
sha256 = "0xfaxmlnih7dhkyks5wi4vrn0n1xshmy6gx6fb2k1120sprydyr9";
13
13
};
14
14
15
15
patches = [