Merge pull request #77728 from dywedir/skim

skim: 0.6.9 -> 0.7.0
This commit is contained in:
Mario Rodas 2020-01-15 19:30:00 -05:00 committed by GitHub
commit 6d24724adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "skim";
version = "0.6.9";
version = "0.7.0";
src = fetchFromGitHub {
owner = "lotabout";
repo = pname;
rev = "v${version}";
sha256 = "1ygnjrljar4caybh8lqfjif4vhb33aam80ffnzgqxz6s6g85ifrb";
sha256 = "0is6zymvy673f1g466i3ayi4jawdl7pm9l3cbdxcw32h3snbkgqp";
};
outputs = [ "out" "vim" ];
cargoSha256 = "1vcxcyhhqncjii0pad775x10j1kp62y82q1mii65jclr1karml3p";
cargoSha256 = "1dl530ac8i4wdw7lziskl7rhh3ak9ykcws3kpy64808kxg3b1jnz";
patchPhase = ''
sed -i -e "s|expand('<sfile>:h:h')|'$out'|" plugin/skim.vim
@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
description = "Command-line fuzzy finder written in Rust";
homepage = https://github.com/lotabout/skim;
homepage = "https://github.com/lotabout/skim";
license = licenses.mit;
maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;