nushellPlugins.skim: 0.12.0 -> 0.13.0 (#394789)

This commit is contained in:
Wolfgang Walther 2025-04-06 16:14:09 +00:00 committed by GitHub
commit 9760940ed9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 [