Skip to content

Commit 2492da8

Browse files
committed
sudo: 1.9.8p2 -> 1.9.9
1 parent e1b353e commit 2492da8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/security/sudo/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
stdenv.mkDerivation rec {
1616
pname = "sudo";
17-
version = "1.9.8p2";
17+
version = "1.9.9";
1818

1919
src = fetchurl {
2020
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
21-
sha256 = "sha256-njuLjafe9DtuYMJXq+gEZyBWcP0PfAgd4UI8QUtoDy0=";
21+
sha256 = "sha256-bW7oY6O8Jsh2YQk6dOxj4Q/QMc66cUZC0hY23+JePgA=";
2222
};
2323

2424
prePatch = ''

0 commit comments

Comments
 (0)