Commit Graph

148 Commits

Author SHA1 Message Date
Weijia Wang
3fdcaa7dff oh-my-zsh: 2026-02-19 -> 2026-08-09 (#494570) 2026-08-15 22:22:46 +00:00
R. Ryantm
ee80d1e49c oh-my-posh: 30.6.2 -> 30.6.4 2026-08-10 21:15:28 +00:00
R. Ryantm
5033c390f7 oh-my-zsh: 2026-02-19 -> 2026-08-09 2026-08-10 07:58:55 +00:00
KangaZero
dfa7656cfc oh-my-posh: 30.4.0 -> 30.6.2
the directory `cli/image/` was removed since then
Added `versionCheckHook`
2026-08-07 15:07:55 +09:00
Holiu618
831e82d3ce oh-my-posh: 29.37.0 -> 30.4.0 2026-08-03 17:22:49 +08:00
Holiu618
f0ec007719 oh-my-posh: 29.35.2 -> 29.37.0 2026-07-28 17:33:53 +08:00
R. Ryantm
199a125add oh-my-posh: 29.34.0 -> 29.35.2 2026-07-23 21:56:46 +00:00
Michael Daniels
c354405a06 oh-my-fish: unstable-2022-03-27 -> 8 (#543815) 2026-07-21 23:12:29 +00:00
Holiu618
bf302d14f5 oh-my-posh: 29.28.0 -> 29.34.0 2026-07-21 16:30:53 +08:00
klea
da1d6cb414 oh-my-fish: unstable-2022-03-27 -> 8
- Conform to the version scheme. (#541820)
- Upgrade to newest release, from a unstable version which would
  otherwise be 7-unstable-2022-03-27.
- Enable nix-upgrade via the script
- Use tags instead of rev, since we're no longer using a unstable
  version.
2026-07-21 07:02:32 +00:00
nixpkgs-ci[bot]
6a07bdce31 oh-my-posh: 29.26.1 -> 29.28.0 (#541924) 2026-07-16 11:44:07 +00:00
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
R. Ryantm
1489b666ca oh-my-posh: 29.26.1 -> 29.28.0 2026-07-14 19:47:30 +00:00
wrench-exile-legacy
ec457e97c9 oh-my-posh: 29.20.0 -> 29.26.1
Diff: https://github.com/jandedobbeleer/oh-my-posh/compare/v29.20.0...v29.26.1

Changelog: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v29.26.1
2026-07-12 23:32:10 +01:00
Jonathan Davies
5330277dce oha: Install shell completions 2026-07-11 12:22:39 +01:00
R. Ryantm
8f6d8af759 oha: 1.14.0 -> 1.15.0 2026-07-11 08:36:32 +00:00
R. Ryantm
1937aa62b7 oh-my-posh: 29.19.0 -> 29.20.0 2026-07-05 08:16:42 +00:00
R. Ryantm
ed033eb3a2 oh-my-posh: 29.18.0 -> 29.19.0 2026-06-27 05:56:31 +00:00
Holiu
364a5bdb16 oh-my-posh: 29.14.0 -> 29.18.0 2026-06-24 19:41:40 +08:00
R. Ryantm
537c2bab37 oh-my-posh: 29.13.1 -> 29.14.0 2026-05-22 08:55:08 +00:00
R. Ryantm
131ea26908 oh-my-posh: 29.12.0 -> 29.13.1 2026-05-14 07:25:52 +00:00
R. Ryantm
69afe1d276 oh-my-posh: 29.10.0 -> 29.12.0 2026-05-05 11:42:27 +00:00
R. Ryantm
0f4d829648 oh-my-posh: 29.9.2 -> 29.10.0 2026-04-10 16:13:06 +00:00
R. Ryantm
915b8a38aa oh-my-posh: 29.9.1 -> 29.9.2 2026-04-02 14:27:13 +00:00
R. Ryantm
22de70f34f oh-my-posh: 29.1.0 -> 29.9.1 2026-03-24 07:42:47 +00:00
R. Ryantm
98bffe7ae6 oha: 1.13.0 -> 1.14.0 2026-02-28 07:58:54 +00:00
Nick Cao
8870b777f7 oh-my-zsh: 2026-02-11 -> 2026-02-19 (#492125) 2026-02-23 14:48:39 +00:00
misuzu
a20f55949c oha: Enable checkPhase (#489782) 2026-02-22 11:33:36 +00:00
R. Ryantm
6b6abeb694 oh-my-zsh: 2026-02-11 -> 2026-02-19 2026-02-19 14:41:31 +00:00
Stefan Frijters
6ea1adbff5 oha: move CARGO_* env vars into env for structuredAttrs 2026-02-17 13:45:56 +01:00
Jonathan Davies
2d95c8467a oha: Enable checkPhase 2026-02-12 23:51:35 +00:00
R. Ryantm
2fdfbd13ff oh-my-zsh: 2026-02-02 -> 2026-02-11 2026-02-12 01:12:06 +00:00
Fernando Rodrigues
693e12715a various: switch buildGoModule packages to use finalAttrs (#487704) 2026-02-07 09:35:52 +00:00
quantenzitrone
9380e05c3c various: switch buildGoModule packages to use finalAttrs
this shouldn't create any rebuilds

the following script was used to generate this:
```fish
#!/usr/bin/env fish

# nix shell .#nixfmt nixpkgs#{nixf-diagnose,ripgrep,sd}

set base (git rev-parse HEAD)

set scope pkgs/by-name
set builder buildGoModule

set files (rg --files-with-matches -F "$builder rec {" $scope | sort -u)

for file in $files
    echo $file
    sd -F "$builder rec {" "$builder (finalAttrs: {" $file
    # version
    sd -F 'version}' 'finalAttrs.version}' $file
    sd -F '${version' '${finalAttrs.version' $file
    sd -F '= version' '= finalAttrs.version' $file
    sd -F 'inherit version;' 'inherit (finalAttrs) version;' $file
    sd -F ' + version;' ' + finalAttrs.version;' $file
    sd 'replaceStrings (.*) version' 'replaceStrings $1 finalAttrs.version' $file
    sd -F 'splitVersion version' 'splitVersion finalAttrs.version' $file
    sd -F 'versionAtLeast version' 'versionAtLeast finalAttrs.version' $file
    sd 'versions\.([a-z]+) version' 'versions.$1 finalAttrs.version' $file
    # src
    sd -F 'src}' 'finalAttrs.src}' $file
    sd -F '${src' '${finalAttrs.src' $file
    sd -F '= src' '= finalAttrs.src' $file
    sd -F 'inherit src;' 'inherit (finalAttrs) src;' $file
    sd -F 'inherit (src' 'inherit (finalAttrs.src' $file
    # meta
    sd -F '${meta' '${finalAttrs.meta' $file
    sd -F '= meta' '= finalAttrs.meta' $file
    sd -F 'inherit (meta' 'inherit (finalAttrs.meta' $file
    # other
    sd -F 'inherit version src;' 'inherit (finalAttrs) version src;' $file
    sd -F 'inherit src version;' 'inherit (finalAttrs) src version;' $file
    sd -F 'makeLibraryPath buildInputs' 'makeLibraryPath finalAttrs.buildInputs' $file
    sd -F 'buildInputs}' 'finalAttrs.buildInputs}' $file
    sd -F 'desktopItem}' 'finalAttrs.desktopItem}' $file
    sd -F 'runtimeLibs}' 'finalAttrs.runtimeLibs}' $file
    sd -F 'libPath}' 'finalAttrs.libPath}' $file
    sd -F 'runtimeDependencies}' 'finalAttrs.runtimeDependencies}' $file
    sd -F 'nativeRuntimeInputs}' 'finalAttrs.nativeRuntimeInputs}' $file
    sd -F '(!doCheck)' '(!finalAttrs.doCheck)' $file
    sd -F 'optional doCheck' 'optional finalAttrs.doCheck' $file
    sd -F 'optionals doCheck' 'optionals finalAttrs.doCheck' $file
    sd -F '++ runtimeDependencies' '++ finalAttrs.runtimeDependencies' $file
    # pname (restored afterwards)
    sd -F 'pname}' 'finalAttrs.pname}' $file
    sd -F '${pname' '${finalAttrs.pname' $file
    sd -F '= pname' '= finalAttrs.pname' $file
    # close finalAttrs lambda
    echo ')' >>$file
    # catch some errors early
    if ! nixfmt $file
        git restore $file
        continue
    end
    if ! nixf-diagnose -i sema-primop-overridden $file
        git restore $file
        continue
    end
end

set torestore (rg -F .finalAttrs --files-with-matches $scope)
if test (count $torestore) -gt 0
    git restore $torestore
end
set torestore (rg -F finalAttrs.pname --files-with-matches $scope)
if test (count $torestore) -gt 0
    git restore $torestore
end

# commit for faster eval times
git add pkgs
git commit --no-gpg-sign -m temp
set torestore

for file in $files
    # file hasn't changed
    if git diff --quiet $base $file
        continue
    end
    # try to eval the package to definitely catch all errors
    echo $file
    set pname (string split / $file -f 4)
    if ! nix eval .#$pname
        set torestore $torestore $file
    end
end

# restore files that don't eval
git reset --soft $base
git restore --staged .
if test (count $torestore) -gt 0
    git restore $torestore
end
```

after that some manual cleanup was done:
- restoring files that cause changes in the number of lines
- restoring files that cause rebuilds
- restoring files that cause merge conflicts with staging
2026-02-07 09:28:59 +01:00
R. Ryantm
6c10ac81cc oha: 1.12.1 -> 1.13.0 2026-02-07 07:47:43 +00:00
quantenzitrone
f690155396 various: rename references from libXrender to libxrender
this shouldn't create any rebuilds
2026-02-06 00:29:19 +01:00
quantenzitrone
43cdce2c39 various: rename references from libXrandr to libxrandr
this shouldn't create any rebuilds
2026-02-06 00:29:06 +01:00
quantenzitrone
77837f424c various: rename references from libXi to libxi
this shouldn't create any rebuilds
2026-02-06 00:25:56 +01:00
quantenzitrone
5e4a1bdd9c various: rename references from libXinerama to libxinerama
this shouldn't create any rebuilds
2026-02-06 00:25:42 +01:00
quantenzitrone
543572a942 various: rename references from libXfixes to libxfixes
this shouldn't create any rebuilds
2026-02-06 00:25:40 +01:00
quantenzitrone
f67b5966bb various: rename references from libXext to libxext
this shouldn't create any rebuilds
2026-02-06 00:25:36 +01:00
quantenzitrone
8382a53a4c various: rename references from libXcursor to libxcursor
this shouldn't create any rebuilds
2026-02-06 00:24:45 +01:00
quantenzitrone
55280fa564 various: rename references from libX11 to libx11
this shouldn't create any rebuilds
2026-02-06 00:24:34 +01:00
R. Ryantm
e3c6eb286b oh-my-zsh: 2026-01-26 -> 2026-02-02 2026-02-05 04:22:04 +00:00
Michael Daniels
1491838300 oh-my-posh: 29.0.2 -> 29.1.0 (#484993) 2026-02-01 18:37:36 +00:00
R. Ryantm
277caf412a oh-my-posh: 29.0.2 -> 29.1.0 2026-01-29 08:27:21 +00:00
R. Ryantm
5563155e19 oh-my-zsh: 2026-01-20 -> 2026-01-26 2026-01-28 22:57:29 +00:00
R. Ryantm
fd82749166 oh-my-zsh: 2026-01-14 -> 2026-01-20 2026-01-22 06:04:16 +00:00
Michael Daniels
d7f68bb4c5 oh-my-posh: 26.23.6 -> 29.0.2 (#447017) 2026-01-17 15:38:45 +00:00
Oli
c03e9b1efe oh-my-posh: add olillin as maintainer 2026-01-16 21:07:44 +01:00