skim: 0.3.2 -> 0.4.0 (#41417)

This commit is contained in:
Vladyslav M 2018-06-03 20:02:28 +03:00 committed by xeji
parent 003dd8588b
commit 2c382eda62

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
name = "skim-${version}";
version = "0.3.2";
version = "0.4.0";
src = fetchFromGitHub {
owner = "lotabout";
repo = "skim";
rev = "v${version}";
sha256 = "0spkkgjjrch1grb0115rn0wxzsh8pzmm96a7j69zy5pc1il2m5lp";
sha256 = "067ds1sdi9ya1yqz9saczj1vml8arwzd46w35gmvdxgmxx4wmihs";
};
outputs = [ "out" "vim" ];
cargoSha256 = "0zbjnii8r41ih2m2vqhm3wdiwgi13kipvxx75sg4vm4maf4wpmhv";
cargoSha256 = "18lgjh1b1wfm9xsd6y6slfj1i3dwrvzkzszdzk3lmqx1f8515gx7";
patchPhase = ''
sed -i -e "s|expand('<sfile>:h:h')|'$out'|" plugin/skim.vim
@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
description = "Fuzzy Finder in rust!";
homepage = https://github.com/lotabout/skim;
license = licenses.mit;
maintainers = [];
maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;
};
}