nushellPlugins.hcl: 0.105.1 -> 0.106.1

Yethal 4641ef6c 53c766af

+3 -3
+3 -3
pkgs/shells/nushell/plugins/hcl.nix
··· 9 9 10 10 rustPlatform.buildRustPackage (finalAttrs: { 11 11 pname = "nu_plugin_hcl"; 12 - version = "0.105.1"; 12 + version = "0.106.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Yethal"; 16 16 repo = "nu_plugin_hcl"; 17 17 tag = finalAttrs.version; 18 - hash = "sha256-V1RKZ0Tqq0LTGbHS2lLMyf6M4AgAgWSzkDeFUighO4k="; 18 + hash = "sha256-LM5tDmPWmpHd4HNnWoEdDXdKUkFA8J8VeDFMw32JXLk="; 19 19 }; 20 20 21 - cargoHash = "sha256-UbqKfQxut+76yB9F1gT8FEapbX/kHvaShltHpWUdhgc="; 21 + cargoHash = "sha256-QCkNabv3pqtaRA7Ux5eiZPE/vRILlWKdQce7Gb0vzes="; 22 22 23 23 nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; 24 24