Unverified Commit 87a05858 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

skim: 0.16.2 -> 0.17.2 (#404278)

parents 367f8fa6 bb8a250f
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.16.2";
  version = "0.17.2";

  outputs = [
    "out"
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
    owner = "skim-rs";
    repo = "skim";
    tag = "v${version}";
    hash = "sha256-b0omzuBPBDHCyUqC8xy8IPOqhFfm3ufeutxheZS7U+E=";
    hash = "sha256-S9gHrGbEDRwMSsQWzPSIrYJaLhnCvfLtsS2eI3rPwdg=";
  };

  postPatch = ''
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
  '';

  useFetchCargoVendor = true;
  cargoHash = "sha256-wtZeXaBV9bLj7MiXJnJT7AjH2jq9crifTxeCWEtJY2o=";
  cargoHash = "sha256-IsPcVNwRx0ZDWATtbxmjuRERrhu8DpHh9v6Svj1dHzc=";

  nativeBuildInputs = [ installShellFiles ];