nushellPlugins.skim: 0.13.0 -> 0.14.0 (#406594)

This commit is contained in:
Nick Cao
2025-05-13 16:17:18 -04:00
committed by GitHub
+3 -3
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 ];