Franz Pletz
8b86710729
git-repo: 2.46 -> 2.47 ( #343924 )
2024-09-25 17:25:35 +02:00
Nick Cao
a53212de98
git-quick-stats: 2.5.6 -> 2.5.7 ( #343165 )
2024-09-24 18:24:21 -04: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
R. Ryantm
bdc85ba41a
git-repo: 2.46 -> 2.47
2024-09-23 09:17:15 +00:00
h7x4
69a0c4385f
git-town: 16.1.1 -> 16.2.1 ( #343829 )
2024-09-23 09:18:12 +02:00
R. Ryantm
f80a5b1d94
git-town: 16.1.1 -> 16.2.1
2024-09-23 00:01:38 +00:00
R. Ryantm
fb1baca2a0
git-cliff: 2.5.0 -> 2.6.0
2024-09-22 13:07:51 +00:00
Nick Cao
03c27dcc05
ghorg: 1.9.13 -> 1.10.0 ( #343493 )
2024-09-21 19:35:13 -04:00
Johannes Jöns
eca2693230
python3Packages.notobuilder: init at 0-unstable-2024-08-03 ( #333709 )
2024-09-21 14:32:54 +00:00
R. Ryantm
08c7f8b0cc
ghorg: 1.9.13 -> 1.10.0
2024-09-21 13:00:03 +00:00
Nick Cao
43254fce8f
git-machete: 3.29.2 -> 3.29.3 ( #343020 )
2024-09-20 18:10:25 -04:00
R. Ryantm
5312ad970c
git-quick-stats: 2.5.6 -> 2.5.7
2024-09-20 02:57:35 +00:00
R. Ryantm
b7a5e872cb
git-gone: 1.1.0 -> 1.1.1
2024-09-20 02:00:31 +00:00
R. Ryantm
d4ae0166e5
git-machete: 3.29.2 -> 3.29.3
2024-09-19 12:45:56 +00:00
Muhammad Falak R Wani
20e25eba1a
gh: 2.56.0 -> 2.57.0
...
Diff: https://github.com/cli/cli/compare/v2.56.0...v2.57.0
Changelog: https://github.com/cli/cli/releases/tag/v2.57.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-09-17 14:28:50 +10:00
Aleksana
f1580efb3b
maintainers/team-list: add cyberus team ( #331059 )
2024-09-16 18:14:16 +08:00
Nick Cao
7a5673ac6b
sublime-merge-dev: 2099 -> 2100 ( #341895 )
2024-09-15 09:10:39 -04:00
OTABI Tomoya
b070782af9
transcrypt: 2.2.3 -> 2.3.0 ( #340802 )
2024-09-15 16:02:12 +09:00
R. Ryantm
90af0e7407
sublime-merge-dev: 2099 -> 2100
2024-09-14 18:20:21 +00:00
Christina Sørensen
d3756b54d5
gitlab: 17.2.4 -> 17.2.5 ( #341398 )
2024-09-13 08:38:40 +02:00
Weijia Wang
6f7b297d96
subversion: fix darwin ( #341232 )
2024-09-13 00:56:58 +02:00
Yaya
4b75284a29
gitlab-container-registry: 4.7.0 -> 4.9.0
...
https://gitlab.com/gitlab-org/container-registry/-/blob/v4.9.0-gitlab/CHANGELOG.md
2024-09-12 16:49:13 +02:00
Yaya
2e34796524
gitlab: 17.2.4 -> 17.2.5
...
https://gitlab.com/gitlab-org/gitlab/-/blob/v17.2.5-ee/CHANGELOG.md
Fixes CVE-2024-2743
Fixes CVE-2024-4283
Fixes CVE-2024-4472
Fixes CVE-2024-4612
Fixes CVE-2024-4660
Fixes CVE-2024-5435
Fixes CVE-2024-6389
Fixes CVE-2024-6446
Fixes CVE-2024-6685
Fixes CVE-2024-8124
Fixes CVE-2024-8311
Fixes CVE-2024-8631
Fixes CVE-2024-8635
Fixes CVE-2024-8640
Fixes CVE-2024-8641
2024-09-12 16:48:56 +02:00
zowoq
e5330a9a58
delta: 0.18.1 -> 0.18.2 ( #341211 )
2024-09-12 16:48:07 +10:00
Austin Horstman
a0778fea14
subversion: fix darwin
2024-09-11 15:39:26 -05:00
Nick Cao
6ee3fd3b74
git-machete: 3.29.0 -> 3.29.2 ( #340451 )
2024-09-11 12:41:23 -04:00
Sandro Jäckel
23712527cc
delta: 0.18.1 -> 0.18.2
...
Diff: https://github.com/dandavison/delta/compare/refs/tags/0.18.1...0.18.2
Changelog: https://github.com/dandavison/delta/releases/tag/0.18.2
2024-09-11 17:37:52 +02:00
Shadaj Laddad
c29ef94279
sapling: pin to Python 3.11
2024-09-11 07:49:44 -05:00
Nick Cao
842d84cdcc
git-town: 16.0.0 -> 16.1.1 ( #340982 )
2024-09-11 08:18:41 -04:00
Aleksana
4703ff3b2f
srvc: drop ( #340931 )
2024-09-10 21:40:25 +08:00
R. Ryantm
70bca8e970
git-town: 16.0.0 -> 16.1.1
2024-09-10 10:40:57 +00:00
kirillrdy
07a86f7442
gitkraken: 10.2.0 -> 10.3.0 ( #340940 )
2024-09-10 18:35:56 +10:00
Nicolas Goudry
1b449528cc
gitkraken: 10.2.0 -> 10.3.0
2024-09-10 08:59:40 +02:00
John Shaffer
4fad4c72af
srvc: drop
...
The upstream is unmaintained, and the build is
currently broken due to Rust 1.80 changes.
See https://github.com/NixOS/nixpkgs/issues/332957
2024-09-09 23:20:59 -05:00
Pol Dellaiera
03fc7a2c94
gh: 2.55.0 -> 2.56.0 ( #340824 )
2024-09-09 22:46:53 +02:00
Weijia Wang
5fdd8a0089
ungit: 1.5.26 -> 1.5.27 ( #336573 )
2024-09-09 22:09:22 +02:00
Artturin
faeae2cd5c
Revert "git-branchless: fix build"
...
This reverts commit c7c4a6094f
.
Merged too soon and contains actual failures
2024-09-09 22:35:59 +03:00
Weijia Wang
9a1dbdb96b
git-mit: 5.13.28 -> 5.13.29 ( #339188 )
2024-09-09 21:07:05 +02:00
R. Ryantm
4c3a3ce818
git-mit: 5.13.28 -> 5.13.29
2024-09-09 19:40:10 +02:00
R. Ryantm
7b432e3299
gh: 2.55.0 -> 2.56.0
2024-09-09 17:25:33 +00:00
Artturin
4c6d87489d
git-branchless: fix build ( #339023 )
2024-09-09 19:38:32 +03:00
luftmensch-luftmensch
ce812432ad
git-branchless: fix formatting
2024-09-09 19:37:52 +03:00
luftmensch-luftmensch
c7c4a6094f
git-branchless: fix build
2024-09-09 19:37:51 +03:00
R. Ryantm
63425fe1b0
transcrypt: 2.2.3 -> 2.3.0
2024-09-09 15:58:18 +00:00
R. Ryantm
a0f9ed1b83
stgit: 2.4.11 -> 2.4.12
2024-09-09 03:06:23 +00:00
wxt
3ad5852e0a
gex: move to by-name && run nixfmt
2024-09-08 20:02:54 +02:00
Nick Cao
e60a9528dc
gql: 0.26.0 -> 0.27.0 ( #340408 )
2024-09-08 08:47:38 -04:00
R. Ryantm
01d2c7f9c6
git-machete: 3.29.0 -> 3.29.2
2024-09-08 07:12:29 +00:00
R. Ryantm
b115c15457
gql: 0.26.0 -> 0.27.0
2024-09-08 00:58:28 +00:00
Sebastián Mancilla
c5011acf5e
git-cliff: 2.4.0 -> 2.5.0 ( #337027 )
2024-09-07 20:53:05 -04:00