Skip to content

Commit aded40d

Browse files
authored
nushellPlugins.hcl: 0.104.1 -> 0.105.1 (#416387)
2 parents 992f916 + 9bbcdd9 commit aded40d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/shells/nushell/plugins/hcl.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "nushell_plugin_hcl";
12-
version = "0.104.1";
12+
version = "0.105.1";
1313

1414
src = fetchFromGitHub {
1515
repo = "nu_plugin_hcl";
1616
owner = "Yethal";
1717
tag = version;
18-
hash = "sha256-AGTrSLVzbnzMQ2oUuD8Lq4phRt404lSRPiU8Oh9KBG0=";
18+
hash = "sha256-V1RKZ0Tqq0LTGbHS2lLMyf6M4AgAgWSzkDeFUighO4k=";
1919
};
2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-5bxE+wN3uAbJSIh0wFS/KA5iTyFiSvFWmj14S/Fmkec=";
21+
cargoHash = "sha256-UbqKfQxut+76yB9F1gT8FEapbX/kHvaShltHpWUdhgc=";
2222

2323
nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
2424
cargoBuildFlags = [ "--package nu_plugin_hcl" ];

0 commit comments

Comments
 (0)