Commit Graph

3135 Commits

Author SHA1 Message Date
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Gabe Dunn
4236969a5f
zinit: add installation of doc files 2024-07-12 13:50:10 -06:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Nick Cao
e93cf5f368
Merge pull request #325767 from r-ryantm/auto-update/hishtory
hishtory: 0.297 -> 0.298
2024-07-09 16:32:53 -04:00
R. Ryantm
868bafcb7a hishtory: 0.297 -> 0.298 2024-07-09 07:16:19 +00:00
Michael Hoang
eb725313bc treewide: remove Enzime 2024-07-09 14:32:33 +10:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
Nick Cao
57765a7b03
Merge pull request #325165 from r-ryantm/auto-update/nu_scripts
nu_scripts: 0-unstable-2024-06-29 -> 0-unstable-2024-07-03
2024-07-07 09:46:33 -04:00
R. Ryantm
53e6c0d620 nu_scripts: 0-unstable-2024-06-29 -> 0-unstable-2024-07-03 2024-07-07 03:29:21 +00:00
Aleksana
2aeeb09cdf
Merge pull request #324830 from romildo/upd.liquidprompt
liquidprompt: 2.2.0 -> 2.2.1
2024-07-06 21:58:14 +08:00
7c6f434c
017a63ea4d
Merge pull request #324900 from reckenrode/zsh-texinfo-fix
zsh: fix compatibility with texinfo 7.1
2024-07-06 08:40:25 +00:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
Randy Eckenrode
d976a67189
zsh: fix compatibility with texinfo 7.1
https://www.zsh.org/mla/workers/2023/msg00591.html
2024-07-05 16:52:59 -04:00
R. Ryantm
31c74ace74 oh-my-zsh: 2024-06-28 -> 2024-07-03 2024-07-05 17:49:33 +00:00
José Romildo
b0bd637dc6 liquidprompt: 2.2.0 -> 2.2.1
Diff: https://github.com/liquidprompt/liquidprompt/compare/v2.2.0...v2.2.1
2024-07-05 11:32:24 -03:00
aleksana
1862813d11 treewide: convert cargoSha256 to cargoHash
This is done with the following bash script:

```
#!/usr/bin/env bash
process_line() {
    local filename=${1%:}
    if [[ $4 =~ \"(.*)\"\; ]]; then
      local sha256="${BASH_REMATCH[1]}"
    fi
    [[ -z $sha256 ]] && return 0
    local hash=$(nix hash to-sri --type sha256 $sha256)
    echo "Processing: $filename"
    echo "  $sha256 => $hash"
    sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}

# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
    # split them further by space
    read -r -a parts <<< "$line"
    process_line "${parts[@]}"
done

```
2024-07-03 21:54:10 +08:00
Janik H.
76cd1d2211 maintainers: drop janik
I guess my time has come as well...

With this commit, I'm not just dropping my maintainer entry, but I'm also
resigning from my duties as a board observer and NixCon project lead.
I also terminated my Summer of Nix contract today.
I'll also stop hosting the local NixOS meetup.

The only "project" I'll finish under the NixOS Foundation umbrella is
Google Summer of Code because the mentees aren't even remotely
responsible for why I'm leaving, and it would be unfair to leave them
hanging.

I'm grateful for all the things I was able to learn, for all the experiences
I could gather, and for all the friends I made along the way.
NixOS is what makes computers bearable for me, so I'll go and work on
some fork (*something something* you always meet twice in life).
2024-07-02 02:36:42 +02:00
Weijia Wang
94526f7efe
Merge pull request #323576 from r-ryantm/auto-update/carapace
carapace: 1.0.3 -> 1.0.4
2024-06-30 23:51:43 +02:00
R. Ryantm
0f37bcbc38 carapace: 1.0.3 -> 1.0.4 2024-06-30 17:38:04 +02:00
Matthias Beyer
689cf569a2
Merge pull request #322560 from r-ryantm/auto-update/zimfw
zimfw: 1.13.1 -> 1.14.0
2024-06-30 17:28:00 +02:00
John Ericson
7d138093a1
Merge pull request #323430 from obsidiansystems/openbsd-pkg-fixes
bash, openssl: Fix OpenBSD build
2024-06-30 10:25:10 -04:00
R. Ryantm
9cfe06c080 nu_scripts: 0-unstable-2024-06-22 -> 0-unstable-2024-06-29 2024-06-29 22:33:40 +00:00
John Ericson
97550cd031 bash: Fix OpenBSD build
See added code comment for details
2024-06-29 13:14:51 -04:00
R. Ryantm
57a286ccba oh-my-zsh: 2024-06-20 -> 2024-06-28 2024-06-28 15:56:23 +00:00
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
R. Ryantm
94e90e895a zimfw: 1.13.1 -> 1.14.0 2024-06-26 03:06:38 +00: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
Stanisław Pitucha
2ddf16dbfe es: fix on new compilers 2024-06-21 15:53:11 +10: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
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
Sandro
42fa9593b9
Merge pull request #315913 from Sigmanificient/wakatime-cli 2024-06-02 19:00:11 +02:00
Eric Kim-Butler
78ae8350dc nushell: 0.93.0 -> 0.94.1 2024-06-02 17:26:59 +02:00
Weijia Wang
b1be798d6a
Merge pull request #311705 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2024-05-03 -> 2024-05-31
2024-06-02 17:24:34 +02:00
Sigmanificient
1d5618e0ec wakatime: rename to wakatime-cli 2024-06-02 17:12:06 +02:00
github-actions[bot]
39c82b1a85
Merge master into staging-next 2024-06-02 00:02:38 +00:00
Yt
28f30464c6
Merge pull request #316082 from JoaquinTrinanes/fix_nu_plugins_license
nushellPlugins: fix incorrect license
2024-06-01 22:23:14 +00:00
R. Ryantm
bec6bcc79f nu_scripts: 0-unstable-2024-05-19 -> 0-unstable-2024-06-01 2024-06-01 21:16:05 +00:00
github-actions[bot]
f4392ae842
Merge master into staging-next 2024-06-01 18:01:06 +00:00
R. Ryantm
0903e4d0c9 carapace: 1.0.2 -> 1.0.3 2024-06-01 00:28:17 +00:00
R. Ryantm
dc96571a57 oh-my-zsh: 2024-05-03 -> 2024-05-31 2024-05-31 16:33:59 +00:00
Joaquín Triñanes
5ff8d5cbe7
nushellPlugins: fix incorrect license 2024-05-31 08:55:59 +02:00
Vladimír Čunát
5804775d03
Merge branch 'staging' into staging-next 2024-05-31 07:30:41 +02:00
Weijia Wang
24432d228e
Merge pull request #310394 from Sigmanificient/remove-2y-broken
Remove long (18+ months) broken packages
2024-05-30 17:30:31 +02:00
Sigmanificient
ad1cc3a045 dgsh: remove
notice dgsh removal
2024-05-30 02:03:56 +02:00
R. Ryantm
66b6e84e28 spaceship-prompt: 4.15.2 -> 4.15.3 2024-05-29 15:14:31 +00:00
github-actions[bot]
545ffa3ee7
Merge staging-next into staging 2024-05-29 06:01:50 +00:00
Jörg Thalheim
112ada3320
Merge pull request #314657 from Mic92/editline
editline: enable sigstop
2024-05-29 06:48:24 +02:00
Jörg Thalheim
59135e4435 jush: drop shell
It hasn't received significant updates after its initial development 5
years ago. It seems more like a proof of concept of editline.
I was trivially able to crash the shell multiple times by providing
invalid syntax. Given the feature set I doubt that it has many users.
2024-05-29 06:21:54 +02:00
github-actions[bot]
88d9d40017
Merge staging-next into staging 2024-05-29 00:02:38 +00:00
R. Ryantm
e5135b2585 zsh-abbr: 5.7.1 -> 5.8.0 2024-05-28 09:39:12 +00:00
Audrey Dutcher
846de80d1c various: Enable updateAutotoolsGnuConfigScriptsHook
Prior to August 2023, any config.guess generated by autoconf will
include a hardcoded /usr/bin/uname invocation for FreeBSD on any
architecture other than arm. This clearly doesn't work under nix.
We must then update or otherwise patch each old config.guess.
2024-05-27 11:09:28 -04:00
github-actions[bot]
7537b40813
Merge staging-next into staging 2024-05-26 18:01:42 +00:00
Guillaume Girol
752302b194
Merge pull request #263246 from romildo/upd.liquidprompt
liquidprompt: 2.1.2 -> 2.2.0
2024-05-26 15:37:20 +02:00
github-actions[bot]
edcb881454
Merge staging-next into staging 2024-05-25 18:01:21 +00:00
Andrew Kvalheim
8fdf340723 carapace: update homepage
- Previous URL returns 404 Not Found
- Current URL is referenced at https://github.com/carapace-sh/carapace-bin
2024-05-24 17:21:38 -07:00
vieta
4e8412889f zsh-completions: add licenses 2024-05-24 18:41:15 +02:00
github-actions[bot]
a73d2d9b62
Merge staging-next into staging 2024-05-24 12:01:26 +00:00
Weijia Wang
0e48629e39
Merge pull request #313924 from Lurkki14/gpl2-pkgs-shells
pkgs/shells: remove licenses.gpl2
2024-05-24 10:17:05 +02:00
Jussi Kuokkanen
f57d955412 pkgs/shells: remove licenses.gpl2 2024-05-23 18:28:43 +03:00
github-actions[bot]
dfe5aa3439
Merge staging-next into staging 2024-05-22 18:01:30 +00:00
Weijia Wang
696ec1e28d
Merge pull request #313484 from r-ryantm/auto-update/zsh-abbr
zsh-abbr: 5.6.0 -> 5.7.1
2024-05-22 19:28:22 +02:00
José Romildo
b59a2179d9 liquidprompt: 2.1.2 -> 2.2.0
liquidpromptrc-dist and liquid.theme are not available anymore

generate liquidpromptrc-dist from the docs

install themes and contributed presets
2024-05-22 09:45:46 -03:00
José Romildo
22277f6274 liquidprompt: run preInstall and postInstall hooks 2024-05-22 09:35:33 -03:00
José Romildo
fa107c65e4 liquidprompt: update homepage and git repository 2024-05-22 09:35:33 -03:00
José Romildo
b512d4c1bf liquidprompt: add update script 2024-05-22 09:35:33 -03:00
github-actions[bot]
949e5b9d89
Merge staging-next into staging 2024-05-22 00:02:35 +00:00
R. Ryantm
864a40a21d zsh-abbr: 5.6.0 -> 5.7.1 2024-05-21 20:37:00 +00:00
R. Ryantm
d87778fd7e nu_scripts: 0-unstable-2024-05-15 -> 0-unstable-2024-05-19 2024-05-21 05:12:24 +00:00
Sandro
b6a0d866b7
Merge pull request #310322 from r-ryantm/auto-update/bash-completion
bash-completion: 2.13.0 -> 2.14.0
2024-05-19 16:24:39 +02:00
R. Ryantm
7e5879ff42
bash-completion: 2.13.0 -> 2.14.0 2024-05-18 21:57:03 +02:00
Audrey Dutcher
fc246ead19 bash: Fix build on FreeBSD cross 2024-05-18 10:04:17 +02:00
Nick Cao
3cbcfa6593
Merge pull request #312102 from r-ryantm/auto-update/nu_scripts
nu_scripts: 0-unstable-2024-05-08 -> 0-unstable-2024-05-15
2024-05-17 18:10:45 -04:00
Franz Pletz
88523fa0e7
Merge pull request #312326 from r-ryantm/auto-update/zsh-you-should-use
zsh-you-should-use: 1.7.3 -> 1.7.4
2024-05-17 13:10:14 +02:00
R. Ryantm
3426ed3cc9 zsh-abbr: 5.4.1 -> 5.6.0 2024-05-17 03:28:14 +00:00
R. Ryantm
01d7cc7c3c zsh-you-should-use: 1.7.3 -> 1.7.4 2024-05-17 00:47:26 +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
Weijia Wang
b680cd4d0c
Merge pull request #311853 from Sigmanificient/adopt-mooooore
treewide: adopt some packages with no maintainers
2024-05-15 13:01:21 +02:00
Sigmanificient
c6f5d6a526 ksh: reformat, use finalAttrs over rec 2024-05-15 09:21:57 +02:00
Sigmanificient
88382bf5e8 ksh: add sigmanificient in maintainers 2024-05-15 09:21:57 +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
John Titor
22666a6cbf
nushell: 0.92.1 -> 0.93.0 2024-05-14 22:18:11 +05:30
Weijia Wang
df66529b1e
Merge pull request #309744 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2024-04-25 -> 2024-05-03
2024-05-13 23:27:30 +02:00
Nick Cao
0b9a1cbbe2
Merge pull request #311219 from r-ryantm/auto-update/hishtory
hishtory: 0.293 -> 0.294
2024-05-13 10:51:44 -04:00
Pyrox
3a86eb9e05
zsh-fzf-tab: 1.1.1 -> 1.1.2 2024-05-12 22:37:09 -04:00
R. Ryantm
cf075f41ea hishtory: 0.293 -> 0.294 2024-05-13 01:37:02 +00:00
Haseeb Majid
9039081ce7
fishPlugin.fish-git-abbr: init at 0.2.1-unstable-2023-06-19 (#297873)
* fishPlugin.fish-git-abbr: init at 19-06-23

* Update pkgs/shells/fish/plugins/git-abbr.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Update pkgs/shells/fish/plugins/git-abbr.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

---------

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2024-05-11 23:12:00 +09:00
Peder Bergebakken Sundt
3e4eeaee40
Merge pull request #291191 from msladecek/add-fish-gruvbox
fishPlugins.gruvbox: init at 0-unstable-2021-10-12
2024-05-11 12:06:15 +02:00
msladecek
52e7cbb72b
fishPlugins.gruvbox: init at 0-unstable-2021-10-12 2024-05-10 21:11:30 +02:00
R. Ryantm
4017cdecc1 nu_scripts: 0-unstable-2024-04-30 -> 0-unstable-2024-05-08 2024-05-09 19:31:50 +00:00
éclairevoyant
9f038dd682
Merge pull request #309375 from OPNA2608/fix/stableVersion/pkgs-stuff
treewide: Fix some unstableGitUpdater users
2024-05-09 10:03:46 +00:00
R. Ryantm
7f9e729fe2 oh-my-zsh: 2024-04-25 -> 2024-05-03 2024-05-07 05:31:42 +00:00
Miguel Madrid-Mencía
9e3ffad0a6
carapace: 1.0.1 -> 1.0.2 2024-05-06 09:18:14 +02:00
OPNA2608
693b337466 zsh-prezto: unstable-2024-04-15 -> 0-unstable-2024-04-15 2024-05-05 22:45:23 +02:00
OPNA2608
e1c10217f9 rc-9front: unstable-2022-11-01 -> 0-unstable-2022-11-01 2024-05-05 22:45:23 +02: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
8dc78bf7d3
Merge pull request #301205 from r-ryantm/auto-update/nu_scripts
nu_scripts: unstable-2024-03-20 -> 0-unstable-2024-04-30
2024-05-04 18:04:01 +02:00
R. Ryantm
1ee42882f3 hishtory: 0.292 -> 0.293 2024-05-03 15:13:42 +00:00
R. Ryantm
6865f55ecc nu_scripts: unstable-2024-03-20 -> 0-unstable-2024-04-30 2024-05-02 22:09:06 +00:00
R. Ryantm
0ec04f5d0e spaceship-prompt: 4.15.1 -> 4.15.2 2024-05-01 17:57:07 +00:00
Yt
7603765655
Merge pull request #308142 from r-ryantm/auto-update/fishPlugins.forgit
fishPlugins.forgit: 24.04.0 -> 24.05.0
2024-05-01 11:09:28 +00:00
R. Ryantm
a8f0062799 fishPlugins.forgit: 24.04.0 -> 24.05.0 2024-05-01 01:55:16 +00:00
Nick Cao
da1044c076
Merge pull request #307911 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2024-04-23 -> 2024-04-25
2024-04-30 08:58:06 -04:00
R. Ryantm
61fb3e4139 oh-my-zsh: 2024-04-23 -> 2024-04-25 2024-04-30 05:36:26 +00:00
R. Ryantm
8fd0d958ee zimfw: 1.13.0 -> 1.13.1 2024-04-29 15:16:04 +00:00
Christina Sørensen
9255c4d2d0
treewide: adopt orphaned packages
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-04-28 20:43:06 +02:00
Nick Cao
67939e1d93
Merge pull request #307369 from r-ryantm/auto-update/hilbish
hilbish: 2.2.2 -> 2.2.3
2024-04-28 10:44:23 -04:00
R. Ryantm
b9950223d9 hilbish: 2.2.2 -> 2.2.3 2024-04-28 02:08:26 +00:00
Nick Cao
a7071ccc08
Merge pull request #307055 from r-ryantm/auto-update/hishtory
hishtory: 0.291 -> 0.292
2024-04-27 10:22:34 -04:00
Weijia Wang
4d52d3e0d0
Merge pull request #302022 from r-ryantm/auto-update/zsh-prezto
zsh-prezto: unstable-2024-03-17 -> unstable-2024-04-15
2024-04-27 02:56:57 +02:00
R. Ryantm
04f49c6afc hishtory: 0.291 -> 0.292 2024-04-26 20:20:11 +00:00
R. RyanTM
4c51051b98
oh-my-zsh: 2024-04-12 -> 2024-04-23 (#305062) 2024-04-25 08:58:18 -04:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Pyrox
11255ef03c
maintainers: thehedgeh0g -> pyrox0
Also updates my information and contact info.

I no longer use The Hedgehog as my github username or online presence
username, so this fixes that. It also matches my github username, so it
should be easier for others to mention me if needed.
2024-04-24 12:53:58 -04:00
Kamila Borowska
0d3b34f45a maintainers: remove KamilaBorowska 2024-04-21 22:26:12 +02:00
R. Ryantm
c0270e4a90 hishtory: 0.290 -> 0.291 2024-04-21 12:46:45 +00:00
Yt
6b2b7cdf62
Merge pull request #304663 from wegank/bindgen-1
nushellPlugins: use rustPlatform.bindgenHook
2024-04-19 21:18:44 +00:00
github-actions[bot]
5c2b2d5b74
Merge master into staging-next 2024-04-17 18:01:04 +00:00
Nick Cao
a68c46b9b3
Merge pull request #304132 from r-ryantm/auto-update/carapace
carapace: 1.0.0 -> 1.0.1
2024-04-17 10:46:02 -04:00
github-actions[bot]
bd26da84da
Merge master into staging-next 2024-04-17 12:01:02 +00:00
Matthias Beyer
8e399bfe22
Merge pull request #304690 from r-ryantm/auto-update/hilbish
hilbish: 2.2.1 -> 2.2.2
2024-04-17 08:19:54 +02:00
Vladimír Čunát
73f2b40dfc
Merge branch 'master' into staging-next 2024-04-17 08:03:50 +02:00
R. Ryantm
499c830373 hilbish: 2.2.1 -> 2.2.2 2024-04-17 01:27:46 +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
Scott Zhu Reeves
49716578cc maintainers: remove star-szr 2024-04-16 14:43:21 -04:00
github-actions[bot]
feedc73bee
Merge master into staging-next 2024-04-16 18:00:57 +00:00
R. RyanTM
3ad65e9f48
oh-my-zsh: 2023-11-29 -> 2024-04-12 (#303737) 2024-04-16 11:27:15 -04:00
R. Ryantm
0b6a38c517 zsh-prezto: unstable-2024-03-17 -> unstable-2024-04-15 2024-04-16 12:40:17 +00:00
github-actions[bot]
4d2386d2dd
Merge master into staging-next 2024-04-15 18:00:56 +00:00
Nick Cao
f35e5e6d78
Merge pull request #304144 from r-ryantm/auto-update/hishtory
hishtory: 0.288 -> 0.290
2024-04-15 09:49:23 -04:00
github-actions[bot]
e69e1e588b
Merge master into staging-next 2024-04-15 06:01:02 +00:00
Josh Rickmar
c0200c0d4e oksh: link to ncurses
This fixes the ^L keybinding in emacs mode to properly clear the
screen.
2024-04-14 23:23:23 -04:00
R. Ryantm
e8c2fa5ebc hishtory: 0.288 -> 0.290 2024-04-15 01:11:04 +00:00
R. Ryantm
037368082f carapace: 1.0.0 -> 1.0.1 2024-04-15 00:24:23 +00:00
github-actions[bot]
598389768a
Merge master into staging-next 2024-04-14 00:05:19 +00:00
R. Ryantm
4ade905f62 powershell: 7.4.1 -> 7.4.2 2024-04-13 04:31:17 +00:00
github-actions[bot]
d6a31576e1
Merge master into staging-next 2024-04-12 18:01:09 +00:00
Pascal Wittmann
c0d5d2ca20
Merge pull request #303504 from r-ryantm/auto-update/fishPlugins.done
fishPlugins.done: 1.19.2 -> 1.19.3
2024-04-12 14:25:11 +02:00
Vladimír Čunát
24d4f2cd52
Merge branch 'staging' into staging-next
Conflicts (tried to quickly resolve somehow, checked eval):
	pkgs/development/python-modules/apsw/default.nix
	pkgs/development/python-modules/mido/default.nix
	pkgs/development/python-modules/pytest-bdd/default.nix
	pkgs/development/python-modules/sparse/default.nix
2024-04-12 07:06:54 +02:00
R. Ryantm
a4b7371c70 fishPlugins.done: 1.19.2 -> 1.19.3 2024-04-12 00:52:18 +00:00
Adam C. Stephens
877d8a1383
Merge pull request #250009 from gepbird/update-zsh-syntax-highlighting
zsh-syntax-highlighting: 0.7.1 -> 0.8.0
2024-04-10 13:41:50 -04:00
Naïm Favier
866d7b70c9
Merge pull request #290411 from r-ryantm/auto-update/bash-completion
bash-completion: 2.11 -> 2.13.0
2024-04-10 14:11:15 +02:00
Weijia Wang
9c1dbc6076
Merge pull request #302817 from ibbem/fix-oh-my-zsh-updateScript
oh-my-zsh: Fix the `updateScript`
2024-04-09 21:16:26 +02:00
Weijia Wang
98d50dfca1
Merge pull request #301401 from r-ryantm/auto-update/fishPlugins.sdkman-for-fish
fishPlugins.sdkman-for-fish: 2.0.0 -> 2.1.0
2024-04-09 15:06:31 +02:00
ibbem
4b8939b1fe oh-my-zsh: Fix the updateScript
All auto-update attempts by the R. RyanTM bot after 2023-06-26 failed
with the error
```
update-source-version: error: Couldn't figure out where out where to patch in new version in 'oh-my-zsh'!
```
This is due to the removal of the `oh-my-zsh.rev` attribute in the last
auto-update (54067c54a9).
2024-04-09 13:38:15 +02:00
Nick Cao
0b8ceacb44
Merge pull request #302346 from r-ryantm/auto-update/oksh
oksh: 7.4 -> 7.5
2024-04-07 20:45:31 -04:00
OTABI Tomoya
9df63ad802
Merge pull request #302333 from r-ryantm/auto-update/fishPlugins.fzf-fish
fishPlugins.fzf-fish: 10.2 -> 10.3
2024-04-07 23:08:07 +09:00
R. Ryantm
2a7d4668b2 oksh: 7.4 -> 7.5 2024-04-07 13:24:22 +00:00
R. Ryantm
9cac204f99 fishPlugins.fzf-fish: 10.2 -> 10.3 2024-04-07 12:52:26 +00:00
R. Ryantm
d1001631bc bash-completion: 2.11 -> 2.13.0 2024-04-06 21:14:36 +00:00
Eric Kim-Butler
53092dd979 nushellPlugins.net: unstable-2023-11-15 -> unstable-2024-04-05 2024-04-06 02:41:31 +02:00
Weijia Wang
d3cbc72a06
Merge pull request #301830 from dairyisscary/nushell-0.92.1
nushell: 0.92.0 -> 0.92.1
2024-04-05 20:05:28 +02:00
Nick Cao
7a60a3707a
Merge pull request #301022 from r-ryantm/auto-update/hishtory
hishtory: 0.282 -> 0.288
2024-04-05 10:45:17 -04:00
Nick Cao
f50255105a
Merge pull request #300285 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 4.14.1 -> 4.15.1
2024-04-05 09:27:24 -04:00
Eric Kim-Butler
1189052ee1 nushell: 0.92.0 -> 0.92.1 2024-04-05 14:47:06 +02:00
R. Ryantm
2af74b8dc5 fishPlugins.wakatime-fish: 0.0.5 -> 0.0.6 2024-04-04 19:35:18 +00:00
R. Ryantm
5c9c36ef67 fishPlugins.sdkman-for-fish: 2.0.0 -> 2.1.0 2024-04-04 01:17:37 +00: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
rewine
f6126d5e55
Merge pull request #301004 from r-ryantm/auto-update/nix-your-shell
nix-your-shell: 1.4.4 -> 1.4.5
2024-04-04 04:10:39 +08: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
5c3be05f39 hishtory: 0.282 -> 0.288 2024-04-02 18:57:32 +00:00
Janne Heß
af69be669f
treewide: Rename nixfmt to nixfmt-classic (#300468)
* treewide: Rename nixfmt to nixfmt-classic

* Update pkgs/top-level/aliases.nix

Co-authored-by: Silvan Mosberger <github@infinisil.com>

---------

Co-authored-by: Silvan Mosberger <github@infinisil.com>
2024-04-02 20:47:13 +02:00
R. Ryantm
be1a68e066 nix-your-shell: 1.4.4 -> 1.4.5 2024-04-02 17:31:08 +00:00
R. Ryantm
2f33899915 fishPlugins.forgit: 24.03.2 -> 24.04.0 2024-04-01 04:51:37 +00:00
R. Ryantm
32432b7108 spaceship-prompt: 4.14.1 -> 4.15.1 2024-03-30 17:37:18 +00:00
a-n-n-a-l-e-e
2d864d1843
Merge pull request #296261 from becknik/fix-fzf-git-sh2
fzf-git-sh: Fix substituting to many `git` occurrences
2024-03-29 11:26:02 -07:00
R. Ryantm
04fa683bd8 fishPlugins.wakatime-fish: 0.0.3 -> 0.0.5 2024-03-27 13:12:13 +00:00
R. Ryantm
27bca5e4b0 hishtory: 0.277 -> 0.282 2024-03-25 01:37:42 +00:00
Weijia Wang
304a1768fe
Merge pull request #297156 from r-ryantm/auto-update/zsh-prezto
zsh-prezto: unstable-2024-01-26 -> unstable-2024-03-17
2024-03-24 23:16:50 +01:00
Rebecca Turner
deaa193fab
nix-your-shell: 1.4.3 -> 1.4.4 2024-03-22 13:03:58 -07:00
Peder Bergebakken Sundt
423716e7ca
Merge pull request #296255 from becknik/update-fzf-git-sh
fzf-git-sh: 2022-09-30 -> 2024-03-17
2024-03-22 00:35:57 +01:00
Weijia Wang
a0376286fb
Merge pull request #297664 from r-ryantm/auto-update/yash
yash: 2.55 -> 2.56.1
2024-03-21 23:24:00 +01:00
Jussi Kuokkanen
82b45bf454 treewide: remove licenses.agpl3 2024-03-21 18:09:24 +02:00
R. Ryantm
08a34fbbe7 yash: 2.55 -> 2.56.1 2024-03-21 09:15:22 +00:00
R. Ryantm
8674d015d1 nu_scripts: unstable-2024-03-17 -> unstable-2024-03-20 2024-03-21 06:19:16 +00:00
Weijia Wang
f4bbf71276
Merge pull request #295768 from r-ryantm/auto-update/carapace
carapace: 0.30.2 -> 1.0.0
2024-03-21 00:06:46 +01:00
Adam C. Stephens
3c3ae63632
Merge pull request #297119 from mfrw/mfrw/fish-3.7.1
fish: 3.7.0 -> 3.7.1
2024-03-20 10:28:18 -04:00
Muhammad Falak R Wani
f3a20533b7
fish: fix passthru tests for darwin
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-03-20 09:25:38 -04:00
Weijia Wang
0bcd044c65
Merge pull request #297082 from quantenzitrone/puffer
fishPlugins.puffer: unstable-2022-10-07 -> 1.0.0
2024-03-20 10:03:39 +01:00
R. Ryantm
ab7d39a25a zsh-prezto: unstable-2024-01-26 -> unstable-2024-03-17 2024-03-19 11:27:18 +00:00
Muhammad Falak R Wani
ce9d71e62b fish: 3.7.0 -> 3.7.1
Diff: https://github.com/fish-shell/fish-shell/compare/3.7.0...3.7.1
Changelog: https://github.com/fish-shell/fish-shell/releases/tag/3.7.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-03-19 12:23:07 +05:30
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
Quantenzitrone
2cdc766aae
fishPlugins.puffer: unstable-2022-10-07 -> 1.0.0 2024-03-19 03:14:00 +01:00
becknik
88e6f980d9 fzf-git-sh: 2022-09-30 -> 2024-03-17 2024-03-18 21:25:10 +01:00
becknik
01738bd3bd fzf-git-sh: Fix substituting to many git occurrences 2024-03-18 20:31:28 +01:00
R. Ryantm
fa140a4001 nu_scripts: unstable-2024-03-12 -> unstable-2024-03-17 2024-03-18 07:28:58 +00:00
Maximilian Bosch
233c8de4c9
Merge pull request #296608 from SebTM/nzc_sebtm_maintainer
nix-zsh-completions: Add sebtm (repo-maintainer) as maintainer
2024-03-17 11:25:05 +00:00
Sebastian Sellmeier
1453c5df18
nix-zsh-completions: Add sebtm (repo-maintainer) as maintainer
(cherry picked from commit a3f990a0e617b40090d0e58a88e1d41b00730af4)
2024-03-17 11:35:54 +01:00
R. Ryantm
b1d7482b70 nix-zsh-completions: 0.5.0 -> 0.5.1 2024-03-17 01:16:25 +00:00
Yt
48d2318214
Merge pull request #296305 from r-ryantm/auto-update/fishPlugins.forgit
fishPlugins.forgit: 24.03.1 -> 24.03.2
2024-03-16 02:01:16 +00:00
R. Ryantm
2847707ee5 fishPlugins.forgit: 24.03.1 -> 24.03.2 2024-03-16 01:14:16 +00:00
Jörg Thalheim
5b5dc60f20
Merge pull request #293731 from Vonfry/update/zsh-fzf-tab
zsh-fzf-tab: 1.0 -> 1.1.1
2024-03-15 23:04:46 +01:00
Rebecca Turner
8ea95fb9e6
nix-your-shell: 1.4.1 -> 1.4.3 2024-03-15 11:35:54 -07:00
R. Ryantm
42e1dea38d nu_scripts: unstable-2024-03-09 -> unstable-2024-03-12 2024-03-14 13:56:27 +00:00
R. Ryantm
62e267f4be carapace: 0.30.2 -> 1.0.0 2024-03-14 01:43:08 +00:00
Vonfry
73bee209c7
zsh-fzf-tab: 1.0 -> 1.1.1 2024-03-13 19:35:07 +08:00
Joaquín Triñanes
5f9c257084
nushell: add joaquintrinanes as maintainer 2024-03-12 00:22:59 +01:00
Nick Cao
f122ed85ba
Merge pull request #294654 from r-ryantm/auto-update/nu_scripts
nu_scripts: unstable-2024-03-02 -> unstable-2024-03-09
2024-03-10 10:38:30 -04:00
Pol Dellaiera
3ba9038ccb
Merge pull request #294571 from r-ryantm/auto-update/antidote
antidote: 1.9.5 -> 1.9.6
2024-03-10 12:51:26 +01:00