skim: 0.17.3 -> 0.18.0

Diff: https://github.com/skim-rs/skim/compare/refs/tags/v0.17.3...v0.18.0
Changelog: https://github.com/skim-rs/skim/releases/tag/v0.18.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2025-05-31 07:29:42 +05:30
parent ce490d7b98
commit 6d0f53825a

View file

@ -12,7 +12,7 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "skim"; pname = "skim";
version = "0.17.3"; version = "0.18.0";
outputs = [ outputs = [
"out" "out"
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
owner = "skim-rs"; owner = "skim-rs";
repo = "skim"; repo = "skim";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-aq6qOlxFftiUyMqzbIgv/PnxqSNt6TsHCsy586LdZy0="; hash = "sha256-79HHJeAP3pnM/KAdGsGw31MRXl3Qz2ttTvXX+oBCcow=";
}; };
postPatch = '' postPatch = ''
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
''; '';
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-yhZFLrpI2U/9VWGZkzYGzF5nPRmKpqJnfZ+6bmBYXNI="; cargoHash = "sha256-N1s6Kf6iy28QcrLQy6TVbXjfSb9KtzJeaKksW4wXsMw=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];