···8686## `fetchDebianPatch` {#fetchdebianpatch}
87878888A wrapper around `fetchpatch`, which takes:
8989-- `patch` and `hash`: the patch's filename without the `.patch` suffix,
8989+- `patch` and `hash`: the patch's filename,
9090 and its hash after normalization by `fetchpatch` ;
9191- `pname`: the Debian source package's name ;
9292- `version`: the upstream version number ;
···110110 (fetchDebianPatch {
111111 inherit pname version;
112112 debianRevision = "5";
113113- name = "Add-quotes-to-SOAPAction-header-in-SoapClient";
113113+ name = "Add-quotes-to-SOAPAction-header-in-SoapClient.patch";
114114 hash = "sha256-xA8Wnrpr31H8wy3zHSNfezFNjUJt1HbSXn3qUMzeKc0=";
115115 })
116116 ];