Skip to content

Commit f35534c

Browse files
gmemstrYt
authored andcommitted
nushell: 0.84.0 -> 0.85.0
1 parent 05e4708 commit f35534c

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

pkgs/shells/nushell/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}:
2323

2424
let
25-
version = "0.84.0";
25+
version = "0.85.0";
2626
in
2727

2828
rustPlatform.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 ]

pkgs/shells/nushell/nu_scripts/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = ''

pkgs/shells/nushell/plugins/formats.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ let
1212
in
1313
rustPlatform.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" ];

pkgs/shells/nushell/plugins/gstat.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ let
1212
in
1313
rustPlatform.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" ];

pkgs/shells/nushell/plugins/query.nix

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

1010
rustPlatform.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

0 commit comments

Comments
 (0)