Commit Graph

8752 Commits

Author SHA1 Message Date
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
github-actions[bot]
ac34133fb9
Merge master into staging-next 2024-09-23 12:05:36 +00: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
Fabián Heredia Montiel
9b2a506736 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:

- pkgs/tools/package-management/nix/default.nix
2024-09-22 13:45:27 -06:00
R. Ryantm
fb1baca2a0 git-cliff: 2.5.0 -> 2.6.0 2024-09-22 13:07:51 +00:00
github-actions[bot]
94770996ae
Merge master into staging-next 2024-09-22 00:15:32 +00:00
Nick Cao
03c27dcc05
ghorg: 1.9.13 -> 1.10.0 (#343493) 2024-09-21 19:35:13 -04:00
github-actions[bot]
f2c1ad7ad5
Merge master into staging-next 2024-09-21 18:03:54 +00: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
github-actions[bot]
754402a237
Merge staging-next into staging 2024-09-21 00:13:41 +00:00
Nick Cao
43254fce8f
git-machete: 3.29.2 -> 3.29.3 (#343020) 2024-09-20 18:10:25 -04:00
K900
c573f088f9
git: 2.46.0 -> 2.46.1 (#342982) 2024-09-20 19:40:07 +03: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
Sergei Trofimovich
892b7e93c8 git: 2.46.0 -> 2.46.1
Changes: https://lore.kernel.org/all/023601db070c$db740f60$925c2e20$@nexbridge.com/T/
2024-09-19 09:11:41 +01:00
Chet Gurevitch
003a8a41e3 gitstatus: add prompt scripts and share helper
Also adds instructions for using the prompt to longDescription
2024-09-17 17:47:35 +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
Weijia Wang
b8f5473743
git-town: 15.1.0 -> 16.0.0 (#337826) 2024-09-07 14:53:24 +02:00
David McFarland
13a975148a
dotnet: add override mechanism for nuget packages (#339953) 2024-09-07 09:00:01 -03:00
David McFarland
e6c700ed11 dotnetCorePackages.fetchNupkg: override avalonia.x11 to find native libs 2024-09-06 16:32:08 -03:00
David McFarland
9a0be2fd28 dotnetCorePackages.fetchNupkg: override skiasharp to find fontconfig 2024-09-06 16:05:19 -03:00
Gaute Ravndal
8ce786ec86 git-annex-remote-googledrive: add missing distutils dependency 2024-09-06 20:40:05 +02:00
Gaute Ravndal
989ec1afaa git-annex-remote-googledrive: modernise 2024-09-06 20:38:14 +02:00
kilianar
e3a5d6076a git-cola: 4.8.1 -> 4.8.2
https://github.com/git-cola/git-cola/releases/tag/v4.8.2
2024-09-06 15:14:53 +02:00
Nick Cao
8230eec62a
sublime-merge-dev: 2095 -> 2099 (#334799) 2024-09-05 16:31:18 -04:00
Emily
64bbb1d94c jujutsu: move to pkgs/by-name 2024-09-05 03:16:47 +01:00
Emily
4ed8e99081 jujutsu: format with nixfmt-rfc-style 2024-09-05 03:16:46 +01:00
Bruno Bigras
34e606c88d jujutsu: 0.20.0 -> 0.21.0 2024-09-04 13:28:22 -04:00
R. Ryantm
521d3eb8c4 git-town: 15.1.0 -> 16.0.0 2024-09-03 02:01:31 +00:00
github-actions[bot]
b430e34392
Merge master into staging-next 2024-08-29 06:05:05 +00:00
Peder Bergebakken Sundt
c477a48699
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub (#336777) 2024-08-28 22:17:38 -04:00
jopejoe1
814cecf745 bump2version: move to python-modules 2024-08-28 20:14:21 +02:00
github-actions[bot]
59b57346d9
Merge master into staging-next 2024-08-28 18:04:19 +00:00
R. Ryantm
ee131bbcf2 git-mit: 5.13.22 -> 5.13.28 2024-08-28 05:34:28 +00:00
Sandro Jäckel
ca355f14c8
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +02:00
github-actions[bot]
0629545b27
Merge master into staging-next 2024-08-27 00:13:08 +00:00
Nick Cao
7216ae74ad
git-machete: 3.28.0 -> 3.29.0 (#337435) 2024-08-26 18:53:39 -04:00
Nick Cao
1986907999
stgit: 2.4.10 -> 2.4.11 (#337366) 2024-08-26 18:31:16 -04:00
Martin Weinelt
9c50de8b57
tree-wide: remove eelco as maintainer from things he no longer maintains (#336287) 2024-08-26 20:39:56 +02:00
R. Ryantm
ad4d156978 git-machete: 3.28.0 -> 3.29.0 2024-08-26 09:53:32 +00:00
R. Ryantm
1c14efabb3 stgit: 2.4.10 -> 2.4.11 2024-08-26 00:23:40 +00:00
github-actions[bot]
d6ec3d9fd7
Merge master into staging-next 2024-08-26 00:13:15 +00:00
Yaya
61d815a20b gitlab: 17.2.2 -> 17.2.4
https://about.gitlab.com/releases/2024/08/21/patch-release-gitlab-17-3-1-released/
https://gitlab.com/gitlab-org/gitlab/-/blob/v17.2.4-ee/CHANGELOG.md

Fixes CVE-2024-3127
Fixes CVE-2024-6502
Fixes CVE-2024-7110
Fixes CVE-2024-8041
2024-08-25 21:20:23 +02:00
github-actions[bot]
981c565848
Merge master into staging-next 2024-08-25 00:14:11 +00:00
github-actions[bot]
0a498c7d18
Merge master into staging-next 2024-08-24 18:03:46 +00:00
Muhammad Falak R Wani
18c54c4743 delta: 0.18.0 -> 0.18.1
Diff: https://github.com/dandavison/delta/compare/refs/tags/0.18.0...0.18.1
Changelog: https://github.com/dandavison/delta/releases/tag/0.18.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-08-24 21:48:42 +05:30
R. Ryantm
079282d04a git-cliff: 2.4.0 -> 2.5.0 2024-08-24 14:55:30 +00:00
R. Ryantm
d676b41806 gql: 0.25.0 -> 0.26.0 2024-08-24 11:15:30 +00:00
github-actions[bot]
8aed0e83e9
Merge staging-next into staging 2024-08-23 06:04:43 +00:00
Sebastián Mancilla
b2058aa318
Merge pull request #334696 from anthonycicc/patch-1
gql: 0.9.0 -> 0.25.0
2024-08-22 22:10:03 -04:00
github-actions[bot]
eb0aa91a48
Merge staging-next into staging 2024-08-23 00:13:10 +00:00
Nick Cao
7b74ca01e7
Merge pull request #336474 from r-ryantm/auto-update/git-mit
git-mit: 5.13.11 -> 5.13.22
2024-08-22 16:33:23 -04:00
github-actions[bot]
3eb04240cf
Merge staging-next into staging 2024-08-22 18:04:25 +00:00
R. Ryantm
97dd5614be ungit: 1.5.26 -> 1.5.27 2024-08-22 16:31:29 +00:00
Fabián Heredia Montiel
9242a662c6
Merge pull request #335497 from r-ryantm/auto-update/stgit
stgit: 2.4.9 -> 2.4.10
2024-08-22 10:03:01 -06:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
R. Ryantm
233df41a7f git-mit: 5.13.11 -> 5.13.22 2024-08-22 05:49:39 +00:00
Alex James
3a1f88a19a
delta: update skipped tests on Darwin
0.18.0 replaced the `test_diff_same_non_empty_file` test with
`test_diff_real_files`[^1], which similarly fails on Darwin when the
sandbox is enabled.[^2]. Update `checkFlags` to skip the new test on
Darwin.

[^1]: 5c53c5e3d9 (diff-46662042aa1e2ba8561f9c545e204a30c8fe4450296390453f3098263fdb402eL98)
[^2]: https://gist.github.com/al3xtjames/fa1a2d5f6dd60cbea7031f4bb7014e12
2024-08-21 19:31:33 -05:00
Jade Lovelace
5dfdb09561 tree-wide: remove eelco as maintainer from things he no longer maintains
While preparing this change, I read the git blame on all of the files I
touched. I saw a working lifetime of building this system which we use
every day and love dearly and keep maintained ourselves. I saw commits
from a 14 year range between 2003 to 2017!! I could not be more thankful
for Eelco's work on building large parts of the foundation of nixpkgs
that all of us rely on now.

However, the end date of that range of the files I looked at the blame
on was 2017. I did not see surviving code from any newer date than that.
Looking at the Git logs, Eelco has been working on other things, and
that's totally fine.

However, it means that our maintenance metadata is out of date on a lot
of packages, and *that*'s the reason I am submitting this change. There
are a lot of packages that don't have anyone with their name on them to
be pinged if they need attention, even if they have had recent activity
(although it is never clear if recent activity was just someone fixing
it because ZHF or because the package actually matters to them).
There are a lot of packages with storied history that maybe don't need
to be in the set anymore at all since they have not been touched in
years; or maybe they are simply finished.

Empty maintainer lists should be a sign that we need to figure out who
maintains it or potentially remove it if it has rotted, and allowing the
maintainer list to be empty if it is already not maintained is part of a
healthy repository ecology.

Either way, I would like to have the maintenance metadata not mislead
anyone into sending Eelco emails about packages he doesn't, in practice,
work on anymore. I have not removed his name from everything; there are
some things that he is the upstream for or has worked on more recently,
for instance, like Nix, which I have left alone.
2024-08-21 01:17:45 -07:00
R. Ryantm
908882d485 gh: 2.54.0 -> 2.55.0 2024-08-21 14:22:19 +10:00
Yaya
08d4eb0924 gitlab-container-registry: 4.6.0 -> 4.7.0
https://gitlab.com/gitlab-org/container-registry/-/blob/v4.7.0-gitlab/CHANGELOG.md
2024-08-20 18:56:36 +02:00
Yaya
a4ea8e7033 gitlab: 17.2.1 -> 17.2.2
https://about.gitlab.com/releases/2024/08/07/patch-release-gitlab-17-2-2-released/
https://gitlab.com/gitlab-org/gitlab/-/blob/v17.2.2-ee/CHANGELOG.md

Fixes CVE-2024-2800
Fixes CVE-2024-3035
Fixes CVE-2024-3114
Fixes CVE-2024-3958
Fixes CVE-2024-4207
Fixes CVE-2024-4210
Fixes CVE-2024-4784
Fixes CVE-2024-5423
Fixes CVE-2024-6329
Fixes CVE-2024-6356
Fixes CVE-2024-7586
2024-08-20 18:56:36 +02:00
Yaya
e81c8b13bf gitlab: 17.2.0 -> 17.2.1
https://gitlab.com/gitlab-org/gitlab/-/blob/v17.2.1-ee/CHANGELOG.md
https://about.gitlab.com/releases/2024/07/24/patch-release-gitlab-17-2-1-released/

Fixes CVE-2024-0231
Fixes CVE-2024-5067
Fixes CVE-2024-7057
2024-08-20 18:56:36 +02:00
Nick Cao
c9340650e8
Merge pull request #335904 from r-ryantm/auto-update/git-machete
git-machete: 3.27.0 -> 3.28.0
2024-08-19 18:51:13 -04:00
R. Ryantm
2e5953c3fe git-machete: 3.27.0 -> 3.28.0 2024-08-19 20:15:24 +00:00
Michael Lohmann
51930e0343 git: re-enable a few tests that are fixed upstream
- t5150: now has the proper perl prerequisite check:
  https://git.kernel.org/pub/scm/git/git.git/tree/t/t5150-request-pull.sh?h=v2.43.0#n10
- t5319: flake was fixed:
  https://git.kernel.org/pub/scm/git/git.git/commit/?id=152923b132d57e1dbd693a8cb9a8bc1827405674
- t1700: no idea what did the fix, but it is working again
2024-08-19 21:36:40 +02:00
Sebastián Mancilla
77aff3d3bc
Merge pull request #290044 from justinas/git-radar-coreutils-darwin
git-radar: add coreutils-prefixed to PATH on darwin
2024-08-18 23:43:03 -04:00
Philip Taron
2b82213a27
Merge pull request #335232 from philiptaron/issue-208242/follow-up-on-pr-334470 2024-08-18 06:59:06 -07:00
Nick Cao
e2307b5d33
Merge pull request #334276 from r-ryantm/auto-update/git-town
git-town: 15.0.0 -> 15.1.0
2024-08-18 09:38:50 -04:00
Philip Taron
75923e2640
git-sync: remove with statements 2024-08-18 06:31:13 -07:00
R. Ryantm
adfc13497d stgit: 2.4.9 -> 2.4.10 2024-08-18 02:54:13 +00:00
github-actions[bot]
0f820c1c5a
Merge staging-next into staging 2024-08-18 00:03:22 +00:00
Sebastián Mancilla
c89b933c6b
Merge pull request #328647 from r-ryantm/auto-update/glab
glab: 1.41.0 -> 1.45.0
2024-08-17 19:08:41 -04:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Sebastián Mancilla
630c7e5bc6
Merge pull request #327297 from Mic92/rabbitvcs
rabbitvcs: remove
2024-08-17 17:56:38 -04:00
github-actions[bot]
dfd7616ef8
Merge staging-next into staging 2024-08-17 12:01:34 +00:00
zowoq
24d7835b9a delta: 0.17.0-unstable-2024-08-12 -> 0.18.0
Changelog: https://github.com/dandavison/delta/releases/tag/0.18.0
2024-08-17 16:46:15 +10:00
github-actions[bot]
26d52a889c
Merge staging-next into staging 2024-08-16 18:01:47 +00:00
Felix Buehler
878b166cfa gogs: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
bf74256b20 gitkraken: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
95c1729ff8 git-octopus: remove 'with lib;' 2024-08-16 16:09:03 +02:00
github-actions[bot]
926aefdd61
Merge staging-next into staging 2024-08-16 06:01:46 +00:00
Donovan Glover
2b68ffa877
Merge pull request #332447 from r-ryantm/auto-update/git-subrepo
git-subrepo: 0.4.6 -> 0.4.9
2024-08-16 00:45:23 +00:00
github-actions[bot]
4c8722e915
Merge staging-next into staging 2024-08-15 18:02:28 +00:00
zowoq
195662d20d delta: 0.17.0 -> 0.17.0-unstable-2024-08-12 2024-08-15 14:29:48 +02:00
R. Ryantm
ba654492e5 sublime-merge-dev: 2095 -> 2099 2024-08-15 07:24:21 +00:00
github-actions[bot]
76e1f6dd5e
Merge staging-next into staging 2024-08-15 00:02:46 +00:00
Anthony Cicchetti
329ab81c77
gql: 0.9.0 -> 0.25.0 2024-08-14 14:57:24 -04:00
Nikolay Korotkiy
ad06eab148
Merge pull request #334443 from sikmir/meld
meld: add darwin bundle
2024-08-14 22:30:43 +04:00
github-actions[bot]
5254a09f0d
Merge staging-next into staging 2024-08-14 12:01:50 +00:00
Florian Klink
1bd503aa21 josh: 23.12.04 -> 24.08.14
This bumps josh to the new release, which includes a fix for the Rust
1.80 compilation issue.

See https://github.com/NixOS/nixpkgs/issues/332957 for context.
2024-08-14 13:39:55 +02:00
github-actions[bot]
86d6678804
Merge staging-next into staging 2024-08-13 18:01:58 +00:00
Nikolay Korotkiy
a41d3827ac
meld: add darwin bundle 2024-08-13 21:35:00 +04:00
Vladimír Čunát
88a8a50c17
Merge #334263: jujutsu: add upstream patch for libgit2 1.8
...into staging-next
2024-08-13 14:15:11 +02:00
Emily
f9acfb6eb9 jujutsu: add upstream patch for libgit2 1.8 2024-08-13 11:53:27 +01:00
R. Ryantm
6861b55933 git-town: 15.0.0 -> 15.1.0 2024-08-13 02:23:44 +00:00
github-actions[bot]
288fb712ce
Merge staging-next into staging 2024-08-13 00:02:47 +00:00
github-actions[bot]
0a1ac11214
Merge master into staging-next 2024-08-13 00:02:23 +00:00
Emily
164f4fd84b
Merge pull request #333495 from alyssais/git-mit-5.13.11
git-mit: 5.12.205 -> 5.13.11
2024-08-12 22:21:11 +01:00
Sandro
807cf825c4
Merge pull request #334138 from r-ryantm/auto-update/git-credential-keepassxc
git-credential-keepassxc: 0.14.0 -> 0.14.1
2024-08-12 22:48:01 +02:00
Nick Cao
4af9aff5a5
Merge pull request #334092 from r-ryantm/auto-update/git-machete
git-machete: 3.26.3 -> 3.27.0
2024-08-12 14:48:05 -04:00
github-actions[bot]
4202872c05
Merge staging-next into staging 2024-08-12 18:02:39 +00:00
github-actions[bot]
62f43c3094
Merge master into staging-next 2024-08-12 18:02:11 +00:00
Alyssa Ross
678a471a34
git-mit: 5.12.205 -> 5.13.11
Required to build with Rust 1.80.

Link: https://github.com/rust-lang/rust/issues/127343
2024-08-12 17:38:18 +02:00
Peder Bergebakken Sundt
6a59129419
Merge pull request #333342 from pbsds/fix-deadnix-1722620675
treewide: remove nested let-in
2024-08-12 15:42:52 +02:00
R. Ryantm
2b91e63753 git-credential-keepassxc: 0.14.0 -> 0.14.1 2024-08-12 13:32:24 +00:00
R. Ryantm
d53414a54e git-machete: 3.26.3 -> 3.27.0 2024-08-12 09:13:56 +00:00
github-actions[bot]
dfa90aba55
Merge staging-next into staging 2024-08-12 00:03:11 +00:00
github-actions[bot]
dc79586bdf
Merge master into staging-next 2024-08-12 00:02:44 +00:00
Peder Bergebakken Sundt
680e4bd528
Merge pull request #333598 from sudoforge/git-bug/change-upstream-owner-reference
git-bug: change upstream source to git-bug/git-bug
2024-08-11 22:27:39 +02:00
github-actions[bot]
b921810ef4
Merge staging-next into staging 2024-08-11 18:01:35 +00:00
github-actions[bot]
a473a12c7d
Merge master into staging-next 2024-08-11 18:01:11 +00:00
Pol Dellaiera
6c0d992063
Merge pull request #333599 from sudoforge/git-bug/add-maintainer-sudoforge
git-bug: add maintainer: sudoforge
2024-08-11 19:38:54 +02:00
github-actions[bot]
b94e45ea07
Merge staging-next into staging 2024-08-11 06:01:44 +00:00
Martin Weinelt
0e1624df44
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/pycdio/default.nix
2024-08-11 03:10:34 +02:00
sudoforge
9c8feba16e
git-bug: add maintainer: sudoforge 2024-08-10 15:18:30 -07:00
Pol Dellaiera
8c57f130d7
Merge pull request #333751 from r-ryantm/auto-update/git-workspace
git-workspace: 1.4.0 -> 1.5.0
2024-08-10 23:43:15 +02:00
R. Ryantm
168c78599e git-workspace: 1.4.0 -> 1.5.0 2024-08-10 18:46:37 +00:00
github-actions[bot]
9e4697663f
Merge staging-next into staging 2024-08-10 18:01:31 +00:00
github-actions[bot]
45080a9559
Merge master into staging-next 2024-08-10 18:01:08 +00:00
Nick Cao
d448e646b1
Merge pull request #333581 from r-ryantm/auto-update/git-credential-oauth
git-credential-oauth: 0.13.0 -> 0.13.2
2024-08-10 11:09:40 -04:00
github-actions[bot]
43baee31d3
Merge staging-next into staging 2024-08-10 06:01:36 +00:00
github-actions[bot]
da9d36be81
Merge master into staging-next 2024-08-10 06:01:12 +00:00
sudoforge
a3173b1f4b
git-bug: change upstream source to git-bug/git-bug
git-bug has moved into [the git-bug organization][0]. This change
updates the fetchFromGitHub call to fetch directly from git-bug/git-bug
instead of relying on what is now a 301 redirection (that lives only at
GitHub's discretion).

[0]: https://github.com/git-bug/git-bug
2024-08-09 21:04:51 -07:00
R. Ryantm
e0a26dd186 git-credential-oauth: 0.13.0 -> 0.13.2 2024-08-10 02:10:31 +00:00
kirillrdy
802499d91d
Merge pull request #333400 from nicolas-goudry/feat/update-gitkraken
gitkraken: 10.1.1 -> 10.2.0
2024-08-10 10:10:28 +10:00
Nicolas Goudry
155b654f24
gitkraken: nixfmt-rfc-style formatting 2024-08-10 00:37:29 +02:00
github-actions[bot]
cff6995a9e
Merge staging-next into staging 2024-08-09 18:01:37 +00:00
github-actions[bot]
03e2e79ded
Merge master into staging-next 2024-08-09 18:01:11 +00:00
Donovan Glover
154bcb95ad
Merge pull request #332278 from futile/update/git-town-14.4.1
git-town: 14.2.2 -> 15.0.0
2024-08-09 16:32:28 +00:00
Nicolas Goudry
01542ebea5
gitkraken: 10.1.1 -> 10.2.0 2024-08-09 10:58:13 +02:00
Peder Bergebakken Sundt
dfbc165dc7 treewide: remove nested let-in 2024-08-09 03:58:35 +02:00
Martin Weinelt
ea5bb3f5df
Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-09 02:19:33 +02:00
Martin Weinelt
1e25330d41
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/libraries/SDL2/default.nix
2024-08-09 02:18:56 +02:00
Dimitrije Radojević
1287f06155
ocamlPackages.janestreet: 0.16 -> 0.17 (#329201) 2024-08-08 21:38:40 +02:00
github-actions[bot]
294190dc19
Merge staging-next into staging 2024-08-08 18:02:02 +00:00
github-actions[bot]
d3ef01201e
Merge master into staging-next 2024-08-08 18:01:35 +00:00
Pogobanane
8ccab48f1c gitlab-shell: rename bin/{install, check} to gitlab-shell-{install, check} 2024-08-08 17:41:20 +02:00
github-actions[bot]
d9cd020e9d
Merge staging-next into staging 2024-08-08 06:01:39 +00:00
github-actions[bot]
d240a34ea6
Merge master into staging-next 2024-08-08 06:01:15 +00:00
Bruno Bigras
111534ce35 jujutsu: 0.19.0 -> 0.20.0 2024-08-07 20:14:26 -05:00
Felix Rath
257c502d59 git-town: 14.2.2 -> 15.0.0 2024-08-07 21:04:09 +02:00
Philip Taron
3a118435f4
Merge pull request #331223 from me-and/git-v2.46.0
git: 2.45.2 -> 2.46.0
2024-08-06 12:28:16 -07:00
Vladimír Čunát
c67e45cd79
Merge #331569: mercurial: 6.8 -> 6.8.1
...into staging
2024-08-06 17:55:29 +02:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
Nick Cao
9395fd43e6
Merge pull request #332371 from r-ryantm/auto-update/git-codereview
git-codereview: 1.11.0 -> 1.12.0
2024-08-05 15:49:47 -04:00
R. Ryantm
ad4e9d5773 git-subrepo: 0.4.6 -> 0.4.9 2024-08-05 09:55:52 +00:00
R. Ryantm
b072574c6c git-codereview: 1.11.0 -> 1.12.0 2024-08-05 00:56:46 +00:00
tomberek
b76541128e
Merge pull request #328796 from r-ryantm/auto-update/ghorg
ghorg: 1.9.12 -> 1.9.13
2024-08-04 15:00:18 -04:00
Nick Cao
d458f1056a
Merge pull request #332194 from r-ryantm/auto-update/git-cola
git-cola: 4.8.0 -> 4.8.1
2024-08-04 09:20:17 -04:00
Nick Cao
7c452365ef
Merge pull request #332208 from r-ryantm/auto-update/git-machete
git-machete: 3.26.2 -> 3.26.3
2024-08-04 09:19:35 -04:00
amesgen
a2a6e797ac
scriv: move to by-name 2024-08-04 13:37:12 +02:00
R. Ryantm
04564a1056 git-machete: 3.26.2 -> 3.26.3 2024-08-04 10:40:11 +00:00
R. Ryantm
31ffcd4e62 git-cola: 4.8.0 -> 4.8.1 2024-08-04 08:51:57 +00:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
R. Ryantm
8a5f82d7bc stgit: 2.4.8 -> 2.4.9 2024-08-03 14:16:20 +00:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Florian
f3cc719787
Merge pull request #329403 from gador/datalad-gooey-init
datalad-gooey:  init at unstable-2024-02-20
2024-08-02 08:48:39 +02:00
R. Ryantm
94e7951cba glab: 1.41.0 -> 1.45.0 2024-08-02 04:46:52 +00:00
redyf
480d38b878 gh: 2.53.0 -> 2.54.0
https://github.com/cli/cli/releases/tag/v2.54.0
2024-08-01 16:34:05 -03:00
euxane
2168c0df8d mercurial: 6.8 -> 6.8.1
Changelog: https://wiki.mercurial-scm.org/Release6.8
2024-08-01 19:41:52 +02:00
Florian Brandes
2f83bdcfa7
datalad: move to python-modules
This move is necessarry to next introduce python311 compat

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-08-01 10:21:30 +02:00
zimbatm
65a6b8edc6 git-codeowners: move to by-name 2024-07-31 09:10:31 +02:00
zimbatm
dd69ea8ebd gerrit: move to by-name 2024-07-31 09:10:30 +02:00
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Adam Dinwoodie
dd0e6df0ff git: 2.45.2 -> 2.46.0 2024-07-30 15:01:40 +01:00
Alexander Sieg
682bee28da
gitlab-elasticsearch-indexer: add cyberus team as maintainer 2024-07-30 12:36:34 +02:00
Alexander Sieg
38c7d204e6
gitlab-container-registry: add cyberus team as maintainer 2024-07-30 12:35:47 +02:00
Florian
51c4b3fd67
Merge pull request #329398 from gador/datalad-tests
datalad: 1.0.2 -> 1.1.1, add tests
2024-07-30 08:03:37 +02:00
Florian Brandes
9e885bb15b
datalad: format
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-29 19:32:21 +02:00
Florian Brandes
47b4b80c07
datalad: add python tests, use new PEP builder
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-29 19:31:51 +02:00
Sandro
f82b7afd37
Merge pull request #329638 from shivaraj-bh/commitizen-library
python3Packages.commitizen: Add library along with binary
2024-07-29 13:52:09 +02:00
shivaraj-bh
0d80854712 python312Packages.commitizen: Add library along with binary
custom commit rules require the library, see:
https://commitizen-tools.github.io/commitizen/customization/#2-customize-through-customizing-a-class

---

Co-authored-by: Anthony Roussel <anthony@roussel.dev>
2024-07-29 11:00:18 +05:30
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
Anderson Torres
9a624d10e3 treewide: remove viric from meta.maintainers [orphans]
Since theey is not active from at least six years.

All the packages on this commit became orphans.

---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:

- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
Anderson Torres
c9deae12d7 treewide: remove viric from meta.maintainers [no orphans]
Since theey is not active from at least six years.
2024-07-28 10:47:12 -03:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
zhoufanjin
99da330f23
treewide: fix some comments (#330407)
Signed-off-by: zhoufanjin <shuangcui@live.cn>
2024-07-27 22:05:18 +08:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
Shadaj Laddad
860120afe4 sapling: 0.2.202401116 -> 0.2.20240718 2024-07-27 00:21:15 -05: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
Aleksana
84a53ad8e2
Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app
pkgs/applications: remove unused arguments
2024-07-26 22:05:49 +08:00
Sigmanificient
2ee703dccb pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Peder Bergebakken Sundt
7b94ba85fd
Merge pull request #327586 from Aleksanaa/git-series
git-series: unstable-2019-10-15 -> 0.9.1-unstable-2024-02-02
2024-07-25 23:27:21 +02:00
Peder Bergebakken Sundt
239d7676c1
Merge pull request #328132 from MichielDerhaeg/bump-branchless
git-branchless: 0.8.0 -> 0.9.0
2024-07-25 23:02:09 +02:00
Peder Bergebakken Sundt
30d2333240
Merge pull request #328049 from redyf/update-commitizen
commitizen: 3.27.0 -> 3.28.0
2024-07-25 22:13:44 +02:00
github-actions[bot]
f20ed12f93
Merge master into staging-next 2024-07-25 12:01:18 +00:00
Matthias Beyer
2f65a52822
Merge pull request #329549 from r-ryantm/auto-update/gitoxide
gitoxide: 0.36.0 -> 0.37.0
2024-07-25 09:24:14 +02:00
github-actions[bot]
8402add1f4
Merge master into staging-next 2024-07-24 12:01:12 +00:00
Yaya
3fa5048737 gitaly: build bundled git from source 2024-07-24 10:51:55 +02:00
Fabián Heredia Montiel
86f768ce3e
Merge pull request #327749 from r-ryantm/auto-update/git-repo
git-repo: 2.45 -> 2.46
2024-07-24 00:18:07 -06:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next 2024-07-24 07:19:19 +02:00
R. Ryantm
e2dc23646e gitoxide: 0.36.0 -> 0.37.0 2024-07-24 01:12:10 +00:00
R. Ryantm
333cfd622a git-ignore: 1.3.3 -> 1.4.0 2024-07-23 13:24:09 +00:00
Florian Brandes
7c2bc1f05a
datalad: 1.0.2 -> 1.1.1
fixes python 3.12 compat

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-23 14:27:45 +02:00
github-actions[bot]
09a27d5bc1
Merge master into staging-next 2024-07-23 00:02:18 +00:00
R. Ryantm
ba54aee7e6 stgit: 2.4.7 -> 2.4.8 2024-07-22 01:05:06 +00:00
github-actions[bot]
968bf02dc2
Merge master into staging-next 2024-07-21 12:01:16 +00:00
Yaya
bc90ad3e30 gitlab: 17.1.2 -> 17.2.0
https://gitlab.com/gitlab-org/gitlab/-/blob/v17.2.0-ee/CHANGELOG.md
2024-07-21 13:04:19 +02:00
Pavol Rusnak
e5ecc8f9b4
Merge pull request #328807 from r-ryantm/auto-update/gomp 2024-07-21 08:39:16 +02:00
github-actions[bot]
6ff8a10a87
Merge master into staging-next 2024-07-21 06:01:25 +00:00
Audrey Dutcher
2b6b8e29c7
git: fix build on FreeBSD native (#328779)
* git: build with libiconvReal on FreeBSD

The git tests fail under FreeBSD libc's iconv.

* git: add sysctl check dependency on FreeBSD, same as Darwin
2024-07-21 05:41:53 +03:00
R. Ryantm
30febb3dd4 gomp: 1.1.0 -> 1.1.1 2024-07-21 02:01:48 +00:00
R. Ryantm
6210c985c3 ghorg: 1.9.12 -> 1.9.13 2024-07-21 01:21:39 +00:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next 2024-07-20 16:12:24 +02:00
Thiago Kenji Okada
6e14bbce7b
Merge pull request #327972 from atorres1985-contrib/remove-dtzwill
Treewide: Remove dtzwill
2024-07-20 10:11:00 +01:00
Vladimír Čunát
43a966542b
Merge #325603: mercurial: 6.7.4 -> 6.8
...into staging
2024-07-20 09:59:01 +02:00
Peder Bergebakken Sundt
908087cf87
Merge pull request #326975 from r-ryantm/auto-update/legit-web
legit-web: 0.2.2 -> 0.2.3
2024-07-19 20:52:16 +02:00
Michiel Derhaeg
08d64d1120 git-branchless: 0.8.0 -> 0.9.0 2024-07-19 15:21:02 +02:00
github-actions[bot]
f316203fda
Merge staging-next into staging 2024-07-19 00:03:05 +00:00