nushellPlugins.skim: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2025-03-31 03:59:03 +00:00
parent 3e78aad351
commit 9a463345df

View File

@ -13,17 +13,17 @@
rustPlatform.buildRustPackage rec {
pname = "nu_plugin_skim";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "idanarye";
repo = pname;
tag = "v${version}";
hash = "sha256-TFKybgV2sJqDcTR+F1Kwm03XW0+tt9fLilhSQpX4jSg=";
hash = "sha256-cVD/al5KF4y7oV3OwtfhWEytCD+IVmWdSlGub1w6UYk=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-5KwosdiWc7K+35d06lvFHaPP52d7ru7tjMG+X9H5oCQ=";
cargoHash = "sha256-CvBBBDi8AkSfCIcUyUH4e5DX5tija1KqE9z05lndNE4=";
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ rustPlatform.bindgenHook ];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [