Skip to content

Commit ac50c4d

Browse files
ttuegelpeti
authored andcommittedJul 17, 2017
vcsh: Patch for Git 2.13.2
Fixes #27134.
1 parent aa7d840 commit ac50c4d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed
 

‎pkgs/applications/version-management/vcsh/default.nix

+9-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ stdenv.mkDerivation rec {
1212
};
1313

1414
patches =
15-
[ (fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/RichiH/vcsh/pull/222.patch";
16-
sha256 = "0grdbiwq04x5qj0a1yd9a78g5v28dxhwl6mwxvgvvmzs6k5wnl3k";
17-
})
15+
[
16+
(fetchpatch {
17+
url = "https://patch-diff.githubusercontent.com/raw/RichiH/vcsh/pull/222.patch";
18+
sha256 = "0grdbiwq04x5qj0a1yd9a78g5v28dxhwl6mwxvgvvmzs6k5wnl3k";
19+
})
20+
(fetchpatch {
21+
url = "https://patch-diff.githubusercontent.com/raw/RichiH/vcsh/pull/228.patch";
22+
sha256 = "0sdn4mzrhaynw85knia2iw5b6rgy0l1rd6dwh0lwspnh668wqgam";
23+
})
1824
];
1925

2026
buildInputs = [ which git ronn perl ShellCommand TestMost ];

0 commit comments

Comments
 (0)
Please sign in to comment.