Commit Graph

198 Commits

Author SHA1 Message Date
happysalada
df67de0747 nushellPlugins.query: fix build 2024-08-03 07:58:26 -04:00
1adept
f85e1e1d18 nushell: 0.96.0 -> 0.96.1 2024-07-30 15:42:25 +02:00
1adept
1b14769458 nushell: 0.95.0 -> 0.96.0
add missing dependencies to query-plugin
2024-07-27 14:36:46 +02:00
R. Ryantm
53e6c0d620 nu_scripts: 0-unstable-2024-06-29 -> 0-unstable-2024-07-03 2024-07-07 03:29:21 +00:00
R. Ryantm
9cfe06c080 nu_scripts: 0-unstable-2024-06-22 -> 0-unstable-2024-06-29 2024-06-29 22:33:40 +00:00
Eric Kim-Butler
9050404e91 nushell: 0.94.1 -> 0.95.0 2024-06-26 13:21:47 +02:00
R. Ryantm
51bef8c5a9 nu_scripts: 0-unstable-2024-06-16 -> 0-unstable-2024-06-22 2024-06-24 08:07:54 +00:00
R. Ryantm
e681a07830 nu_scripts: 0-unstable-2024-06-08 -> 0-unstable-2024-06-16 2024-06-17 10:19:31 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
R. Ryantm
d716e1e267 nu_scripts: 0-unstable-2024-06-01 -> 0-unstable-2024-06-08 2024-06-09 04:38:28 +00:00
Joaquín Triñanes
73472e3d77
nu_plugin_net: Fix meta.mainProgram 2024-06-06 19:49:42 +02:00
Joaquín Triñanes
923ad862cd
nu_plugin_polars: init at 0.94.1 2024-06-06 19:49:42 +02:00
Lovis Rentsch
abf9d35cfb
nu_plugin_net: 1.4.0 -> 1.4.1
The plugins for nushell must be built with the same version as the
current shell, so I want to update it to use the current nushell version
that is in the 24.05 and unstable branches (0.93.0).
2024-06-04 18:50:56 +02:00
Weijia Wang
8bd9ff0f78
Merge pull request #315086 from r-ryantm/auto-update/nu_scripts
nu_scripts: 0-unstable-2024-05-19 -> 0-unstable-2024-06-01
2024-06-02 19:07:46 +02:00
Eric Kim-Butler
78ae8350dc nushell: 0.93.0 -> 0.94.1 2024-06-02 17:26:59 +02:00
R. Ryantm
bec6bcc79f nu_scripts: 0-unstable-2024-05-19 -> 0-unstable-2024-06-01 2024-06-01 21:16:05 +00:00
Joaquín Triñanes
5ff8d5cbe7
nushellPlugins: fix incorrect license 2024-05-31 08:55:59 +02:00
R. Ryantm
d87778fd7e nu_scripts: 0-unstable-2024-05-15 -> 0-unstable-2024-05-19 2024-05-21 05:12:24 +00:00
R. Ryantm
773835677b nu_scripts: 0-unstable-2024-05-08 -> 0-unstable-2024-05-15 2024-05-16 02:32:23 +00:00
Raghav Sood
351274bf94
nushellPlugins.query: 0.92.1 -> 0.93.0 2024-05-15 14:28:19 +08:00
Raghav Sood
89b9621978
nushellPlugins.gstat: 0.92.1 -> 0.93.0 2024-05-15 14:28:05 +08:00
Raghav Sood
2d3eb89ad0
nushellPlugins.formats: 0.92.1 -> 0.93.0 2024-05-15 14:27:44 +08:00
John Titor
22666a6cbf
nushell: 0.92.1 -> 0.93.0 2024-05-14 22:18:11 +05:30
R. Ryantm
4017cdecc1 nu_scripts: 0-unstable-2024-04-30 -> 0-unstable-2024-05-08 2024-05-09 19:31:50 +00:00
OPNA2608
be077886cd nushellPlugins.net: unstable-2024-04-05 -> 0-unstable-2024-04-05
cargoHash is affected by version change because full derivation name is used in the vendoring process.
2024-05-05 22:45:23 +02:00
R. Ryantm
6865f55ecc nu_scripts: unstable-2024-03-20 -> 0-unstable-2024-04-30 2024-05-02 22:09:06 +00:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Weijia Wang
045d1840e7 nushellPlugins.query: use rustPlatform.bindgenHook 2024-04-17 01:58:03 +02:00
Weijia Wang
d32e908b92 nushellPlugins.gstat: use rustPlatform.bindgenHook 2024-04-17 01:57:34 +02:00
Weijia Wang
79b9b9d80a nushellPlugins.formats: use rustPlatform.bindgenHook 2024-04-17 01:57:00 +02:00
Eric Kim-Butler
53092dd979 nushellPlugins.net: unstable-2023-11-15 -> unstable-2024-04-05 2024-04-06 02:41:31 +02:00
Eric Kim-Butler
1189052ee1 nushell: 0.92.0 -> 0.92.1 2024-04-05 14:47:06 +02:00
Yt
40ba58eccb
Merge pull request #295665 from JoaquinTrinanes/nushell-0.91.1
nushell: 0.91.0 -> 0.92.0
2024-04-03 23:03:00 +00:00
Joaquín Triñanes
5b8e995ae7
nuShellPlugins: 0.91.0 -> 0.92.0 2024-04-03 15:52:05 +02:00
Joaquín Triñanes
6c9370cae1
nushell: 0.91.0 -> 0.92.0 2024-04-03 11:15:39 +02:00
R. Ryantm
8674d015d1 nu_scripts: unstable-2024-03-17 -> unstable-2024-03-20 2024-03-21 06:19:16 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
fa140a4001 nu_scripts: unstable-2024-03-12 -> unstable-2024-03-17 2024-03-18 07:28:58 +00:00
R. Ryantm
42e1dea38d nu_scripts: unstable-2024-03-09 -> unstable-2024-03-12 2024-03-14 13:56:27 +00:00
Joaquín Triñanes
5f9c257084
nushell: add joaquintrinanes as maintainer 2024-03-12 00:22:59 +01:00
R. Ryantm
003c85c770 nu_scripts: unstable-2024-03-02 -> unstable-2024-03-09 2024-03-10 05:33:19 +00:00
Yt
55c4083a69
Merge pull request #294465 from aidalgol/nu-regex-plugin-remove
nushellPlugins.regex: remove
2024-03-09 11:13:22 +00:00
Aidan Gauland
ccd2165aec
nushellPlugins.regex: remove
The current version in nixpkgs is no longer compatible with the current
version of Nushell, and upstream is tracking the development branch of
Nushell, and is incompatible with the stable release of Nushell.

Background: https://github.com/fdncred/nu_plugin_regex/issues/3

This only made it into nixpkgs because there was a window in which the
Nushell plugin API in the released version and the version used by this
plugin were compatible.
2024-03-09 22:16:49 +13:00
Weijia Wang
875c0497c0
Merge pull request #286543 from r-ryantm/auto-update/nu_scripts
nu_scripts: unstable-2024-01-26 -> unstable-2024-03-02
2024-03-07 10:36:22 +01:00
Lena
16c9831ad5
nushellPlugins: update to nushell 0.91.0 2024-03-06 00:20:01 +01:00
Lena
d2faa08fd6
nushell: 0.90.1 -> 0.91.0 2024-03-06 00:11:10 +01:00
R. Ryantm
5c679c1bb9 nu_scripts: unstable-2024-01-26 -> unstable-2024-03-02 2024-03-05 09:38:41 +00:00
happysalada
fe856f46a1 nushell: 0.89.0 -> 0.90.1 2024-02-28 05:36:32 -05:00
R. Ryantm
e86536c3e6 nu_scripts: unstable-2024-01-17 -> unstable-2024-01-26 2024-01-26 19:41:52 +00:00