File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222} :
2323
2424let
25- version = "0.84 .0" ;
25+ version = "0.85 .0" ;
2626in
2727
2828rustPlatform . buildRustPackage {
@@ -33,10 +33,10 @@ rustPlatform.buildRustPackage {
3333 owner = "nushell" ;
3434 repo = "nushell" ;
3535 rev = version ;
36- hash = "sha256-vXtQUWKRPS53IBUgO9Dw8dVzfD5W2kHSPOZHs293O5Q =" ;
36+ hash = "sha256-/c3JTgIT+T41D0S7irQ0jq2MDzmx3os4pYpVr10cL3E =" ;
3737 } ;
3838
39- cargoHash = "sha256-NtTCuTWbGTrGKF7ulm3Bfal/WuBtPEX7QvHoOyKY1V8 =" ;
39+ cargoHash = "sha256-lBipwX72j0Af3PCat18s9NIjJiKZFZTcU9Utwt+eQzI =" ;
4040
4141 nativeBuildInputs = [ pkg-config ]
4242 ++ lib . optionals ( withDefaultFeatures && stdenv . isLinux ) [ python3 ]
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ stdenvNoCC.mkDerivation rec {
1111 src = fetchFromGitHub {
1212 owner = "nushell" ;
1313 repo = pname ;
14- rev = "45c051dad0e243a63608c8274b7fddd5f0b74941 " ;
15- hash = "sha256-kpE+vgobYsQuh8sS3gK/yg68nQykquwteeuecjLtIrE =" ;
14+ rev = "36a45f28a39ee1526a748b53f438a41ae939fc7c " ;
15+ hash = "sha256-QhERyWomyOOk9aYRjm69ykzOR3G/uGM/A4Pr9PlB71w =" ;
1616 } ;
1717
1818 installPhase = ''
Original file line number Diff line number Diff line change 1212in
1313rustPlatform . buildRustPackage {
1414 inherit pname ;
15- version = "0.84 .0" ;
15+ version = "0.85 .0" ;
1616 src = nushell . src ;
17- cargoHash = "sha256-pwOdSJHd9njR0lr4n2EzCcqRonh0cbBHGZgAJ1l8FEk =" ;
17+ cargoHash = "sha256-OKtktjBOujvljAX260TbC2sQWZOiGgU+sXsbYRhGPRM =" ;
1818 nativeBuildInputs = [ pkg-config ] ;
1919 buildInputs = [ IOKit Foundation ] ;
2020 cargoBuildFlags = [ "--package nu_plugin_formats" ] ;
Original file line number Diff line number Diff line change 1212in
1313rustPlatform . buildRustPackage {
1414 inherit pname ;
15- version = "0.84 .0" ;
15+ version = "0.85 .0" ;
1616 src = nushell . src ;
17- cargoHash = "sha256-RcwCYfIEV0+NbZ99uWaCOLqLap3wZ4qXIsc02fqkBSQ =" ;
17+ cargoHash = "sha256-Fj70uKYzEKxeZeNrqlwM7ZFJ+K1tz10RqLndrdY40CE =" ;
1818 nativeBuildInputs = [ pkg-config ] ;
1919 buildInputs = [ openssl ] ++ lib . optionals stdenv . isDarwin [ Security ] ;
2020 cargoBuildFlags = [ "--package nu_plugin_gstat" ] ;
Original file line number Diff line number Diff line change 99
1010rustPlatform . buildRustPackage {
1111 pname = "nushell_plugin_query" ;
12- version = "0.84 .0" ;
12+ version = "0.85 .0" ;
1313
1414 src = nushell . src ;
1515
16- cargoHash = "sha256-8uAoiurQpI++duheNqwEDw/0CIPE1dHcgL48hKWqNUg =" ;
16+ cargoHash = "sha256-8iUqOdGWm2kDW72ptlCBIqqe4zjckN09MOQD77kCf5Y =" ;
1717
1818 buildInputs = lib . optionals stdenv . isDarwin [ IOKit CoreFoundation ] ;
1919
You can’t perform that action at this time.
0 commit comments