···86## `fetchDebianPatch` {#fetchdebianpatch}
8788A wrapper around `fetchpatch`, which takes:
89-- `patch` and `hash`: the patch's filename without the `.patch` suffix,
90 and its hash after normalization by `fetchpatch` ;
91- `pname`: the Debian source package's name ;
92- `version`: the upstream version number ;
···110 (fetchDebianPatch {
111 inherit pname version;
112 debianRevision = "5";
113- name = "Add-quotes-to-SOAPAction-header-in-SoapClient";
114 hash = "sha256-xA8Wnrpr31H8wy3zHSNfezFNjUJt1HbSXn3qUMzeKc0=";
115 })
116 ];
···86## `fetchDebianPatch` {#fetchdebianpatch}
8788A wrapper around `fetchpatch`, which takes:
89+- `patch` and `hash`: the patch's filename,
90 and its hash after normalization by `fetchpatch` ;
91- `pname`: the Debian source package's name ;
92- `version`: the upstream version number ;
···110 (fetchDebianPatch {
111 inherit pname version;
112 debianRevision = "5";
113+ name = "Add-quotes-to-SOAPAction-header-in-SoapClient.patch";
114 hash = "sha256-xA8Wnrpr31H8wy3zHSNfezFNjUJt1HbSXn3qUMzeKc0=";
115 })
116 ];