forked from mirrors/nixpkgs
skim: 0.5.2 -> 0.5.4
This commit is contained in:
parent
ecb3c507f5
commit
fa78399161
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "skim-${version}";
|
name = "skim-${version}";
|
||||||
version = "0.5.2";
|
version = "0.5.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lotabout";
|
owner = "lotabout";
|
||||||
repo = "skim";
|
repo = "skim";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1b3l0h69cm70669apsgzp7qw1k5fi2gbk9176hjr9iypbdiwjyir";
|
sha256 = "1mn0wa10f9ik6ddhwjdd1n15gdif10284zpwbrwprya643959aj2";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "vim" ];
|
outputs = [ "out" "vim" ];
|
||||||
|
@ -21,6 +21,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
install -D -m 555 bin/sk-tmux -t $out/bin
|
install -D -m 555 bin/sk-tmux -t $out/bin
|
||||||
|
install -D -m 644 shell/skim.1 $out/man/man1/skim.1
|
||||||
install -D -m 444 shell/* -t $out/share/skim
|
install -D -m 444 shell/* -t $out/share/skim
|
||||||
install -D -m 444 plugin/skim.vim -t $vim/plugin
|
install -D -m 444 plugin/skim.vim -t $vim/plugin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue