We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 353967f + 4859028 commit ff89d9eCopy full SHA for ff89d9e
1 file changed
pkgs/by-name/nu/nushell-plugin-hcl/package.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage (finalAttrs: {
11
pname = "nu_plugin_hcl";
12
- version = "0.111.0";
+ version = "0.112.2";
13
14
src = fetchFromGitHub {
15
owner = "Yethal";
16
repo = "nu_plugin_hcl";
17
tag = finalAttrs.version;
18
- hash = "sha256-OeMDlzioXt4Hn3VUP7YaMHF0c8BhRDrHdrQRC595Ypc=";
+ hash = "sha256-yarqYNv/J7q5061MrS+kCiDAhi34x5wikX2qfLkd1T8=";
19
};
20
21
- cargoHash = "sha256-8ycqhuVQGyT4DabOLJIsSXY324h91zH/nUw/2XrAxwc=";
+ cargoHash = "sha256-8OosaIX7tgKX2M2H4Pn8hVJJtT4bat1ByFjnFAtoI5w=";
22
23
nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
24
0 commit comments