tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
tests.fetchDebianPatch: fix patch name
jopejoe1
7 months ago
7b4572ca
5fadf32b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
build-support
fetchdebianpatch
tests.nix
+2
-2
pkgs/build-support/fetchdebianpatch/tests.nix
···
5
5
pname = "pysimplesoap";
6
6
version = "1.16.2";
7
7
debianRevision = "5";
8
8
-
patch = "Add-quotes-to-SOAPAction-header-in-SoapClient";
8
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
16
-
patch = "missing-pidfile";
16
16
+
patch = "missing-pidfile.patch";
17
17
hash = "sha256-VBsIYyCnjcZLYQ2Uq2MKPK3kF2wiMKvnq0m727DoavM=";
18
18
};
19
19
}