lol

tests.fetchDebianPatch: fix patch name

jopejoe1 7b4572ca 5fadf32b

+2 -2
+2 -2
pkgs/build-support/fetchdebianpatch/tests.nix
··· 5 5 pname = "pysimplesoap"; 6 6 version = "1.16.2"; 7 7 debianRevision = "5"; 8 - patch = "Add-quotes-to-SOAPAction-header-in-SoapClient"; 8 + patch = "Add-quotes-to-SOAPAction-header-in-SoapClient.patch"; 9 9 hash = "sha256-xA8Wnrpr31H8wy3zHSNfezFNjUJt1HbSXn3qUMzeKc0="; 10 10 }; 11 11 ··· 13 13 pname = "libfile-pid-perl"; 14 14 version = "1.01"; 15 15 debianRevision = "2"; 16 - patch = "missing-pidfile"; 16 + patch = "missing-pidfile.patch"; 17 17 hash = "sha256-VBsIYyCnjcZLYQ2Uq2MKPK3kF2wiMKvnq0m727DoavM="; 18 18 }; 19 19 }