Skip to content

Commit f0bce04

Browse files
committed
sudo: 1.9.4p1 -> 1.9.4p2
1 parent 275337c commit f0bce04

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
@@ -6,11 +6,11 @@
66

77
stdenv.mkDerivation rec {
88
pname = "sudo";
9-
version = "1.9.4p1";
9+
version = "1.9.4p2";
1010

1111
src = fetchurl {
1212
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
13-
sha256 = "EXIJnfzdL6SX4To8J0qfWSCr02rn0veqrNa8a8kv1nc=";
13+
sha256 = "0r0g8z289ipw0zpkhmm33cpfm42j01jds2q1wilhh3flg7xg2jn3";
1414
};
1515

1616
prePatch = ''

0 commit comments

Comments
 (0)