From 0fc3a5b9a6af472e5a725883e56248d7ecc7080f Mon Sep 17 00:00:00 2001 From: aftix Date: Fri, 14 Feb 2025 17:48:47 -0600 Subject: [PATCH] nushellPlugins.skim: 0.11.1 -> 0.12.0 Diff: https://github.com/idanarye/nu_plugin_skim/compare/v0.11.1...v0.12.0 --- pkgs/shells/nushell/plugins/skim.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/shells/nushell/plugins/skim.nix b/pkgs/shells/nushell/plugins/skim.nix index 8bfba8cc5d43..3e206f5e9cc2 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.11.1"; + version = "0.12.0"; src = fetchFromGitHub { owner = "idanarye"; repo = pname; - rev = "v${version}"; - hash = "sha256-z+NT5WjwBn5yrdQNuERswZgsfM4OJPKssWPyClIi0Fk="; + tag = "v${version}"; + hash = "sha256-TFKybgV2sJqDcTR+F1Kwm03XW0+tt9fLilhSQpX4jSg="; }; useFetchCargoVendor = true; - cargoHash = "sha256-ssRUUwRS21TsnBfofb53MhcqZFUJ3GlxV4AirPDdVzw="; + cargoHash = "sha256-5KwosdiWc7K+35d06lvFHaPP52d7ru7tjMG+X9H5oCQ="; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ rustPlatform.bindgenHook ]; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [