Unverified Commit ff8c0e11 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

skim: 0.20.1 -> 0.20.2 (#421162)

parents 9ee980ea 0db6182d
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.1";
  version = "0.20.2";

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

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

  useFetchCargoVendor = true;
  cargoHash = "sha256-Hg7MWz0QAeI8l9if4QHUcUqU+5UI+H+dYw+ryCuRe/Y=";
  cargoHash = "sha256-oRcqaXWa/eh5QQtTk0NQr90aL/Q0zgxQbPIoMLMtHe8=";

  nativeBuildInputs = [ installShellFiles ];