Commit Graph

65 Commits

Author SHA1 Message Date
Stanisław Pitucha
9c4cbe00d8 nushellPlugins.net: 0-unstable-2024-04-05 -> 1.7.0 2024-09-11 23:03:49 +10:00
1adept
e96e635226 nushell: 0.96.1 -> 0.97.1
Note from release note:
> "Note: this was going to be version 0.97.0, but that version had to be yanked due to a last minute bug. This is still the next major version, not a patch release."
2024-08-21 17:28:14 +02:00
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
Eric Kim-Butler
9050404e91 nushell: 0.94.1 -> 0.95.0 2024-06-26 13:21:47 +02: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
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
Eric Kim-Butler
78ae8350dc nushell: 0.93.0 -> 0.94.1 2024-06-02 17:26:59 +02:00
Joaquín Triñanes
5ff8d5cbe7
nushellPlugins: fix incorrect license 2024-05-31 08:55:59 +02: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
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
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
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
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
Lena
16c9831ad5
nushellPlugins: update to nushell 0.91.0 2024-03-06 00:20:01 +01:00
happysalada
fe856f46a1 nushell: 0.89.0 -> 0.90.1 2024-02-28 05:36:32 -05:00
happysalada
a005b43238 nushellPlugins: hash update for 0.89.0 2024-01-14 10:45:27 -05:00
Stanisław Pitucha
74b3ce843b nushellPlugins: improve clang build
The variable is needed on all clang builds. Macos error was incidental
since it triggers clang by default.
2023-12-16 21:08:52 +11:00
Eric Kim-Butler
c70ba88ba8 nushell: 0.88.0 -> 0.88.1 2023-12-15 22:26:31 +01:00
Lena
6248048079 nushellPlugins: update to nushell 0.88.0 2023-12-13 00:02:40 +00:00
happysalada
679cb8ff4d nushellPlugins: update for nu 0.87.1 and build on hydra 2023-11-25 17:06:00 +00:00
Adam Stephens
90cb5ef2a2 nushell: 0.86.0 -> 0.87.0 2023-11-15 10:39:05 +00:00
happysalada
16920f9fe9 nushellPlugins.regex: fix darwin build 2023-10-28 11:13:05 +00:00
happysalada
955525b515 nushellPlugins.net: fix cargoHash 2023-10-24 20:09:57 +00:00
happysalada
14a9f98c45 nushellPlugins.net: unstable-2023-09-27 -> unstable-2023-10-24 2023-10-24 17:30:40 +00:00
happysalada
12a2774096 nushellPlugins.regex: remove unused arg 2023-10-23 12:39:21 +00:00
happysalada
cee03e7670 nushellPlugins.net: init at unstable-2023-09-27 2023-10-23 12:39:21 +00:00
happysalada
100603f1ad nushellPlugins: update to nushell 0.86.0 2023-10-23 12:39:21 +00:00
Aidan Gauland
d5be94e462 nushellPlugins.regex: init at unstable-2023-10-08 2023-10-20 08:02:21 +00:00
Aidan Gauland
fa845cc3b6 nushellPlugins: fix update script
Because of inheriting the version attribute from nushell, we need to
tell the updater script to ignore the version and check the hash anyway.
2023-10-05 21:32:21 +00:00
Aidan Gauland
be2e62a36d nushellPlugins: normalise formatting across similar derivations 2023-10-05 21:32:21 +00:00
Aidan Gauland
eea9d62c0a nushellPlugins: add passthru.updateScript to all packages 2023-10-05 21:32:21 +00:00
Aidan Gauland
b830062237 nushellPlugins: Add myself as maintainer 2023-10-05 21:32:21 +00:00
Aidan Gauland
7f49fe88bb nushellPlugins: inherit version from nushell
These are inheriting nushell.src, but specify the version string
separately.  Either both or neither should be inherited.
2023-10-05 21:32:21 +00:00
Aidan Gauland
f66847bb37 nushellPlugins: correct homepage URL
URL was pointing to main branch, rather than the tag corresponding to
the package verion.
2023-10-05 21:32:21 +00:00
Aidan Gauland
8024ef9b1c nushellPlugins: fix check phases 2023-10-05 21:32:21 +00:00
Aidan Gauland
48ae3d24bc nushellPlugins: remove unnecessary let bindings 2023-10-05 21:32:21 +00:00