sudo: 1.9.12p1 -> 1.9.12p2

This commit is contained in:
Pierre Bourdon 2023-01-18 17:27:40 +01:00
parent 44fc962f76
commit b2816206ff
No known key found for this signature in database
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "sudo";
version = "1.9.12p1";
version = "1.9.12p2";
src = fetchurl {
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
hash = "sha256-R1oYqOs9qLKRfOqwY6a69R6gkSjDxH4+DjOrdJe6t9g=";
hash = "sha256-uaCxrg8d3Zvn8+r+cL4F7oH1cvb1NmMsRM1BAbsqhTk=";
};
prePatch = ''