nushellPlugins.hcl: 0.106.1 -> 0.107.0

This commit is contained in:
VuiMuich
2025-09-08 10:36:09 +02:00
parent c9d191f40b
commit fde9024da3

View File

@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "nu_plugin_hcl";
version = "0.106.1";
version = "0.107.0";
src = fetchFromGitHub {
owner = "Yethal";
repo = "nu_plugin_hcl";
tag = finalAttrs.version;
hash = "sha256-LM5tDmPWmpHd4HNnWoEdDXdKUkFA8J8VeDFMw32JXLk=";
hash = "sha256-KtX1i3iAZcEHnDdceV4JyildA//y/pnIxK/U/NbSw5w=";
};
cargoHash = "sha256-QCkNabv3pqtaRA7Ux5eiZPE/vRILlWKdQce7Gb0vzes=";
cargoHash = "sha256-CaPyAQgUpGBZx65j7ih4NOBR34rDpE0HQ425freGEOk=";
nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
@@ -33,6 +33,5 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/Yethal/nu_plugin_hcl";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ yethal ];
broken = true;
};
})