Commit Graph

150 Commits

Author SHA1 Message Date
happysalada
cbfcf6ed61 nushellPlugins.query: 0.81.0 -> 0.82.0 2023-06-28 09:11:25 +08:00
happysalada
be39aba786 nushell: 0.81.0 -> 0.82.0 2023-06-28 09:11:04 +08:00
Janik
347c91433a
Merge pull request #232393 from mrkkrp/init-nushell-plugin-gstat 2023-06-26 21:02:51 +02:00
happysalada
3596490914 nushellPlugins.query: 0.80.0 -> 0.81.0 2023-06-12 10:28:41 -04:00
Adam Stephens
9b59981f40
nushell: 0.80.0 -> 0.81.0 2023-06-07 12:35:32 -04:00
happysalada
e5c8528b1c nushellPlugins.query: 0.79.0 -> 0.80.0 2023-05-19 09:04:53 -04:00
happysalada
fb6410b1c9 nushell: 0.79.0 -> 0.80.0 2023-05-18 11:46:56 -04:00
Mark Karpov
f56cdd0e2b
nushellPlugins.gstat: init 2023-05-17 11:41:32 +02:00
happysalada
5f96b02564 nushellPlugins.query: fix build from broken hash 2023-04-27 23:45:20 -04:00
happysalada
c7063f1743 nuscripts: unstable-2023-03-16 -> unstable-2023-04-26 2023-04-27 23:45:20 -04:00
Utkarsh Gupta
e9365c4a4c
nushell: 0.78.0 -> 0.79.0 2023-04-26 03:49:43 +05:30
happysalada
c617af9c05 nushellPlugins.query: init at 0.78.0 2023-04-06 09:30:34 -04:00
happysalada
4b7d7154cd nushell: 0.77.1 -> 0.78.0 2023-04-04 18:59:25 -04:00
Kiran Ostrolenk
92dd06ae1d nu_scripts: init at unstable-2023-03-16 2023-04-04 16:14:22 -04:00
R. Ryantm
b780344698 nushell: 0.77.0 -> 0.77.1 2023-03-22 22:34:04 +00:00
Adam Stephens
a26d5fbdef
nushell: 0.76.0 -> 0.77.0 2023-03-15 08:42:32 -04:00
mangoiv
2a42048c89
nushell: 0.75.0 -> 0.76.0
Bumped version for nushell
(release notes at https://www.nushell.sh/blog/2023-02-21-nushell_0_76.html);
changed the name of the settings such that it complies with the
current Cargo.toml; made it possible to apply additional cargo features
such as the dataframes feature, made it possible to skip checks to
avoid building and running the tests for derivations that modify
the cargo features
2023-02-24 14:54:44 +01:00
Weijia Wang
453840daf1 nushell: use newer libproc.h 2023-02-16 17:50:14 +01:00
Weijia Wang
51f387beff nushell: fix build on x86_64-darwin 2023-02-11 09:04:08 +01:00
R. Ryantm
647ec19a60 nushell: 0.74.0 -> 0.75.0 2023-02-05 00:18:48 +01:00
Aidan Gauland
71c0ce962e
nushell: 0.73.0 -> 0.74.0 2023-01-12 16:00:58 +13:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Aidan Gauland
eb416f1bc0
nushell: 0.72.1 -> 0.73 2022-12-24 15:26:08 +13:00
Aidan Gauland
47e3a91333
nushell: Add updater script 2022-12-24 14:45:56 +13:00
Arnout Engelen
2e85b267aa
nushell: do checks
pulling in the upstream patch
2022-12-11 16:24:13 +01:00
R. Ryantm
399214a138 nushell: 0.72.0 -> 0.72.1 2022-12-06 15:22:27 +00:00
Arnout Engelen
3627243f81
nushell: 0.71.0 -> 0.72.0
Wanted to see if the tests are still failing. They are.
https://github.com/nushell/nushell/issues/6708
2022-12-02 11:29:12 +01:00
ilkecan
8a79bf726d nushell: 0.70.0 -> 0.71.0 2022-11-08 22:38:32 +00:00
ilkecan
70bd5c960e nushell: 0.69.1 -> 0.70.0 2022-10-26 07:09:10 +00:00
Jacob Birkett
13f4d69b09
nushell: 0.68.1 -> 0.69.1 (#195652) 2022-10-14 02:22:18 -05:00
R. Ryantm
d206ddfbf8 nushell: 0.67.0 -> 0.68.1 2022-09-10 03:52:28 +00:00
Shane Sveller
5d34561c4a
nushell: 0.66.2 -> 0.67.0
https://www.nushell.sh/blog/2022-08-16-nushell-0_67.html
2022-09-05 09:59:58 -05:00
Shane Sveller
c0d73cf864
nushell: Include Apple SDK for libproc.h / bindgen
9b6b817276
https://github.com/andrewdavidmackenzie/libproc-rs/releases/tag/v0.12.0
fec8b61321/pkgs/development/libraries/webkitgtk/default.nix (L161-L166)
fec8b61321/pkgs/tools/system/btop/default.nix (L32-L37)
2022-09-05 09:59:58 -05:00
Shane Sveller
0d117eb087
nushell: patch Cargo to use pkgconfig for zstd
Reverts the meaningful change in 5f3b928696e7c03f03d3cf2fe970e4bca47367ee.

https://github.com/NixOS/nixpkgs/pull/183712#discussion_r934027513

See also: cargo-about, cargo-deny

Co-authored-by: Florian Warzecha <liketechnik@disroot.org>
2022-09-05 09:59:57 -05:00
Shane Sveller
5f3c07633a
nushell: 0.65.0 -> 0.66.2
https://www.nushell.sh/blog/2022-07-26-nushell-0_66.html
https://github.com/nushell/nushell/releases/tag/0.66.1
https://github.com/nushell/nushell/releases/tag/0.66.2
https://github.com/nushell/nushell/compare/0.66.0...0.66.2
2022-09-05 09:59:57 -05:00
Shane Sveller
f9418f4eab
nushell: 0.64.0 -> 0.65.0
https://www.nushell.sh/blog/2022-07-05-nushell-0_65.html
2022-07-13 15:20:32 -05:00
happysalada
b360ddc88c nushell: 0.63.0 -> 0.64.0 2022-06-30 18:08:54 -04:00
Artturin
7d735f01a4 nushell: use cargo-edit instead of a patch to add pkg-config feature
to zstd-sys

cargo add has been merged in to cargo so the extra package won't be
needed once 1.62.0 is available in nixpkgs
2022-05-28 22:10:16 +03:00
Shane Sveller
835df2aea7
nushell: 0.62.0 -> 0.63.0 2022-05-26 10:12:51 -05:00
D Anzorge
b10f0f6958 nushell: 0.61.0 -> 0.62.0
https://www.nushell.sh/blog/2022-05-03-nushell_0_62.html
2022-05-20 15:32:32 +02:00
Arnout Engelen
67e9ab5612
nushell: 0.60.0 -> 0.61.0
lots of nice improvements, among others showing documentation
when auto-completing flags in custom completions

https://github.com/nushell/nushell/releases/tag/0.61.0
2022-04-20 21:36:28 +02:00
Sandro
3f68060ff0 Update pkgs/shells/nushell/default.nix 2022-04-06 07:11:01 -04:00
Andreas
54a21b8dc5 nushell: 0.44.0 -> 0.60.0
Nushell 0.60 was released on Mar, 22nd. This upgrades nushell for nixpkgs to
that version.

For release notes see https://www.nushell.sh/blog/2022-03-22-nushell_0_60.html
2022-04-06 07:11:01 -04:00
R. Ryantm
be8cbad152 nushell: 0.43.0 -> 0.44.0 2022-02-12 18:58:57 +00:00
Daniel Gagnon
a5beb54cf0 nushell: 0.42.0 -> 0.43.0 2022-01-20 15:15:05 -05:00
R. Ryantm
df31f75c1a nushell: 0.41.0 -> 0.42.0 2022-01-02 07:24:35 +00:00
Daniel Gagnon
241f4f2106 nushell: 0.40.0 -> 0.41.0 2021-12-13 18:26:11 -05:00
Daniel Gagnon
eb2107cd07 nushell: 0.39.0 -> 0.40.0 2021-11-26 00:20:57 -05:00
figsoda
009c1d5b6d nushell: use buildFeatures 2021-11-16 08:11:54 -05:00
R. Ryantm
5fbeb7902a nushell: 0.38.0 -> 0.39.0 2021-11-03 16:55:50 +00:00
Simon Chatterjee
1df26751ce nushell: 0.37.0 -> 0.38.0 2021-10-12 22:16:27 +01:00
R. RyanTM
4872d2ed2a nushell: 0.36.0 -> 0.37.0 2021-09-15 18:40:34 +00:00
R. RyanTM
8873c62734 nushell: 0.35.0 -> 0.36.0 2021-08-25 09:41:08 +00:00
Simon Chatterjee
7e1bfa7ac7 nushell: 0.33 -> 0.35 2021-08-07 13:52:17 +01:00
Aumy
efc838b196 nushell: use --features=extra by default 2021-07-18 00:36:31 +09:00
Christian Kögler
8e4c6b8459 nushell: 0.32.0 -> 0.33.0 2021-06-27 12:46:51 +02:00
Ajeet D'Souza
1f9a83201e nushell: 0.31.0 -> 0.32.0 2021-06-03 16:46:11 +05:30
Serg Nesterov
f159db1d68
nushell: 0.30.0 -> 0.31.0 2021-05-29 01:31:49 +03:00
Pavol Rusnak
459fbe1931
nushell: enable aarch64-darwin build 2021-05-23 21:26:17 +02:00
happysalada
4d8dd0afd2 nushell: mark tests broken on darwin 2021-05-12 15:23:07 +09:00
happysalada
a931f70824 nushell: fix darwin build 2021-05-12 15:23:07 +09:00
legendofmiracles
2dc6743ba7
nushell: sets main program 2021-04-27 13:44:53 +02:00
Yuki Okushi
8e93e34477 nushell: 0.29.0 -> 0.30.0 2021-04-25 05:12:44 +09:00
R. RyanTM
d417634a98 nushell: 0.28.0 -> 0.29.0 2021-04-01 12:09:01 +00:00
R. RyanTM
ea357527fa nushell: 0.27.1 -> 0.28.0 2021-03-12 07:42:20 +00:00
R. RyanTM
a4d916ace3 nushell: 0.27.0 -> 0.27.1 2021-02-21 18:32:35 +01:00
R. RyanTM
9d9921e3da nushell: 0.26.0 -> 0.27.0 2021-02-18 12:36:35 +00:00
R. RyanTM
0178d6646f nushell: 0.25.1 -> 0.26.0 2021-01-30 21:42:00 +00:00
archaeron
ab879aa622
nushell: 0.24.1 -> 0.25.1 2021-01-13 17:57:07 +01:00
Mario Rodas
95f30fea56 nushell: 0.23.0 -> 0.24.1 2020-12-16 04:20:00 +00:00
R. RyanTM
a77fa8d94c nushell: 0.22.0 -> 0.23.0 2020-11-26 14:09:58 +00:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Mario Rodas
a4afd835da nushell: 0.21.0 -> 0.22.0
http://www.nushell.sh/blog/2020/11/03/nushell_0_22.html
2020-11-06 04:20:00 +00:00
zowoq
a55b2d659e nushell: drop darwin workaround 2020-10-22 11:24:37 +10:00
Yuki Okushi
8928358521 nushell 0.20.0 -> 0.21.0 2020-10-14 20:02:26 +09:00
Mario Rodas
f31108fa22 nushell: 0.19.0 -> 0.20.0
https://www.nushell.sh/blog/2020/09/22/nushell_0_20.html
2020-10-01 04:20:00 +00:00
Cole Mickens
6668937f57
nushell: enable for aarch64 2020-09-05 14:13:42 -07:00
R. RyanTM
0a8c2f8cde nushell: 0.18.1 -> 0.19.0 2020-09-05 08:46:57 +00:00
Yuki Okushi
2026a9aee0 nushell: 0.17.0 -> 0.18.1 2020-08-15 07:25:05 +09:00
Serg Nesterov
491fe83921
nushell: 0.16.0 -> 0.17.0 2020-07-22 13:57:44 +03:00
Philipp Mildenberger
0717ab5132 nushell: 0.15.0 -> 0.16.0 2020-06-30 23:48:59 +02:00
Philipp Mildenberger
54bba2ee12 nushell: add checkPhase without --target which causes failing tests 2020-06-20 10:38:45 +02:00
Philipp Mildenberger
0cbf4c87f9 nushell: 0.14.0 -> 0.15.0 2020-06-11 15:06:43 +02:00
Oleksii Filonenko
e09e4a44ea nushell: 0.13.0 -> 0.14.0 2020-05-13 06:22:55 +00:00
Mario Rodas
861a342a32 nushell: 0.12.0 -> 0.13.0
Release notes: https://www.nushell.sh/blog/2020/04/21/nushell_0_13_0.html
2020-05-01 09:25:02 +02:00
Mario Rodas
d0de1e518d
nushell: 0.11.0 -> 0.12.0 2020-03-31 18:18:18 -05:00
Mario Rodas
10fad30eaa nushell: 0.10.0 -> 0.11.0
Release notes: https://www.nushell.sh/blog/2020/03/10/nushell_0_11_0.html
2020-03-12 17:58:37 +01:00
Serg Nesterov
0600e36589
nushell: 0.9.0 -> 0.10.0 2020-02-19 00:57:31 +03:00
Benjamin Hipple
a5df5df2ea nushell: fix build by using newer cargo fetcher
Resolves #80117 by using the newer fetcher; see #79975 for details.

Would also be fixed by #80153 eventually, but we want to upgrade Rust packages
either way, so might as well start with the broken ones!
2020-02-15 12:58:33 -08:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Serg Nesterov
e8e47ce945
nushell: 0.8.0 -> 0.9.0 2020-01-30 14:16:28 +03:00
Oleksii Filonenko
6418e73552
nushell: 0.7.1 -> 0.8.0 2020-01-07 19:58:06 +02:00
Maximilian Bosch
2ff742e970
nushell: 0.7.0 -> 0.7.1
https://crates.io/crates/nu/0.7.1

`aarch64-linux` is currently not supported as several crates fail to
compile on ARM archs (https://github.com/nushell/nushell/issues/485).
2020-01-02 12:35:48 +01:00
Oleksii Filonenko
7c7e2afc5c
nushell: change --all-features to --features=stable 2019-12-19 16:26:35 +02:00
Oleksii Filonenko
297a5627af
nushell: 0.6.1 -> 0.7.0 2019-12-19 11:17:23 +02:00
Oleksii Filonenko
76c83c0ef3
nushell: 0.6.0 -> 0.6.1 2019-12-01 11:00:19 +02:00
Oleksii Filonenko
160a9764ae
nushell: 0.5.0 -> 0.6.0 2019-11-27 08:49:59 +02:00
Oleksii Filonenko
a9cda5f14c
nushell: add filalex77 to maintainers 2019-11-27 08:49:18 +02:00
Mario Rodas
a8942c6cbd
nushell: add withAllFeatures flag
Co-authored-by: Evan Stoll <evanjs@users.noreply.github.com>
2019-11-12 04:20:00 -05:00
Mario Rodas
1024689318
nushell: init at 0.5.0 2019-11-09 04:20:00 -05:00