sudo: 1.9.15 -> 1.9.15p1

Changes: https://www.sudo.ws/releases/stable/#1.9.15p1
This commit is contained in:
Sergei Trofimovich 2023-11-09 09:23:57 +00:00
parent 2f73652c34
commit d6e0613d48

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "sudo";
version = "1.9.15";
version = "1.9.15p1";
src = fetchurl {
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
hash = "sha256-/Q4lSHDpLoc7UIuhY4L1rDr4Glo40eqc+XNgbbQmJYk=";
hash = "sha256-Fmw3q5NFShgYb5Iv5k7VzWe6bd28sO+6LfWJhyPclHQ=";
};
prePatch = ''