From 6938fd289a403f13753c5074930d8838ab239231 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 12 May 2025 21:54:20 +0000 Subject: [PATCH] nushellPlugins.skim: 0.13.0 -> 0.14.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 86ccd54c3e59..bdc459aec076 100644 --- a/pkgs/shells/nushell/plugins/skim.nix +++ b/pkgs/shells/nushell/plugins/skim.nix @@ -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 ];