nushellPlugins.skim: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm
2025-05-12 21:54:20 +00:00
parent 4c40e81b38
commit 6938fd289a

View File

@@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "nu_plugin_skim";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "idanarye";
repo = pname;
tag = "v${version}";
hash = "sha256-cVD/al5KF4y7oV3OwtfhWEytCD+IVmWdSlGub1w6UYk=";
hash = "sha256-bH+llby34lqnxZXdtTEBPiw50tvvY72h+YkRRdiXXTc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-CvBBBDi8AkSfCIcUyUH4e5DX5tija1KqE9z05lndNE4=";
cargoHash = "sha256-VTnaEqIuvTalemVhc/GJnTCQh1DCWQrtoo7oGJBZMXs=";
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ rustPlatform.bindgenHook ];