Unverified Commit 2ee4b106 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

skim: 0.20.2 -> 0.20.3 (#428984)

parents 5d19b548 137488b8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

rustPlatform.buildRustPackage rec {
  pname = "skim";
  version = "0.20.2";
  version = "0.20.3";

  outputs = [
    "out"
@@ -24,14 +24,14 @@ rustPlatform.buildRustPackage rec {
    owner = "skim-rs";
    repo = "skim";
    tag = "v${version}";
    hash = "sha256-fEd6t+adYI1jpRapZ/XHpxVWtX0nwUl9ZurIwywSFgk=";
    hash = "sha256-DyrndFT4gPLLdBtvS/QI0UDMtKKeK8oX2K2h4/6xvb0=";
  };

  postPatch = ''
    sed -i -e "s|expand('<sfile>:h:h')|'$out'|" plugin/skim.vim
  '';

  cargoHash = "sha256-oRcqaXWa/eh5QQtTk0NQr90aL/Q0zgxQbPIoMLMtHe8=";
  cargoHash = "sha256-BcWszU7S0imGlXgQ5e1L9yLfXzYzseK0z2BnqIqKkzg=";

  nativeBuildInputs = [ installShellFiles ];