Merge pull request #109082 from delroth/sudo-1.9.5p1

sudo: 1.9.4p2 -> 1.9.5p1
This commit is contained in:
Maximilian Bosch 2021-01-15 09:30:01 +01:00 committed by GitHub
commit 9e3a6eaec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "sudo";
version = "1.9.4p2";
version = "1.9.5p1";
src = fetchurl {
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
sha256 = "0r0g8z289ipw0zpkhmm33cpfm42j01jds2q1wilhh3flg7xg2jn3";
sha256 = "10kqdfbfpf3vk5ihz5gwynv4pxdf1lg6ircrlanyygb549yg7pad";
};
prePatch = ''