File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/shells/nushell/plugins Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010rustPlatform . 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" ] ;
You can’t perform that action at this time.
0 commit comments