1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

2909 commits

Author SHA1 Message Date
Weijia Wang 9f641525bc
Merge pull request #318724 from r-ryantm/auto-update/hishtory
hishtory: 0.295 -> 0.297
2024-06-28 01:57:59 +02:00
Weijia Wang 78222a042a
Merge pull request #322918 from r-ryantm/auto-update/murex
murex: 6.0.1000 -> 6.1.8300
2024-06-27 23:11:45 +02:00
R. Ryantm ad259b7070 murex: 6.0.1000 -> 6.1.8300 2024-06-27 14:08:41 +00:00
Eric Kim-Butler 9050404e91 nushell: 0.94.1 -> 0.95.0 2024-06-26 13:21:47 +02:00
Silvan Mosberger e55c4339a4
Merge pull request #322518 from philiptaron/add-maintainer/bash-completion
bash-completion: add philiptaron as maintainer
2024-06-26 02:26:54 +02:00
Philip Taron 718545000e
bash-completion: add philiptaron as maintainer 2024-06-25 17:12:22 -07:00
Weijia Wang b776e4b80c
Merge pull request #321060 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 4.15.3 -> 4.16.0
2024-06-26 00:06:38 +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 1235f68d07 oh-my-zsh: 2024-06-13 -> 2024-06-20 2024-06-22 20:34:39 +00:00
Masum Reza 1bb6b44718
Merge pull request #313769 from yVieta/zsh-completion
zsh-completions: add licenses
2024-06-20 23:21:56 +05:30
Weijia Wang 24436c6d6f powershell: 7.4.2 -> 7.4.3 2024-06-20 10:59:44 +02:00
R. Ryantm 434da283a5 spaceship-prompt: 4.15.3 -> 4.16.0 2024-06-19 15:53:58 +00:00
Nick Cao 6ae0e8bd59
Merge pull request #320505 from r-ryantm/auto-update/nu_scripts
nu_scripts: 0-unstable-2024-06-08 -> 0-unstable-2024-06-16
2024-06-18 16:08:53 -04:00
R. Ryantm c8b6250124 hishtory: 0.295 -> 0.297 2024-06-18 14:46:15 +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
R. Ryantm f16c1b17ee oh-my-zsh: 2024-06-04 -> 2024-06-13 2024-06-15 13:55:08 +00:00
Nick Cao 838cafb59b
Merge pull request #319478 from r-ryantm/auto-update/zsh-you-should-use
zsh-you-should-use: 1.7.4 -> 1.8.0
2024-06-13 13:52:29 -04:00
Silvan Mosberger f467b066db
Merge pull request #319393 from infinisil/zsh-abbr-man
zsh-abbr: Install man page
2024-06-13 18:52:59 +02:00
R. Ryantm 55023c9bdf zsh-you-should-use: 1.7.4 -> 1.8.0 2024-06-13 04:35:03 +00:00
Jan Tojnar 7987842fec
Merge pull request #318589 from jtojnar/u-s-v-ignore-same
common-updater-scripts/u-s-v: support --ignore-same-version
2024-06-13 00:41:07 +02:00
Silvan Mosberger cce99f56aa zsh-abbr: install man page 2024-06-12 23:40:02 +02:00
github-actions[bot] 477d2d32ff
Merge master into staging-next 2024-06-12 00:02:10 +00:00
Weijia Wang c102899c0e
Merge pull request #317533 from r-ryantm/auto-update/zsh-prezto
zsh-prezto: 0-unstable-2024-04-15 -> 0-unstable-2024-06-03
2024-06-12 00:43:09 +02:00
github-actions[bot] 79bbeb1aaf
Merge master into staging-next 2024-06-11 00:02:06 +00:00
R. RyanTM 3288f1bf5c
oh-my-zsh: 2024-05-31 -> 2024-06-04 (#318134) 2024-06-10 19:41:25 -04:00
Yt ca0f2b31fc
Merge pull request #316304 from r-ryantm/auto-update/fishPlugins.forgit
fishPlugins.forgit: 24.05.0 -> 24.06.0
2024-06-10 21:03:32 +00:00
R. Ryantm 8a6a14d1d4 fishPlugins.forgit: 24.05.0 -> 24.06.0 2024-06-10 20:02:34 +02:00
Alyssa Ross 3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +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
Jan Tojnar 0421c816ba treewide: Simplify use of update-source-version
- `--ignore-same-version` allows us to not call it twice.
- with that, we can also omit version, to allow us updating e.g. `cargoDeps` hash
2024-06-09 20:33:23 +02:00
github-actions[bot] 5aea0ef461
Merge master into staging-next 2024-06-09 18:00:55 +00:00
R. Ryantm d716e1e267 nu_scripts: 0-unstable-2024-06-01 -> 0-unstable-2024-06-08 2024-06-09 04:38:28 +00:00
github-actions[bot] f22f5c2c0c
Merge master into staging-next 2024-06-08 00:02:16 +00:00
Minijackson 17d990d9f7
zsh: disable function subdirs
partial revert of #242678,
since it can make Zsh very slow to start
2024-06-07 16:58:34 +02:00
github-actions[bot] e7fb1ff4be
Merge master into staging-next 2024-06-07 06:01:17 +00:00
Yt 9c2adf0c9a
Merge pull request #317269 from JoaquinTrinanes/nu_plugin_polars
nu_plugin_polars: init at 0.94.1
2024-06-07 00:51:11 +00:00
github-actions[bot] 4ace29447c
Merge master into staging-next 2024-06-07 00:02:15 +00:00
Yohann Boniface db5f339eec
fishPlugins.wakatime-fish: unbreak (#317803) 2024-06-07 01:07: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
R. Ryantm 338bbf8fdb zsh-prezto: 0-unstable-2024-04-15 -> 0-unstable-2024-06-03 2024-06-05 19:09:36 +00:00
github-actions[bot] 4b2a80fbd0
Merge master into staging-next 2024-06-05 00:02:31 +00:00
Yt 227f0327cb
Merge pull request #317245 from BaerLKR/update-nu_plugin_net
nu_plugin_net: 1.4.0 -> 1.4.1
2024-06-04 22:05:54 +00:00
Nick Cao 4cd61d85a6
Merge pull request #316945 from r-ryantm/auto-update/hishtory
hishtory: 0.294 -> 0.295
2024-06-04 15:53:05 -04: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
Sigmanificient d48a9bb622 treewide: remove unused fetchpatch arguments 2024-06-04 12:40:25 +02:00
R. Ryantm df8c4c6b1d hishtory: 0.294 -> 0.295 2024-06-03 15:21:08 +00:00
github-actions[bot] 97d15b22bf
Merge master into staging-next 2024-06-02 18:01:10 +00:00