Unverified Commit 6c2440ed authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

skim: 0.16.1 -> 0.16.2 (#402133)

parents 40f7d08d b892735e
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

rustPlatform.buildRustPackage rec {
  pname = "skim";
  version = "0.16.1";
  version = "0.16.2";

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

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

  useFetchCargoVendor = true;
  cargoHash = "sha256-llvVss7P9Bl9/6A4EtntXtmnFc5XbMvKms1lYNtaZaw=";
  cargoHash = "sha256-wtZeXaBV9bLj7MiXJnJT7AjH2jq9crifTxeCWEtJY2o=";

  nativeBuildInputs = [ installShellFiles ];

@@ -71,6 +71,7 @@ rustPlatform.buildRustPackage rec {
    maintainers = with lib.maintainers; [
      dywedir
      getchoo
      krovuxdev
    ];
    mainProgram = "sk";
  };