about summary refs log tree commit diff
path: root/pkgs/build-support/fetchdebianpatch/tests.nix
blob: 2146f66ce709fdffff09e6eec53d6428b9754ca7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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=";
  };
}