Skip to content

Commit ff89d9e

Browse files
nushell-plugin-hcl: 0.111.0 -> 0.112.2 (#511654)
2 parents 353967f + 4859028 commit ff89d9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/nu/nushell-plugin-hcl/package.nix

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

1010
rustPlatform.buildRustPackage (finalAttrs: {
1111
pname = "nu_plugin_hcl";
12-
version = "0.111.0";
12+
version = "0.112.2";
1313

1414
src = fetchFromGitHub {
1515
owner = "Yethal";
1616
repo = "nu_plugin_hcl";
1717
tag = finalAttrs.version;
18-
hash = "sha256-OeMDlzioXt4Hn3VUP7YaMHF0c8BhRDrHdrQRC595Ypc=";
18+
hash = "sha256-yarqYNv/J7q5061MrS+kCiDAhi34x5wikX2qfLkd1T8=";
1919
};
2020

21-
cargoHash = "sha256-8ycqhuVQGyT4DabOLJIsSXY324h91zH/nUw/2XrAxwc=";
21+
cargoHash = "sha256-8OosaIX7tgKX2M2H4Pn8hVJJtT4bat1ByFjnFAtoI5w=";
2222

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

0 commit comments

Comments
 (0)