Merge pull request #274296 from trofi/sudo-update

sudo: 1.9.15p2 -> 1.9.15p3
This commit is contained in:
Pierre Bourdon 2023-12-15 00:09:39 +01:00 committed by GitHub
commit a9134d668e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "sudo";
version = "1.9.15p2";
version = "1.9.15p3";
src = fetchurl {
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
hash = "sha256-GZwM2/p+/P/6nIhoSo4vsgamK3CjFlB+SpHInIc7vMg=";
hash = "sha256-eMh6HM7EL3oJUAL+KxR4pRBgNjWeNiuGdTSo4AVqBJQ=";
};
prePatch = ''