skim: 0.10.2 -> 0.10.3

This commit is contained in:
R. Ryantm 2023-02-25 11:31:36 +00:00
parent 21299ca839
commit b14f0102c4

View file

@ -7,18 +7,18 @@
rustPlatform.buildRustPackage rec {
pname = "skim";
version = "0.10.2";
version = "0.10.3";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-LkPkwYsaSLfaZktHF23Fgaks+fDlbB1S6SRgXtJRBqQ=";
sha256 = "sha256-d0gzeyOc9UudgTrTFt5OhUAsTy/SYMvRMyph2yAD9H8=";
};
nativeBuildInputs = [ installShellFiles ];
outputs = [ "out" "vim" ];
cargoSha256 = "sha256-lG26dgvjqCZ/4KgzurMrlhl+JKec+xLt/5uA6XcsSPk=";
cargoHash = "sha256-ZLA1ZE/VLZyzQzIECcabxKup409YBZRpHdhR2k/+4lY=";
postPatch = ''
sed -i -e "s|expand('<sfile>:h:h')|'$out'|" plugin/skim.vim