nushellPlugins.hcl: 0.106.1 -> 0.107.0
This commit is contained in:
@@ -9,16 +9,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "nu_plugin_hcl";
|
pname = "nu_plugin_hcl";
|
||||||
version = "0.106.1";
|
version = "0.107.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Yethal";
|
owner = "Yethal";
|
||||||
repo = "nu_plugin_hcl";
|
repo = "nu_plugin_hcl";
|
||||||
tag = finalAttrs.version;
|
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 ];
|
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";
|
homepage = "https://github.com/Yethal/nu_plugin_hcl";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ yethal ];
|
maintainers = with lib.maintainers; [ yethal ];
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user