Skip to content

Commit 8173034

Browse files
committed
skim: 0.8.1 -> 0.8.2
1 parent d807152 commit 8173034

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

pkgs/tools/misc/skim/default.nix

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
1-
{ stdenv, fetchFromGitHub, rustPlatform, fetchpatch }:
1+
{ stdenv, fetchFromGitHub, rustPlatform }:
22

33
rustPlatform.buildRustPackage rec {
44
pname = "skim";
5-
version = "0.8.1";
5+
version = "0.8.2";
66

77
src = fetchFromGitHub {
88
owner = "lotabout";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "0xjb8slrlkrzdqvzmf63lq6rgggrjw3hf9an6h8xf6vizz1vfni0";
11+
sha256 = "0paxrf03rqzahbpr4gnsj62vl09vcxvw248n9wzhjq14dqlwcr9w";
1212
};
1313

1414
outputs = [ "out" "vim" ];
1515

16-
cargoSha256 = "14p4ppbl2mak21jvxpbd1b28jaw2629bc8kv7875cdzy3ksxyji3";
17-
18-
patches = [
19-
# Fix bash completion. Remove with the next release
20-
(fetchpatch {
21-
url = "https://github.com/lotabout/skim/commit/60ca3484090c2e73a1de396500c73a6ad6e0bde9.patch";
22-
sha256 = "07nibr13vmxscbwavrckhcbsvxwkpan4a6ml0qfr1ny36xbc6y3p";
23-
})
24-
];
16+
cargoSha256 = "0rxxdad60fpwkb4wx5407ihd89wqpf2ldcnp7nsx17xh4brp1l9r";
2517

2618
postPatch = ''
2719
sed -i -e "s|expand('<sfile>:h:h')|'$out'|" plugin/skim.vim

0 commit comments

Comments
 (0)