1{ testers, fetchDebianPatch, ... }: 2 3{ 4 simple = testers.invalidateFetcherByDrvHash fetchDebianPatch { 5 pname = "pysimplesoap"; 6 version = "1.16.2"; 7 debianRevision = "5"; 8 patch = "Add-quotes-to-SOAPAction-header-in-SoapClient.patch"; 9 hash = "sha256-xA8Wnrpr31H8wy3zHSNfezFNjUJt1HbSXn3qUMzeKc0="; 10 }; 11 12 libPackage = testers.invalidateFetcherByDrvHash fetchDebianPatch { 13 pname = "libfile-pid-perl"; 14 version = "1.01"; 15 debianRevision = "2"; 16 patch = "missing-pidfile.patch"; 17 hash = "sha256-VBsIYyCnjcZLYQ2Uq2MKPK3kF2wiMKvnq0m727DoavM="; 18 }; 19}