skim: 0.6.9 -> 0.7.0

This commit is contained in:
Vladyslav M 2020-01-15 08:51:32 +02:00
parent a892d9617d
commit 3c6a559406
No known key found for this signature in database
GPG Key ID: 3B1AD98E3D65BD4D

View File

@ -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;