From 9a463345df54eb6f56d69074b5f93e1c7af9164c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 31 Mar 2025 03:59:03 +0000 Subject: [PATCH] nushellPlugins.skim: 0.12.0 -> 0.13.0 --- pkgs/shells/nushell/plugins/skim.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/shells/nushell/plugins/skim.nix b/pkgs/shells/nushell/plugins/skim.nix index 3e206f5e9cc2..4f99cce8e1ac 100644 --- a/pkgs/shells/nushell/plugins/skim.nix +++ b/pkgs/shells/nushell/plugins/skim.nix @@ -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 [