From e4162c9e7bc7f2a36a10e1c5e1f5ef80953d1b4b Mon Sep 17 00:00:00 2001 From: nicoo Date: Wed, 30 Aug 2023 07:50:44 +0000 Subject: fetchDebianPatch: add test --- pkgs/build-support/fetchdebianpatch/tests.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pkgs/build-support/fetchdebianpatch/tests.nix (limited to 'pkgs/build-support') diff --git a/pkgs/build-support/fetchdebianpatch/tests.nix b/pkgs/build-support/fetchdebianpatch/tests.nix new file mode 100644 index 0000000000000..2146f66ce709f --- /dev/null +++ b/pkgs/build-support/fetchdebianpatch/tests.nix @@ -0,0 +1,11 @@ +{ testers, fetchDebianPatch, ... }: + +{ + simple = testers.invalidateFetcherByDrvHash fetchDebianPatch { + pname = "pysimplesoap"; + version = "1.16.2"; + debianRevision = "5"; + patch = "Add-quotes-to-SOAPAction-header-in-SoapClient"; + hash = "sha256-xA8Wnrpr31H8wy3zHSNfezFNjUJt1HbSXn3qUMzeKc0="; + }; +} -- cgit 1.4.1