Merge pull request #274803 from trofi/sudo-update

sudo: 1.9.15p3 -> 1.9.15p4
This commit is contained in:
Pierre Bourdon 2023-12-16 22:53:47 +01:00 committed by GitHub
commit 7486812e01
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.15p3";
version = "1.9.15p4";
src = fetchurl {
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
hash = "sha256-eMh6HM7EL3oJUAL+KxR4pRBgNjWeNiuGdTSo4AVqBJQ=";
hash = "sha256-LiDsmGXu7qExbG9J7GrEZ4hptonU2QtEJDv0iH1t1TI=";
};
prePatch = ''