doc: fix fetchDebianPatch example

This commit is contained in:
Patrick 2024-12-30 12:18:47 +01:00
parent 47c6ae0a2d
commit 7e504761f0
No known key found for this signature in database
GPG Key ID: 451F95EFB8BECD0F

View File

@ -728,7 +728,7 @@ buildPythonPackage rec {
(fetchDebianPatch {
inherit pname version;
debianRevision = "5";
name = "Add-quotes-to-SOAPAction-header-in-SoapClient.patch";
patch = "Add-quotes-to-SOAPAction-header-in-SoapClient.patch";
hash = "sha256-xA8Wnrpr31H8wy3zHSNfezFNjUJt1HbSXn3qUMzeKc0=";
})
];