Merge pull request #277844 from delroth/sudo-1.9.15p5

sudo: 1.9.15p4 -> 1.9.15p5
This commit is contained in:
Pierre Bourdon 2024-01-19 13:17:27 +01:00 committed by GitHub
commit d6536909f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "sudo";
version = "1.9.15p4";
version = "1.9.15p5";
src = fetchurl {
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
hash = "sha256-LiDsmGXu7qExbG9J7GrEZ4hptonU2QtEJDv0iH1t1TI=";
hash = "sha256-VY0QuaGZH7O5+n+nsH7EQFt677WzywsIcdvIHjqI5Vg=";
};
prePatch = ''