From 9bbcdd92b095c976e8ae440fbb45d912b46fc67f Mon Sep 17 00:00:00 2001 From: Yethal <26117918+Yethal@users.noreply.github.com> Date: Fri, 13 Jun 2025 10:57:39 +0200 Subject: [PATCH] nushellPlugins.hcl: 0.104.1 -> 0.105.1 --- pkgs/shells/nushell/plugins/hcl.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/shells/nushell/plugins/hcl.nix b/pkgs/shells/nushell/plugins/hcl.nix index b0bbe819fb7e..dd06dc6a786f 100644 --- a/pkgs/shells/nushell/plugins/hcl.nix +++ b/pkgs/shells/nushell/plugins/hcl.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "nushell_plugin_hcl"; - version = "0.104.1"; + version = "0.105.1"; src = fetchFromGitHub { repo = "nu_plugin_hcl"; owner = "Yethal"; tag = version; - hash = "sha256-AGTrSLVzbnzMQ2oUuD8Lq4phRt404lSRPiU8Oh9KBG0="; + hash = "sha256-V1RKZ0Tqq0LTGbHS2lLMyf6M4AgAgWSzkDeFUighO4k="; }; useFetchCargoVendor = true; - cargoHash = "sha256-5bxE+wN3uAbJSIh0wFS/KA5iTyFiSvFWmj14S/Fmkec="; + cargoHash = "sha256-UbqKfQxut+76yB9F1gT8FEapbX/kHvaShltHpWUdhgc="; nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; cargoBuildFlags = [ "--package nu_plugin_hcl" ];