Skip to content

Commit

Permalink
sudo: 1.8.31p1 -> 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dasj19 committed Aug 10, 2020
1 parent 0c3b48b commit b8fd55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/sudo/default.nix
Expand Up @@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
pname = "sudo";
version = "1.8.31p1";
version = "1.9.2";

src = fetchurl {
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
sha256 = "1n0mdmgcs92af34xxsnsh1arrngymhdmwd9srjgjbk65q7xzsg67";
sha256 = "05432672iilb7s52j9l9xzrlambb1wg3k7qvf5973i41y40x563w";
};

prePatch = ''
Expand Down

0 comments on commit b8fd55f

Please sign in to comment.