Skip to content

Commit ed9cfc7

Browse files
committedMay 30, 2017
sudo: 1.8.20 -> 1.8.20p1, fixes CVE-2017-1000367
(cherry picked from commit 3c0114d)
1 parent 7cbf7f5 commit ed9cfc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/security/sudo/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
}:
55

66
stdenv.mkDerivation rec {
7-
name = "sudo-1.8.19p2";
7+
name = "sudo-1.8.20p1";
88

99
src = fetchurl {
1010
urls =
1111
[ "ftp://ftp.sudo.ws/pub/sudo/${name}.tar.gz"
1212
"ftp://ftp.sudo.ws/pub/sudo/OLD/${name}.tar.gz"
1313
];
14-
sha256 = "1q2j3b1xqw66kdd5h8a6j62cz7xhk1qp1dx4rz59xm9agkk1hzi3";
14+
sha256 = "07fvh8qy0l1h93lccc625f48d8yp0pkp5rjjykq13pb07ar0x64y";
1515
};
1616

1717
configureFlags = [

0 commit comments

Comments
 (0)
Please sign in to comment.