Merge pull request #248742 from trofi/sudo-fix-newlines

sudo: backport fix for missing newlines
This commit is contained in:
Pol Dellaiera 2023-08-13 00:41:59 +02:00 committed by GitHub
commit 64222deb8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/sudo-project/sudo/commit/760c9c11074cb921ecc0da9fbb5f0a12afd46233.patch";
hash = "sha256-smwyoYEkaqfQYz9C4VVz59YMtKabOPpwhS+RBwXbWuE=";
})
# Fix for the patch above:
# https://bugzilla.sudo.ws/show_bug.cgi?id=1057
(fetchpatch {
url = "https://github.com/sudo-project/sudo/commit/d148e7d8f9a98726dd4fde6f187c7d614e1258c7.patch";
hash = "sha256-3I3PnuAHlBs3JOn0Ul900aFxuUkDGV4sM3S5DNtW7bE=";
})
];
prePatch = ''