Merge pull request #266625 from trofi/sudo-update

sudo: 1.9.15p1 -> 1.9.15p2
This commit is contained in:
Pierre Bourdon 2023-11-10 10:54:39 +01:00 committed by GitHub
commit 5ce4351e17
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.15p1";
version = "1.9.15p2";
src = fetchurl {
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
hash = "sha256-Fmw3q5NFShgYb5Iv5k7VzWe6bd28sO+6LfWJhyPclHQ=";
hash = "sha256-GZwM2/p+/P/6nIhoSo4vsgamK3CjFlB+SpHInIc7vMg=";
};
prePatch = ''