Commit Graph

3135 Commits

Author SHA1 Message Date
R. RyanTM
3510b853ef
oh-my-zsh: 2024-09-01 -> 2024-09-22 (#343890) 2024-09-25 10:44:45 -04:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Markus Kowalewski
6a313867c6
murex: 6.2.4000 -> 6.3.4225 (#342929) 2024-09-24 22:10:18 +02:00
github-actions[bot]
754402a237
Merge staging-next into staging 2024-09-21 00:13:41 +00:00
Peder Bergebakken Sundt
e5a4e67010
zsh-autopair: 1.0 -> 1.0-unstable-2024-07-14 (#340743) 2024-09-20 20:14:12 +02:00
DataHearth
626f609212
zsh-autopair: 1.0 -> 1.0-unstable-2024-07-14 2024-09-20 09:58:05 +02:00
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
Yt
48da077a71
nushell: 0.97.1 -> 0.98.0 (#343096) 2024-09-19 18:31:08 -04:00
Weijia Wang
b774239974
zsh-forgit: 24.02.0 -> 24.09.0 (#340076) 2024-09-19 23:18:02 +02:00
1adept
1061e2e141 nushell: 0.97.1 -> 0.98.0
changelog: https://www.nushell.sh/blog/2024-09-17-nushell_0_98_0.html
2024-09-19 20:33:29 +02:00
1adept
06967a8406 nushell: remove update script
Just use the provided update scripts.
This is not needed
2024-09-19 16:56:35 +02:00
R. Ryantm
09fb2fef88 murex: 6.2.4000 -> 6.3.4225 2024-09-19 02:11:31 +00:00
R. Ryantm
357c9d9ff1 spaceship-prompt: 4.16.0 -> 4.16.1 2024-09-18 15:00:48 +00:00
github-actions[bot]
1eb2a0e2d5
Merge staging-next into staging 2024-09-16 18:04:57 +00:00
R. Ryantm
fe05a75ac7 nu_scripts: 0-unstable-2024-08-30 -> 0-unstable-2024-09-11 2024-09-16 03:57:14 +00:00
github-actions[bot]
2616bf59e4
Merge staging-next into staging 2024-09-13 12:05:50 +00:00
Peder Bergebakken Sundt
2927931900
carapace: 1.0.5 -> 1.0.6 (#341304) 2024-09-13 09:53:05 +02:00
github-actions[bot]
faf7f6fa64
Merge staging-next into staging 2024-09-13 06:05:28 +00:00
Ashish SHUKLA
2ec6fe1a72
carapace: 1.0.5 -> 1.0.6
- depend on go 1.23
- update src to point to updated upstream

Changes: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.0.6
2024-09-13 07:58:34 +05:30
Aleksana
9229227c91
zinit: Fixes missing man pages (#313045) 2024-09-13 09:46:16 +08:00
github-actions[bot]
34de158a5f
Merge staging-next into staging 2024-09-13 00:13:45 +00:00
Philip Taron
572baa788b
gcc: gcc_13 → gcc_14 (#340612)
@emilazy is co-responsible for choosing the merge this.
2024-09-12 15:21:00 -07:00
Yt
a0bc9c076c
nushellPlugins.net: 0-unstable-2024-04-05 -> 1.7.0 (#341191) 2024-09-12 18:12:40 +00:00
Connor Meehan
651e55cbe0 zinit: Fixes missing man pages 2024-09-12 21:22:52 +10:00
Artturin
8c116c6112 bash: badPlatforms mingw
`bash` doesn't compile for `mingw`

https://www.github.com/NixOS/nixpkgs/issues/333338
2024-09-12 08:23:58 +02:00
Stanisław Pitucha
9c4cbe00d8 nushellPlugins.net: 0-unstable-2024-04-05 -> 1.7.0 2024-09-11 23:03:49 +10:00
Fabián Heredia Montiel
b1e9a03960 zsh: add backported gcc_14 patch
Alpine
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/70300

Buildroot
https://lore.kernel.org/all/20240720230500.26fbd225@windsurf/T/

OpenSUSE
https://build.opensuse.org/projects/home:jamborm:gcc14fixes/packages/zsh/files/zsh-4c89849c98172c951a9def3690e8647dae76308f.patch

OpenWRT
https://github.com/openwrt/packages/pull/24346/files
2024-09-11 01:44:18 -06:00
Nick Cao
71ef3d3b99
nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-30 (#328291) 2024-09-08 09:38:22 -04:00
Aleksana
c424b1e823
zinit: add installation of doc files (#278384) 2024-09-08 16:35:45 +08:00
David Morgan
99d636490f
zsh-forgit: 24.02.0 -> 24.09.0 2024-09-06 12:23:50 +00:00
R. Ryantm
64d36bf11c agkozak-zsh-prompt: 3.11.3 -> 3.11.4 2024-09-06 00:25:44 +00:00
R. Ryantm
f787964a2e nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-30 2024-09-05 07:03:25 +00:00
Leona Maroni
144ac614a2
zsh-autocomplete: 23.07.13 -> 24.09.04 (#339563) 2024-09-04 18:01:19 +02:00
R. Ryantm
b497f64fa0 zsh-autocomplete: 23.07.13 -> 24.09.04 2024-09-04 15:00:23 +00:00
R. RyanTM
08eabd49ce
oh-my-zsh: 2024-08-27 -> 2024-09-01 (#339190) 2024-09-04 10:35:40 -04:00
Aleksana
debde243a7
murex: fix shellPackage check (#336428) 2024-09-04 13:19:55 +08:00
R. Ryantm
1ebe36abed fishPlugins.forgit: 24.06.0 -> 24.09.0 2024-09-01 01:00:00 +00:00
Weijia Wang
79eb73f1c4
powershell: 7.4.4 -> 7.4.5 (#336385) 2024-08-30 20:58:53 +08:00
R. RyanTM
4b879afe00
oh-my-zsh: 2024-08-21 -> 2024-08-27 (#337874) 2024-08-28 09:48:12 -04:00
Sandro
771c5644e8
Merge pull request #333915 from jopejoe1/license
lib/licenses: some corrections
2024-08-24 12:39:30 +02:00
Sebastián Mancilla
31060467bc
Merge pull request #333187 from r-ryantm/auto-update/hilbish
hilbish: 2.2.3 -> 2.3.2
2024-08-22 22:21:48 -04:00
R. RyanTM
2c9185e42e
oh-my-zsh: 2024-08-14 -> 2024-08-21 (#336478) 2024-08-22 09:57:24 -04:00
atagen
e9d0064b02 murex: make package a shellPackage 2024-08-22 09:55:50 +10:00
Weijia Wang
c88cfcb012 powershell: 7.4.4 -> 7.4.5 2024-08-21 21:10:48 +02: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
1adept
99ac52261a nushell: update script
script to update nushell using `nix-update`

Then to update each plugin
- build the plugin as-is
- replacing the hash with the new one from the failed build
- building again

All updated files will be added in git and commited

The resulting commit is checked with `nixpkgs-review`
2024-08-21 17:28:14 +02:00
Nick Cao
53765e24a5
Merge pull request #335814 from r-ryantm/auto-update/hishtory
hishtory: 0.303 -> 0.304
2024-08-19 16:46:54 -04:00
R. Ryantm
85562feb5c hishtory: 0.303 -> 0.304 2024-08-19 13:16:57 +00:00
Philip Taron
9ef28332db
fish: remove with statements 2024-08-18 06:32:22 -07:00
Felix Buehler
0ec13b1b92 grml-zsh-config: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
af0be7f495 pure-prompt: remove 'with lib;' 2024-08-16 16:09:03 +02:00
R. RyanTM
f38b1bf1e2
oh-my-zsh: 2024-08-04 -> 2024-08-14 (#334620) 2024-08-14 10:35:23 -04:00
github-actions[bot]
261f1edcbd
Merge master into staging-next 2024-08-14 06:01:07 +00:00
Sebastián Mancilla
6aad68f7ca
Merge pull request #328310 from r-ryantm/auto-update/antidote
antidote: 1.9.6 -> 1.9.7
2024-08-13 21:17:12 -04:00
github-actions[bot]
8674a36b01
Merge master into staging-next 2024-08-12 12:01:27 +00:00
R. Ryantm
b8d7fbe148 hishtory: 0.302 -> 0.303 2024-08-12 01:07:57 +00:00
jopejoe1
0984590b4e lib/licenses: correct zsh to mit-modern 2024-08-11 17:44:58 +02:00
R. Ryantm
dbb011943d hilbish: 2.2.3 -> 2.3.2 2024-08-08 08:28:49 +00:00
github-actions[bot]
0bc8d4924e
Merge master into staging-next 2024-08-07 18:01:07 +00:00
R. RyanTM
74bedbce0a
oh-my-zsh: 2024-07-03 -> 2024-08-04 (#327649) 2024-08-07 09:46:01 -04:00
github-actions[bot]
b4c408518b
Merge staging-next into staging 2024-08-05 12:01:48 +00:00
Thomas Tuegel
9fef4f2b58
Merge pull request #321437 from viraptor/es-new-compiler
es: fix on new compilers
2024-08-05 06:05:11 -05:00
Vladimír Čunát
d4720e9c1e
Merge branch 'staging-next' into staging
There was a nontrivial conflict in pkgs/stdenv/linux/bootstrap-tools*
(reorganizing code vs. modifying it)  I hope I really got it right.
2024-08-05 11:05:55 +02:00
Pol Dellaiera
760e817fa8
Merge pull request #332284 from r-ryantm/auto-update/yash
yash: 2.56.1 -> 2.57
2024-08-05 08:29:52 +02:00
tomberek
fa17672bc4
Merge pull request #331004 from r-ryantm/auto-update/zsh-abbr
zsh-abbr: 5.8.0 -> 5.8.2
2024-08-04 14:46:02 -04:00
R. Ryantm
6512aad46b yash: 2.56.1 -> 2.57 2024-08-04 16:10:03 +00:00
Donovan Glover
1b1dc39505
Merge pull request #331771 from r-ryantm/auto-update/carapace
carapace: 1.0.4 -> 1.0.5
2024-08-04 05:13:49 +00:00
Weijia Wang
d42813c774
Merge pull request #330262 from r-ryantm/auto-update/powershell
powershell: 7.4.3 -> 7.4.4
2024-08-03 20:28:34 +03:00
Yt
37648eae0c
Merge pull request #331970 from happysalada/nushell_plugin_query_fix_build
nushellPlugins.query: fix build
2024-08-03 17:01:55 +00:00
happysalada
df67de0747 nushellPlugins.query: fix build 2024-08-03 07:58:26 -04:00
R. Ryantm
4ec7463376 carapace: 1.0.4 -> 1.0.5 2024-08-02 13:02:50 +00:00
Emily
b62cfa99c3 bash: add upstream fix for pop_var_context error
Closes: #214822
2024-08-01 15:35:34 +01:00
Emily
a76707e813 bash: 5.2p26 -> 5.2p32
Replace one patch with its upstream version.
2024-08-01 15:35:17 +01:00
R. Ryantm
29c5b28609 murex: 6.2.3000 -> 6.2.4000 2024-08-01 06:36:21 +00:00
Anomalocaridid
b85717adbe fishPlugins.fish-bd: init at 1.3.3 2024-07-30 12:41:21 -04:00
Anomalocaridid
caacc20216 fishPlugins.plugin-sudope: init at 0-unstable-2021-04-11 2024-07-30 12:40:01 -04:00
1adept
f85e1e1d18 nushell: 0.96.0 -> 0.96.1 2024-07-30 15:42:25 +02:00
R. Ryantm
25fe9c17b8 zsh-abbr: 5.8.0 -> 5.8.2 2024-07-30 03:13:19 +00:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
Yt
3032a3844c
Merge pull request #329681 from 1adept/update-nushell
nushell: 0.95.0 -> 0.96.0
2024-07-27 15:31:15 +00: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
39e1b97d33 powershell: 7.4.3 -> 7.4.4 2024-07-26 20:32:36 +00:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
github-actions[bot]
12ea252962
Merge master into staging-next 2024-07-25 06:01:22 +00:00
Aleksana
f79f480332
Merge pull request #328446 from r-ryantm/auto-update/murex
murex: 6.1.8300 -> 6.2.3000
2024-07-25 11:03:12 +08:00
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
R. Ryantm
6bc2df8a13 hishtory: 0.298 -> 0.302 2024-07-21 16:17:48 +00:00
github-actions[bot]
be3262bae8
Merge master into staging-next 2024-07-21 00:02:58 +00:00
Thiago Kenji Okada
f709e90813 any-nix-shell: move to pkgs/by-name 2024-07-20 21:19:51 +01:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next 2024-07-20 16:12:24 +02:00
R. Ryantm
276828565e murex: 6.1.8300 -> 6.2.3000 2024-07-19 14:06:44 +00:00
R. Ryantm
3fb8f04fd4 antidote: 1.9.6 -> 1.9.7 2024-07-19 00:57:03 +00:00
Artturin
20cf80e167 Merge branch 'staging-next' into staging 2024-07-17 21:29:37 +03:00
Anderson Torres
c5aa149ef9 bash-5: remove dtzWill as maintainer [orphan]
Since theey is not active in a long span of time.
2024-07-17 12:12:56 -03:00
Bruno Pacheco
348a4d16b0 fishPlugins.hydro: change sha256 to hash 2024-07-15 13:59:13 -04:00
Bruno Pacheco
07d1ea706f fishPlugins.hydro: 2022-02-21 → 2024-03-24
Should fix https://github.com/jorgebucaran/hydro/issues/55
2024-07-15 13:01:11 -04:00
github-actions[bot]
31817540ee
Merge staging-next into staging 2024-07-14 18:01:37 +00:00
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