Merge pull request #80901 from dywedir/skim

skim: 0.7.0 -> 0.8.0
This commit is contained in:
Mario Rodas 2020-02-23 20:27:56 -05:00 committed by GitHub
commit 2702da0d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,21 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "skim";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "lotabout";
repo = pname;
rev = "v${version}";
sha256 = "0is6zymvy673f1g466i3ayi4jawdl7pm9l3cbdxcw32h3snbkgqp";
sha256 = "0b0x389khdqyzdb6mwbf31wdfn8xila756hb11l555iwipl271ci";
};
outputs = [ "out" "vim" ];
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1dl530ac8i4wdw7lziskl7rhh3ak9ykcws3kpy64808kxg3b1jnz";
cargoSha256 = "0xcsj8wprp9r6s7r2d2fnbicrc5pfnnx1gxyrq2qkj3rwr1q8ndg";
patchPhase = ''
sed -i -e "s|expand('<sfile>:h:h')|'$out'|" plugin/skim.vim