Unverified Commit 9a66d538 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

skim: 0.17.3 -> 0.18.0 (#412614)

parents f86f81ef 6d0f5382
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.17.3";
  version = "0.18.0";

  outputs = [
    "out"
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
    owner = "skim-rs";
    repo = "skim";
    tag = "v${version}";
    hash = "sha256-aq6qOlxFftiUyMqzbIgv/PnxqSNt6TsHCsy586LdZy0=";
    hash = "sha256-79HHJeAP3pnM/KAdGsGw31MRXl3Qz2ttTvXX+oBCcow=";
  };

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

  useFetchCargoVendor = true;
  cargoHash = "sha256-yhZFLrpI2U/9VWGZkzYGzF5nPRmKpqJnfZ+6bmBYXNI=";
  cargoHash = "sha256-N1s6Kf6iy28QcrLQy6TVbXjfSb9KtzJeaKksW4wXsMw=";

  nativeBuildInputs = [ installShellFiles ];