Merge pull request #56081 from dywedir/skim

skim: 0.5.2 -> 0.5.4
This commit is contained in:
Sarah Brofeldt 2019-02-20 18:51:59 +01:00 committed by GitHub
commit c88f5cf52a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
name = "skim-${version}";
version = "0.5.2";
version = "0.5.4";
src = fetchFromGitHub {
owner = "lotabout";
repo = "skim";
rev = "v${version}";
sha256 = "1b3l0h69cm70669apsgzp7qw1k5fi2gbk9176hjr9iypbdiwjyir";
sha256 = "1mn0wa10f9ik6ddhwjdd1n15gdif10284zpwbrwprya643959aj2";
};
outputs = [ "out" "vim" ];
@ -21,6 +21,7 @@ rustPlatform.buildRustPackage rec {
postInstall = ''
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 plugin/skim.vim -t $vim/plugin