Commit Graph

3546 Commits

Author SHA1 Message Date
Ryan Lahfa
b1dd4d0a1c
Merge pull request #318577 from RaitoBezarius/improved-lix-packaging
lix: various improvements to the packaging for release automation
2024-06-19 20:37:53 +02:00
R. Ryantm
28cecc5dc9 libdnf: 0.73.1 -> 0.73.2 2024-06-19 02:44:17 +00:00
Sandro
41f2dc2f85
Merge pull request #319395 from trofi/nixVersions.latest-update
nixVersions.latest: 2.22.1 -> 2.23.0
2024-06-17 19:51:22 +02:00
John Ericson
483a8dc493
Merge pull request #317227 from rhelmot/freebsd-nix-boehmgc
nix: make boehmgc patch respect HAVE_PTHREAD_ATTR_GET_NP
2024-06-16 23:39:01 -04:00
R. Ryantm
b51c105f92 packagekit: 1.2.8 -> 1.3.0 2024-06-17 02:15:41 +00:00
R. Ryantm
8962151887 kdePackages.packagekit-qt: 1.1.1 -> 1.1.2 2024-06-17 02:00:17 +00:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
jopejoe1
614630b738 pacup: use pname instead of name 2024-06-15 09:56:44 +02:00
R. Ryantm
98dc65e16f nixpkgs-review: 2.10.4 -> 2.10.5 2024-06-14 00:19:56 +00:00
Sergei Trofimovich
17e2421e08 nixVersions.latest: 2.22.1 -> 2.23.0
Changes: https://github.com/NixOS/nix/blob/2.23.0/doc/manual/src/release-notes/rl-2.23.md
2024-06-12 22:55:09 +01:00
Peder Bergebakken Sundt
5e8282f0c5
Merge pull request #283057 from Hal-AB/update-fpm
fpm: 1.13.0 -> 1.15.1
2024-06-11 10:40:12 +02: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
Raito Bezarius
88ad897d2a lix: support lixVersions.buildLix helper
This makes it easier to `buildLix` for automation and reuse `common`
logic.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-09 18:54:08 +02:00
Raito Bezarius
dccc9491ea lix: support docCargoLock propagation to lix-doc
This way, we can pass also a Cargo.lock from the Lix entrypoint.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-09 18:53:44 +02:00
Raito Bezarius
f6c8f4adf6 lix-doc: support path src instead of attribute src
If you pass `src = ./.;`, this should work.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-09 18:53:21 +02:00
Raito Bezarius
97bbd80c1d lix-doc: support cargoLock as well
This makes it easy to override it with a handy Cargo.lock.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-09 18:52:46 +02:00
Raito Bezarius
3c179579c5 lix: drop the self let binding
We had a `self` let binding to pass specific tests with ourselves as a
`passthru`, due to various issues with tests, we removed it.

We should also clean up the `self` then and adopt `finalAttrs`-style
probably.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-09 18:18:19 +02:00
Raito Bezarius
edab8892ee lix: move lix-doc as a formal parameter
This way, it's easier to override it or pass it ourselves if needed.

Useful for test instrumentation from external scripts.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-09 18:17:43 +02:00
Peder Bergebakken Sundt
46d181b20c
Merge pull request #316236 from r-ryantm/auto-update/pdm
pdm: 2.15.3 -> 2.15.4
2024-06-08 17:13:33 +02:00
Audrey Dutcher
f0606d20dc nix-top: mark support for freebsd 2024-06-07 22:07:24 -07:00
Sergei Trofimovich
66c4c2c04a lix.tests: fix the eval
Without the change evaluation fails as:

    $ nix build --no-link -f. lix.tests
    error: attribute 'passthru' missing
           at pkgs/tools/package-management/lix/common.nix:263:16:
              262|       tests = {
              263|         misc = nixosTests.nix-misc.lix.passthru.override { nixPackage = self; };
                 |                ^
              264|       };
2024-06-07 09:08:22 +01:00
Weijia Wang
fe4c307794
Merge pull request #315498 from r-ryantm/auto-update/nix-index-unwrapped
nix-index-unwrapped: 0.1.7 -> 0.1.8
2024-06-04 22:50:06 +02:00
Audrey Dutcher
f9b9794d93 nix: make boehmgc patch respect HAVE_PTHREAD_ATTR_GET_NP
Fixes build on FreeBSD.
2024-06-04 08:12:43 -07:00
Maximilian Bosch
7baa302736
nix: remove myself (ma27) from maintainer team
Using Lix now 🍦
2024-06-04 16:11:43 +02:00
Jörg Thalheim
7c503a8a9d
Merge pull request #315927 from Artturin/movetestsnix1
nixosTests.nix-misc: split from nixosTests.misc
2024-06-04 10:18:25 +02:00
Weijia Wang
89b4fe9fd7
Merge pull request #308384 from r-ryantm/auto-update/apk-tools
apk-tools: 2.14.1 -> 2.14.4
2024-06-02 00:45:14 +02:00
R. Ryantm
a8150b351d pdm: 2.15.3 -> 2.15.4 2024-05-31 19:32:23 +00:00
Jörg Thalheim
c75573a745
Merge pull request #311634 from Thesola10/master
harmonia: 0.7.5 -> 0.8.0, migrate to by-name
2024-05-31 20:47:56 +02:00
Jörg Thalheim
4c289e941b nixVersions.stable: reference nix-misc in tests
This is a regression test for nix.
2024-05-30 19:11:27 +03:00
Artturin
e124b02edd nixosTests.nix-misc: Split from nixosTests.misc
Bit weird to have nix tests in misc

Add `artturin` to maintainers
2024-05-30 19:11:27 +03:00
Valentin Gagarin
2b5736a2fe
Revert "nix: 2.18 -> 2.22" 2024-05-30 12:59:13 +02:00
Alyssa Ross
598d6c9fd9 pkg: 1.21.2 -> 1.21.3 2024-05-30 09:36:18 +02:00
Bernardo Meurer
7225a635d8
Merge pull request #315262 from Mic92/nix-upgrade
nix: 2.18 -> 2.22
2024-05-29 17:43:59 -04:00
Weijia Wang
e85f56bc9a
Merge pull request #315482 from paparodeo/disnix-fix
disnix: include stdlib.h to fix implicit function declaration
2024-05-29 22:59:43 +02:00
Jörg Thalheim
e421c3b983 nix: 2.18 -> 2.22
I tested this version on my system without any issues, but on
the other hand it has better error handling i.e. for infinite recursion.

This version has been now also cooking in the nix-install-action for 2
weeks: https://github.com/cachix/install-nix-action/pull/206
2024-05-29 16:02:30 +02:00
Weijia Wang
28f515dad1
Merge pull request #314071 from RaitoBezarius/optimize-lix
lix: build in release mode with link time optimizations
2024-05-29 09:23:38 +02:00
R. Ryantm
8702b84107 nix-index-unwrapped: 0.1.7 -> 0.1.8 2024-05-29 03:13:50 +00:00
paparodeo
a42de3dcec
disnix: include stdlib.h to fix implicit function declaration
aa969f1d15.patch
2024-05-29 01:23:17 +00:00
Maximilian Bosch
bbc5af4fcc
nixVersions.git: 2.23.0pre20240520_b7709d14 -> 2.23.0pre20240526_7de033d6
Changes: b7709d14...7de033d6
2024-05-26 22:34:03 +02:00
Maximilian Bosch
1529d0b9a3
Merge pull request #314196 from trofi/nixVersions.git.tests-fix-eval
nixVersions.git.tests: fix the eval
2024-05-26 17:11:19 +00:00
R. Ryantm
cb4abf8f7b emplace: 1.5.3 -> 1.6.0 2024-05-25 13:01:05 +00:00
OTABI Tomoya
e0ddc59995
Merge pull request #314022 from natsukium/pdm/update
pdm: 2.15.2 -> 2.15.3
2024-05-25 09:12:29 +09:00
Atemu
061a135d05
Merge pull request #309585 from diniamo/global-steam-compat-paths-var
nixos/steam: add protontricks submodule
2024-05-24 20:17:35 +02:00
Raito Bezarius
84419e5c37 lix: build in release mode with link time optimizations
This makes the binary size further reduced and may improve (?)
performance.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-05-24 16:19:23 +02:00
diniamo
fcaec6bdf7 nixos/steam: add protontricks submodule 2024-05-24 08:51:37 +02:00
Sergei Trofimovich
55471dffe6 nixVersions.git.tests: fix the eval
Without the change the eval fails as:

    $ nix build --no-link -f. nixVersions.git.tests
           error: attribute 'nix_2_23' missing
           at pkgs/tools/package-management/nix/common.nix:252:17:
              251|     tests = {
              252|       nixi686 = pkgsi686Linux.nixVersions.${"nix_${lib.versions.major version}_${lib.versions.minor version}"};
                 |                 ^
              253|     };
           Did you mean one of nix_2_13, nix_2_20, nix_2_21, nix_2_22 or nix_2_3?

The change explicitly passes attribute name around instead of inferring
it from package version.
2024-05-24 07:29:28 +01:00
natsukium
7a15b02077
pdm: 2.15.2 -> 2.15.3
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.15.3
2024-05-24 00:34:11 +09:00
Sandro
ddb221c508
Merge pull request #312939 from chewblacka/update-apx 2024-05-21 16:44:07 +02:00
Maximilian Bosch
f2ab61384c
nixVersions.git: 2.23.0pre20240510_87ab3c0e -> 2.23.0pre20240520_b7709d14
Changes: 87ab3c0e...b7709d14
2024-05-20 13:43:14 +02:00
John Garcia
45087e1666 apx: install shell completions 2024-05-20 12:32:00 +01:00
John Garcia
a35fac798e apx: 2.4.0 -> 2.4.2 2024-05-19 21:12:27 +01:00
Matthias Beyer
8d28bb5dc8
Merge pull request #311740 from r-ryantm/auto-update/pdm
pdm: 2.15.1 -> 2.15.2
2024-05-18 08:45:39 +02:00
TheSola10
f789a362e0
harmonia: migrate to by-name 2024-05-16 16:50:44 +02:00
R. Ryantm
3a20317b3a poetry: 1.8.2 -> 1.8.3 2024-05-15 15:30:33 +00:00
R. Ryantm
94bd2eaab3 pdm: 2.15.1 -> 2.15.2 2024-05-14 20:28:08 +00:00
R. Ryantm
fcf2ec5d1a poetryPlugins.poetry-plugin-export: 1.7.1 -> 1.8.0 2024-05-14 00:00:08 +00:00
Maximilian Bosch
8b6fc06e98
Merge pull request #311049 from Ma27/bump-nix-git
nixVersions.git: 2.23.0pre20240502_00ca2b05 -> 2.23.0pre20240510_87ab3c0e
2024-05-13 08:43:25 +00:00
Sergei Trofimovich
b3835300f2 nixVersions.latest: 2.22.0 -> 2.22.1
Changes: https://github.com/NixOS/nix/compare/2.22.0...2.22.1
2024-05-12 22:02:55 +01:00
Maximilian Bosch
8b0b8e893f
nixVersions.git: 2.23.0pre20240502_00ca2b05 -> 2.23.0pre20240510_87ab3c0e
Changes: 00ca2b05...87ab3c0e
2024-05-12 14:13:50 +02:00
Raito Bezarius
3388179c48 lix: init at 2.90-beta.1
[Lix](https://lix.systems) is a fork of CppNix, the original Nix implementation. It behaves like `nixVersions.*` in terms of packaging with a big difference: it uses Meson for its build system.

Therefore, it is not possible to share the packaging trees.

The rest is pretty mundane:

- Lix will passthru all the time to the `nixosTests.misc` to smoke test any critical regressions as a last line after all our regression battery on the Lix project side.
- Cross compilation has been extensively tested.
- Static compilation is known to fail on a test.

Internal API documentation is out of scope for this commit.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-05-11 22:54:02 +02:00
Jörg Thalheim
29b607f43d
nix-eval-jobs: 2.21.0 -> 2.22.0 (#310301)
* nix-eval-jobs: 2.21.0 -> 2.22.0

* nix-eval-jobs: pin darwin on 2.19 release

An issue in nix causes segfaults:
https://github.com/nix-community/nix-eval-jobs/issues/301
2024-05-11 10:30:16 +02:00
R. Ryantm
5362af7f02 nfpm: 2.36.1 -> 2.37.1 2024-05-09 13:24:37 +00:00
Aleksana
97ae4fc750
Merge pull request #308863 from lucperkins/move-into-by-name
treewide: move packages maintained by lucperkins to pkgs/by-name
2024-05-06 22:56:00 +08:00
Maximilian Bosch
4d14c63bc4
nixVersions.git: 2.23.0pre20240426_2f678331 -> 2.23.0pre20240502_00ca2b05
Changes: 2f678331...00ca2b05
2024-05-05 11:45:37 +02:00
Luc Perkins
1271860b5e
Move lucperkins packages into by-name 2024-05-03 15:37:38 -03:00
github-actions[bot]
ae736c738d
Merge master into staging-next 2024-05-03 12:01:32 +00:00
Jussi Kuokkanen
ce3f586775 pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
github-actions[bot]
c4dfa193ac
Merge master into staging-next 2024-05-02 12:01:36 +00:00
zowoq
3fff8ab278 nixVersions.latest: 2.21 -> 2.22
was accidentally downgraded in 2b4e18f3d4
2024-05-02 15:27:59 +10:00
R. Ryantm
a5d8b24480 apk-tools: 2.14.1 -> 2.14.4 2024-05-01 22:21:50 +00:00
github-actions[bot]
992b6af1a4
Merge master into staging-next 2024-05-01 12:01:23 +00:00
Maximilian Bosch
fac5f2721d
Merge pull request #305951 from Ma27/nix-unstable-testing
nixVersions.unstable: build from master, re-init at 2.22.0.pre20240321_6fd2f42c
2024-05-01 09:30:05 +00:00
Maximilian Bosch
4ccf49b112
nixVersions.git: 2.22.0.pre20240421_6fd2f42c -> 2.23.0pre20240426_2f678331
Had to rework the nix-perl build a little bit since it's now based on
meson. Confirmed that everything from Nix 2.3 works fine with it
(confirmed that the `isValidPath` operation is behaving correctly from
Perl).

This doesn't fix cross though, neither for 2.22 nor later: both
configuration systems check for a `curl` & `perl` in the builder's
$PATH even though both are only in `buildInputs` in upstream's build.
OTOH a native Perl is probably needed for `xsubpp`.
2024-05-01 10:16:34 +02:00
K900
a9c7210d0b Merge branch 'master' into staging-next 2024-05-01 09:37:47 +03:00
OTABI Tomoya
2d16ba12de
Merge pull request #253239 from natsukium/resolvelib/update
python311Packages.resolvelib: 0.5.5 -> 1.0.1
2024-05-01 00:11:31 +09:00
OTABI Tomoya
7fd0e9b445
Merge pull request #307395 from natsukium/pdm/update
pdm: 2.13.2 -> 2.15.1
2024-04-30 23:50:47 +09:00
Weijia Wang
23cbc3c2b3 Merge branch 'master' into staging-next 2024-04-30 13:24:52 +02:00
Aleksana
7f33b3be6d
Merge pull request #307530 from alyssais/pkg-1.21.2
pkg: 1.21.0 -> 1.21.2
2024-04-30 15:16:37 +08:00
Maximilian Bosch
2b4e18f3d4
nixVersions.unstable: build from master, re-init at 2.22.0.pre20240321_6fd2f42c
The idea behind that is to enable users and developers of
downstream tools such as home-manager to test Nix master for several
reasons:

* Nix is currently trying to have a `master` branch that's always
  releasable[1]. We're still on Nix 2.18 in nixpkgs due to too many
  notable regressions. Enabling people to test latest master may help on
  that end.

* This uses the most bleeding-edge Nix, but our packaging, so we can
  identify issues with our packaging early.

* From what I've seen, most people are using the packages from nixpkgs
  anyways instead of the upstream flake, this is far more convenient
  anyways.

My plan is to update this once a week. Right now we rely on the
`installCheckPhase` here, but as soon as we have proper regression
testing[2], we may want to add `nixUnstable` there as well (however with
failures being allowed probably).

[1] https://discourse.nixos.org/t/nix-release-schedule-and-roadmap/14204
[2] https://github.com/NixOS/nixpkgs/pull/304332
2024-04-28 21:59:04 +02:00
Alyssa Ross
58d369dbaa
pkg: 1.21.0 -> 1.21.2 2024-04-28 20:10:09 +02:00
github-actions[bot]
69117017f0
Merge master into staging-next 2024-04-28 18:01:03 +00:00
Maximilian Bosch
bb0ac7022f
Merge pull request #296709 from PerchunPak/nix-update-patch-versions
nixVersions.nix_2_{3,20}: update patch versions
2024-04-28 17:05:20 +00:00
natsukium
e6acfe0e13
pdm: unpin resolvelib 2024-04-29 01:46:18 +09:00
Jan Tojnar
1b2ebb8fbb Merge branch 'master' into staging-next 2024-04-28 17:33:27 +02:00
Frederik Rietdijk
5772ac5a75 Removing FRidh as active maintainer of packages
In the past I was very active with Python packaging.
For several years now I was hardly around as maintainer,
so it does not make sense I am listed as a maintainer for
these makes. Looking back, I should have removed myself
as maintainer already much longer ago. Anyway, better late
than never.

It's been a fun ride, and  I do intend to occasionally contribute
to Nixpkgs, but not in the same way it once was.
2024-04-28 12:20:07 +02:00
natsukium
b5c1c7efd2
pdm: 2.13.2 -> 2.15.1
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.15.1
2024-04-28 13:00:28 +09:00
Weijia Wang
bab247f2bb Merge branch 'master' into staging-next 2024-04-28 05:11:43 +02:00
OTABI Tomoya
062776a815
Merge pull request #303871 from maxbrunet/fix/pdm/completions
pdm: fix shell completions
2024-04-28 11:07:40 +09:00
PerchunPak
5cf4ffb6b4
nixVersions.nix_2_20: 2.20.5 -> 2.20.6
Changes: https://github.com/NixOS/nix/compare/2.20.5...2.20.6
2024-04-27 14:58:11 +02:00
PerchunPak
cbb8cd19a0
nixVersions.nix_2_3: 2.3.17 -> 2.3.18
Changes: https://github.com/NixOS/nix/compare/2.3.17...2.3.18
2024-04-27 14:36:22 +02:00
Weijia Wang
160dff0bae Merge branch 'master' into staging-next 2024-04-27 10:30:24 +02:00
Maximilian Bosch
d85b579a84
nixVersions.nix_2_{10..17}: remove
Those are not maintained anymore by upstream Nix[1]. In fact, Nix
intends to only maintain

> * The latest release
> * The version used in the stable NixOS release, which is announced in the NixOS release notes.

Given that security issues and regressions happen, for instance latest
2.17 unconditionally rejects leading dots in store-paths, a regression
fixed in other Nix versions[2].

I didn't touch

* 2.3 since there's still a rather large user-base and it has a special
  role as the last pre-flakes release.

* 2.19 - 2.22: I'm not really sure what the next stable nix for nixpkgs
  will be and at least 2.19 seems to work relatively well for me.
  Anyways, touching those seems way more controversial than touching
  2.10-2.17, so I'll skip that for now.

[1] https://nixos.org/manual/nix/stable/release-notes/
[2] https://github.com/NixOS/nix/issues/10497
2024-04-27 08:26:51 +02:00
github-actions[bot]
7ac1647abc
Merge master into staging-next 2024-04-26 12:01:18 +00:00
Weijia Wang
18d51c2c5d
Merge pull request #305642 from wegank/lib-version-fix
treewide: fix version in changelog
2024-04-26 10:55:51 +02:00
Maxime Brunet
3f65040107
pdm: fix shell completions 2024-04-25 16:58:27 -07:00
Vladimír Čunát
d157c07324
Merge branch 'master' into staging-next 2024-04-25 20:43:34 +02:00
Janik
74cc329a36
Merge pull request #306702 from marsam/goodbye
maintainers: remove marsam
2024-04-25 13:51:10 +02:00
Pol Dellaiera
b7aebee1de
nixVersions.unstable: 2.21.2 -> 2.22.0
release notes: https://releases.nixos.org/nix/nix-2.22.0/manual/release-notes/rl-2.22.html
2024-04-24 16:16:20 +02:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
github-actions[bot]
0c36ffa13e
Merge master into staging-next 2024-04-23 12:01:30 +00:00
Jörg Thalheim
2d22ed278a nix-eval-jobs: 2.19.4 -> 2.21.0 2024-04-23 10:35:40 +02:00
github-actions[bot]
3e8920f50b
Merge master into staging-next 2024-04-23 00:02:30 +00:00
Peder Bergebakken Sundt
a3a1f7ed58
Merge pull request #294709 from TomaSajt/disnixwebservice
DisnixWebService: make deterministic and clean up
2024-04-23 00:08:02 +02:00
Martin Weinelt
8ffeb8bd24
nixVersions: remove obsolete patch for boehmgc
The patch does not apply anymore since the 8.2.6 bump of boehmgc.
2024-04-22 17:49:13 +02:00
Weijia Wang
58b5b2748f treewide: fix version in changelog 2024-04-21 19:33:05 +02:00
Vladimír Čunát
739cfd4a6f
Merge #303527: staging-next 2024-04-12 2024-04-19 16:30:52 +02:00
Maximilian Bosch
93f92c38ca
Merge pull request #305297 from Aleksanaa/nix-license
nixVersions.nix*: correct license to lgpl21Plus
2024-04-19 13:19:16 +00:00
aleksana
3cdf165a27 nixVersions.nix*: correct license to lgpl21Plus
All Nix versions in Nixpkgs are licensed under LGPL v2.1 or later, see:
https://github.com/NixOS/nix/blob/2.21.2/doc/manual/src/introduction.md#license
(original path) 22d4ea7a98/doc/manual/introduction/about-nix.xml (L261)
2024-04-19 19:55:21 +08:00
github-actions[bot]
d01ca839af
Merge master into staging-next 2024-04-18 12:01:04 +00:00
Sandro
1e7d373d31
Merge pull request #291577 from SuperSandro2000/appimage-run-mainProgram 2024-04-18 11:10:48 +02:00
github-actions[bot]
257e7bee59
Merge master into staging-next 2024-04-14 14:04:38 +00:00
chenkailong_dxm
d9936bc2aa micromamba: 1.5.4 -> 1.5.8 2024-04-12 13:08:41 +08: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
Sandro
cd2c9968cf
Merge pull request #299429 from henrirosten/sbomnix-to-1.6.1 2024-04-09 14:34:04 +02:00
Weijia Wang
3f59355d84 Merge branch 'staging-next' into staging 2024-04-09 08:26:23 +02:00
Henri Rosten
4269d8e8e6 nix-visualize: init at 1.0.5-unstable-2024-01-17
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
2024-04-08 18:14:49 +03:00
Vladimír Čunát
83e8acb86b
apkg: 0.4.1 -> 0.5.0
https://pkg.labs.nic.cz/pages/apkg/news/#apkg-050
2024-04-08 09:56:47 +02:00
Pol Dellaiera
838a95cacd
Merge pull request #302178 from trofi/nixUnstable-update
nixVersions.unstable: 2.21.1 -> 2.21.2
2024-04-07 22:33:42 +02:00
Artturi
bfa4741159
Merge pull request #302307 from Ma27/bump-nix-2.19
nixVersions.nix_2_19: 2.19.3 -> 2.19.4
2024-04-07 21:06:46 +03:00
OTABI Tomoya
8a35fec862
Merge pull request #300953 from natsukium/pdm/update
pdm: 2.12.4 -> 2.13.2; python311Packages.unearth: 0.14.0 -> 0.15.1; python311Packages.pbs-installer: init at 2024.4.1
2024-04-07 22:26:27 +09:00
Maximilian Bosch
38501b2695
nixVersions.nix_2_19: 2.19.3 -> 2.19.4
Changes: https://github.com/NixOS/nix/compare/2.19.3...2.19.4
2024-04-07 12:06:08 +02:00
Sergei Trofimovich
a1f5a8cb76 nixVersions.unstable: 2.21.1 -> 2.21.2
Changes: https://github.com/NixOS/nix/compare/2.21.1...2.21.2
2024-04-06 21:47:50 +01:00
github-actions[bot]
bcc77e0272
Merge staging-next into staging 2024-04-03 12:01:49 +00:00
Weijia Wang
13ef9668e2
Merge pull request #300965 from alyssais/pkg
pkg: 1.20.8 -> 1.21.0
2024-04-03 13:46:37 +02:00
Philip Taron
61990ae11d rpm: gate elfutils on package availability rather than isLinux 2024-04-03 00:10:40 +02:00
Alyssa Ross
851750e5da
pkg: 1.20.8 -> 1.21.0 2024-04-02 16:09:40 +02:00
natsukium
4417ae673d
pdm: update meta.description 2024-04-02 22:31:42 +09:00
natsukium
a579808735
pdm: 2.12.4 -> 2.13.2
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.13.2
2024-04-02 22:30:10 +09:00
Gaetan Lepage
f43061fd5f nix-update: 1.3.0 -> 1.3.1
Diff: https://github.com/Mic92/nix-update/compare/1.3.0...1.3.1

Changelog: https://github.com/Mic92/nix-update/releases/tag/1.3.1
2024-04-02 09:51:42 +02:00
R. Ryantm
e993fc0a7d nfpm: 2.35.3 -> 2.36.1 2024-04-02 00:49:16 +00:00
Weijia Wang
e4306d0c78
Merge pull request #298788 from r-ryantm/auto-update/fortran-fpm
fortran-fpm: 0.10.0 -> 0.10.1
2024-03-30 23:08:32 +01:00
Nick Cao
436903ad25
Merge pull request #299880 from r-ryantm/auto-update/libdnf
libdnf: 0.73.0 -> 0.73.1
2024-03-29 10:39:20 -04:00
R. Ryantm
ceea6634e4 libdnf: 0.73.0 -> 0.73.1 2024-03-29 01:16:34 +00:00
Sergei Trofimovich
d2657c4a3d nixVersions.unstable: 2.21.0 -> 2.21.1
Changes: https://github.com/NixOS/nix/compare/2.21.0...2.21.1
2024-03-28 20:36:12 +00:00
Sandro
55c36ec47f
Merge pull request #295651 from hennk/poetry-plugin-poeblix 2024-03-27 11:21:28 +01:00
Weijia Wang
674181b546
Merge pull request #297298 from r-ryantm/auto-update/poetryPlugins.poetry-plugin-export
poetryPlugins.poetry-plugin-export: 1.7.0 -> 1.7.1
2024-03-26 03:15:31 +01:00
Sebastian Sellmeier
961cd16135
nixpkgs-review: 2.10.3 -> 2.10.4 2024-03-25 21:02:02 +01:00
R. Ryantm
014105ee38 fortran-fpm: 0.10.0 -> 0.10.1 2024-03-25 01:19:25 +00:00
0xAdk
ec10257b78
pacman: fix changelog link 2024-03-23 02:11:53 -07:00
Jörg Thalheim
ab7468eb1d harmonia: 0.7.4 -> 0.7.5 2024-03-21 17:49:27 +01:00
Mario Rodas
317aaa22d5
Merge pull request #297625 from jshcmpbll/jc/nix-update-source-homepage
nix-update-script: add homepage
2024-03-21 08:03:41 -05:00
Joshua Campbell
8083f47bc7 nix-update-script: add homepage 2024-03-20 22:47:24 -07:00
TomaSajt
6ab1bed5eb
DisnixWebService: make deterministic and clean up 2024-03-20 19:43:06 +01:00
R. Ryantm
efa3818249 poetryPlugins.poetry-plugin-export: 1.7.0 -> 1.7.1 2024-03-20 00:06:01 +00:00
github-actions[bot]
a474411771
Merge master into staging-next 2024-03-20 00:02:08 +00:00
Maciej Krüger
fd6871114e
Merge pull request #296922 from GaetanLepage/nix-update
nix-update: 1.2.0 -> 1.3.0
2024-03-19 20:58:43 +01:00
Henning Kiel
6a3ecb0f6a poetryPlugins.poetry-plugin-poeblix: init at 0.10.0 2024-03-19 10:56:34 +01:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
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
github-actions[bot]
7c0bd382c7
Merge master into staging-next 2024-03-19 00:02:09 +00:00
Lily Foster
4e1ac556ab
Merge pull request #296523 from lf-/jade/nix-doc-no-plugin
nix-doc: allow building without plugin
2024-03-18 16:07:52 -07:00
Gaetan Lepage
6cd92ce3b3 nix-update: 1.2.0 -> 1.3.0
Diff: https://github.com/Mic92/nix-update/compare/1.2.0...1.3.0

Changelog: https://github.com/Mic92/nix-update/releases/tag/1.3.0
2024-03-18 16:15:36 +01:00
github-actions[bot]
ac91cf83c1
Merge master into staging-next 2024-03-18 00:02:20 +00:00
Weijia Wang
8904e65ca8
Merge pull request #295903 from r-ryantm/auto-update/dpkg
dpkg: 1.22.4 -> 1.22.5
2024-03-17 22:43:55 +01:00
Yt
3a8eeb4c49
Merge pull request #296670 from PerchunPak/nix-2-16-3
nixVersions.nix_2_16: 2.16.2 -> 2.16.3
2024-03-17 19:03:33 +00:00
PerchunPak
d1885787f6
nixVersions.nix_2_16: 2.16.2 -> 2.16.3 2024-03-17 15:59:49 +01:00
github-actions[bot]
2178d8d857
Merge master into staging-next 2024-03-17 00:02:17 +00:00
Jade Lovelace
ea4eb0d574 nix-doc: allow building without plugin
In certain situations, such as running development builds of Nix that
might break API, it can be undesirable to have a Nix dependency for
nix-doc, and there is still substantial useful functionality (ctags,
search) exposed in its binaries. Thus let's make it possible to turn off
the plugin build.
2024-03-16 16:20:20 -07:00
Nick Cao
2e811a6928
Merge pull request #296462 from r-ryantm/auto-update/poetryPlugins.poetry-plugin-export
poetryPlugins.poetry-plugin-export: 1.6.0 -> 1.7.0
2024-03-16 12:07:35 -07:00
Nick Cao
de93ea3d34
Merge pull request #296137 from r-ryantm/auto-update/dnf5
dnf5: 5.1.14 -> 5.1.15
2024-03-16 11:19:02 -07:00
github-actions[bot]
60fbf92c10
Merge master into staging-next 2024-03-16 18:01:00 +00:00
R. Ryantm
b9b30333db poetryPlugins.poetry-plugin-export: 1.6.0 -> 1.7.0 2024-03-16 16:34:12 +00:00
Mario Rodas
e651fa9e3f
Merge pull request #296289 from r-ryantm/auto-update/comma
comma: 1.7.1 -> 1.8.0
2024-03-16 07:43:28 -05:00
R. Ryantm
e5563aeef8 comma: 1.7.1 -> 1.8.0 2024-03-16 00:31:40 +00:00
github-actions[bot]
7006358e6a
Merge master into staging-next 2024-03-16 00:02:02 +00:00
Pol Dellaiera
d361239141
Merge pull request #295616 from kjeremy/nix-2.18.2
nixVersions.nix_2_18: 2.18.1 -> 2.18.2
2024-03-15 22:22:07 +01:00
R. Ryantm
ab105a4324 dnf5: 5.1.14 -> 5.1.15 2024-03-15 12:33:59 +00:00
R. Ryantm
020f99459b dpkg: 1.22.4 -> 1.22.5 2024-03-14 14:09:18 +00:00
Jeremy Kolb
dedae6a564 nixVersions.nix_2_18: 2.18.1 -> 2.18.2 2024-03-13 10:11:16 -04:00
annalee
8e038835fe
Merge remote-tracking branch 'upstream/master' into staging-next 2024-03-13 00:38:07 +00:00
R. Ryantm
7f40c2f342 libcomps: 0.1.20 -> 0.1.21 2024-03-12 13:07:12 +00:00
github-actions[bot]
0917422ffe
Merge staging-next into staging 2024-03-12 06:01:24 +00:00
github-actions[bot]
fd6d62aa3d
Merge staging-next into staging 2024-03-12 00:02:37 +00:00
Jörg Thalheim
13efa90535 nixVersions.unstable: 2.20 -> 2.21 2024-03-11 22:25:31 +01:00
R. Ryantm
93c6b3e129 apk-tools: 2.14.0 -> 2.14.1 2024-03-11 20:39:45 +01:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx (#292043)
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
Florian Klink
b221192048
Merge pull request #294932 from a-n-n-a-l-e-e/nix_2_3_serial
nixVersions.nix_2_3: disable parallel checking
2024-03-11 12:31:14 +02:00
annalee
d7f6885937
nixVersions.nix_2_3: disable parallel checking 2024-03-11 09:48:16 +00:00
Robert Schütz
1418ffd56e poetryPlugins.poetry-audit-plugin: 0.3.0 -> 0.4.0
Diff: https://github.com/opeco17/poetry-audit-plugin/compare/refs/tags/0.3.0...0.4.0
2024-03-09 14:40:19 -08:00
Sandro Jäckel
9080c3655b
nixVersions.unstable: 2.19 -> 2.20 2024-03-07 22:28:33 +01:00
Sandro Jäckel
cbb540ed73
nixVersions.nix_2_20: init at 2.20.5
Changelog: https://github.com/NixOS/nix/blob/2.20.5/doc/manual/src/release-notes/rl-2.20.md
2024-03-07 22:28:01 +01:00
Robert Hensing
d1046938da
nix/boehmgc-nix: add patch for nix 2.20 2024-03-07 22:26:23 +01:00
Ryan Lahfa
413506a7ca
Merge pull request #294031 from RaitoBezarius/cve-2024-27297
nixVersions.nix_2_{3,18,19}: address CVE-2024-27297
2024-03-07 12:50:45 +01:00
Raito Bezarius
18c338a63a nixVersions.nix*: mark affected versions as vulnerable to CVE-2024-27297
https://www.cve.org/CVERecord?id=CVE-2024-27297
https://github.com/NixOS/nix/security/advisories/GHSA-2ffj-w4mj-pg37
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-07 12:19:29 +01:00
Raito Bezarius
627771c19d nixVersions.nix_2_19: address CVE-2024-27297
https://github.com/NixOS/nix/security/advisories/GHSA-2ffj-w4mj-pg37
https://www.cve.org/CVERecord?id=CVE-2024-27297
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-07 12:19:29 +01:00
Raito Bezarius
a5b2c71401 nixVersions.nix_2_18: address CVE-2024-27297
https://github.com/NixOS/nix/security/advisories/GHSA-2ffj-w4mj-pg37
https://www.cve.org/CVERecord?id=CVE-2024-27297
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-07 12:19:24 +01:00
Weijia Wang
31c8d553de
Merge pull request #287315 from r-ryantm/auto-update/dpkg
dpkg: 1.22.1 -> 1.22.4
2024-03-07 09:49:03 +01:00
Weijia Wang
65d1a90131
Merge pull request #291524 from r-ryantm/auto-update/pdm
pdm: 2.12.3 -> 2.12.4
2024-03-07 07:44:55 +01:00
Weijia Wang
af03921131
Merge pull request #290930 from r-ryantm/auto-update/protontricks
protontricks: 1.11.0 -> 1.11.1
2024-03-06 22:26:01 +01:00
Paul Meyer
a79a90b113
Merge pull request #293524 from r-ryantm/auto-update/dnf5
dnf5: 5.1.13 -> 5.1.14
2024-03-05 20:34:18 +01:00
Pol Dellaiera
3cbf4fdc09
Merge pull request #293214 from SamLukeYes/pacman
pacman: 6.0.2 -> 6.1.0
2024-03-05 18:15:05 +01:00
SamLukeYes
8195cd8227
pacman: 6.0.2 -> 6.1.0 2024-03-06 00:39:26 +08:00
Raito Bezarius
11a23deee2 nixVersions.nix_2_3: address CVE-2024-27297
https://github.com/NixOS/nix/security/advisories/GHSA-2ffj-w4mj-pg37
https://www.cve.org/CVERecord?id=CVE-2024-27297
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-05 16:48:21 +01:00
R. Ryantm
91089a327c dnf5: 5.1.13 -> 5.1.14 2024-03-05 15:29:21 +00:00
Robert Schütz
a11e884491 poetry: 1.8.1 -> 1.8.2
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.8.1...1.8.2

Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.8.2/CHANGELOG.md
2024-03-03 11:47:44 -08:00
Sergey
91cbabe994
deploy-rs: unstable-2023-12-20 -> unstable-2024-02-16 2024-03-02 21:04:02 +00:00
R. Ryantm
507bfd5f0a dpkg: 1.22.1 -> 1.22.4 2024-03-01 02:34:43 +00:00
Thiago Kenji Okada
23007e87a0
Merge pull request #291629 from atorres1985-contrib/home-manager
home-manager: 0-unstable-2024-02-20 -> 0-unstable-2024-02-24
2024-02-29 15:32:16 +00:00
Robert Schütz
1af5d02c67
Merge pull request #291404 from dotlambda/poetry-1.8.0
poetry: 1.7.1 -> 1.8.1
2024-02-28 16:42:46 +00:00
Robert Schütz
9f269d495c poetry: 1.7.1 -> 1.8.1
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.7.1...1.8.1

Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.8.1/CHANGELOG.md
2024-02-27 16:58:52 -08:00
OTABI Tomoya
dd4ea85833
Merge pull request #290301 from r-ryantm/auto-update/dnf5
dnf5: 5.1.12 -> 5.1.13
2024-02-27 11:13:43 +09:00
Anderson Torres
f3f12bd7b9 home-manager: migrate to by-name 2024-02-26 15:18:13 -03:00
Sandro Jäckel
f6ba649ddc
appimage-run: set meta.mainProgram 2024-02-26 14:35:27 +01:00
R. Ryantm
b3c3242d2e pdm: 2.12.3 -> 2.12.4 2024-02-26 08:38:46 +00:00
Maximilian Bosch
047d6e0a2f
Merge pull request #289967 from fgaz/nix/riscv-enable-docs
nix: Revert "disable documentation on risc-v"
2024-02-24 16:36:39 +01:00
R. Ryantm
63279fb2b0 protontricks: 1.11.0 -> 1.11.1 2024-02-23 17:06:12 +00:00
Sandro
e5b4f3fb76
Merge pull request #288460 from maxbrunet/feat/pdm/shell-completion 2024-02-22 21:10:56 +01:00
R. Ryantm
94537b8348 home-manager: unstable-2024-02-15 -> unstable-2024-02-20 2024-02-21 18:51:40 +00:00
R. Ryantm
c1e8f0b5cb dnf5: 5.1.12 -> 5.1.13 2024-02-20 23:13:51 +00:00
Gaetan Lepage
9ee9be8c16 nix-update: 1.0.0 -> 1.2.0
Diff: https://github.com/Mic92/nix-update/compare/1.0.0...1.2.0

Changelog: https://github.com/Mic92/nix-update/releases/tag/1.2.0
2024-02-19 15:49:30 +01:00
Francesco Gazzetta
e9e2111b28 nix: Revert "disable documentation on risc-v"
This reverts commit 95c77f3af9.

rustc now uses LLVM 17 which includes the bugfix this was blocked on.
2024-02-19 15:13:29 +01:00
R. Ryantm
3ff4ce2eb8 home-manager: unstable-2024-02-14 -> unstable-2024-02-15 2024-02-18 07:22:17 +00:00
Maxime Brunet
deed69c590
pdm: install shell completion 2024-02-17 11:59:16 -08:00
R. Ryantm
c593647259 home-manager: unstable-2024-02-11 -> unstable-2024-02-14 2024-02-15 01:33:30 +00:00
Nick Cao
3edaf54fb8
Merge pull request #288024 from r-ryantm/auto-update/home-manager
home-manager: unstable-2024-02-06 -> unstable-2024-02-11
2024-02-11 10:24:12 -05:00
R. Ryantm
f33867beac emplace: 1.5.2 -> 1.5.3 2024-02-11 14:17:10 +00:00
R. Ryantm
8f5f180f99 home-manager: unstable-2024-02-06 -> unstable-2024-02-11 2024-02-11 12:33:29 +00:00
maxine
96f4d73241
Merge pull request #287461 from katexochen/dnf5/5-1-12
dnf5: 5.1.10 -> 5.1.12
2024-02-09 22:05:25 +01:00
Paul Meyer
67c8dd7508 dnf5: 5.1.10 -> 5.1.12 2024-02-09 11:31:50 +01:00
github-actions[bot]
488d4a827f
Merge master into staging-next 2024-02-09 06:01:01 +00:00
Paul Meyer
f150b74926 libdnf: 0.72.0 -> 0.73.0 2024-02-08 16:13:31 +01:00
github-actions[bot]
296d2f6991
Merge master into staging-next 2024-02-07 18:00:58 +00:00
Nick Cao
c2f47ee5af
Merge pull request #286981 from r-ryantm/auto-update/emplace
emplace: 1.5.1 -> 1.5.2
2024-02-07 08:55:47 -05:00
R. Ryantm
9ddf764b40 emplace: 1.5.1 -> 1.5.2 2024-02-07 12:07:44 +00:00
R. Ryantm
f1d3bd6991 home-manager: unstable-2024-02-03 -> unstable-2024-02-06 2024-02-07 10:47:22 +00:00
github-actions[bot]
966fd30804
Merge master into staging-next 2024-02-07 06:01:02 +00:00
Ryan Lahfa
d3cca6ccea
Merge pull request #286774 from Ma27/nix-maintenance
nix: add myself (ma27) as maintainer & codeowner
2024-02-07 01:03:31 +01:00
Maximilian Bosch
cde314b0c6
nix: add myself (ma27) as maintainer & codeowner
As discussed with RaitoBezarius on FOSDEM, I'm happy to assist in
maintaining the Nix packages of NixPkgs.
2024-02-06 17:55:21 +01:00
github-actions[bot]
0f22335f7d
Merge master into staging-next 2024-02-05 06:01:04 +00:00
kirillrdy
caaa83bad9
Merge pull request #286218 from lf-/jade/update-nix-doc
nix-doc: 0.6.4 -> 0.6.5
2024-02-05 11:09:12 +11:00
github-actions[bot]
42e44c0583
Merge master into staging-next 2024-02-05 00:02:17 +00:00
Weijia Wang
b2f3f54cee
Merge pull request #284436 from r-ryantm/auto-update/opkg
opkg: 0.6.2 -> 0.6.3
2024-02-04 19:58:02 +01:00
github-actions[bot]
145a9cb679
Merge master into staging-next 2024-02-04 18:01:14 +00:00
Nick Cao
ae8db48d9d
Merge pull request #286192 from r-ryantm/auto-update/home-manager
home-manager: unstable-2024-01-28 -> unstable-2024-02-03
2024-02-04 09:48:02 -05:00
Jade Lovelace
3c5e44162a nix-doc: 0.6.4 -> 0.6.5
Update nix-doc to be API compatible with Nix 2.20 when that is released.

cc https://github.com/NixOS/nixpkgs/pull/285264
2024-02-03 21:36:19 -08:00
R. Ryantm
a3b49a14a0 emplace: 1.4.3 -> 1.5.1 2024-02-04 02:42:11 +00:00
R. Ryantm
14f1974b36 home-manager: unstable-2024-01-28 -> unstable-2024-02-03 2024-02-04 01:15:35 +00:00
github-actions[bot]
381e01e471
Merge staging-next into staging 2024-02-01 18:01:21 +00:00
Nick Cao
46c3e9dfd1
Merge pull request #285547 from r-ryantm/auto-update/pdm
pdm: 2.12.2 -> 2.12.3
2024-02-01 09:45:19 -05:00
Nick Cao
b4d02f031b
Merge pull request #285430 from r-ryantm/auto-update/emplace
emplace: 1.4.2 -> 1.4.3
2024-02-01 09:15:50 -05:00
R. Ryantm
22cb1dbf44 pdm: 2.12.2 -> 2.12.3 2024-02-01 13:26:58 +00:00
Martin Weinelt
27fa02d0f1
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
-	pkgs/development/compilers/llvm/10/clang/default.nix
- pkgs/development/compilers/llvm/8/clang/default.nix
2024-02-01 12:25:11 +01:00
Mario Rodas
ce33e3ec6d
Merge pull request #285415 from r-ryantm/auto-update/nfpm
nfpm: 2.35.2 -> 2.35.3
2024-01-31 23:44:28 -05:00
R. Ryantm
0bacbd559f emplace: 1.4.2 -> 1.4.3 2024-02-01 04:35:47 +00:00
R. Ryantm
9bcd9d0fe8 nfpm: 2.35.2 -> 2.35.3 2024-02-01 03:57:51 +00:00
Nick Cao
d4dffc30b4
Merge pull request #284777 from chewblacka/update-apx
apx: 2.3.0 -> 2.4.0
2024-01-31 08:17:49 -05:00
Sandro
4a70bf9d73
Merge pull request #268486 from panicgh/boehmgc 2024-01-31 13:46:14 +01:00
John Garcia
70e1c722cd apx: 2.3.0 -> 2.4.0 2024-01-31 08:46:56 +00:00
Thomas Gerbet
898c3061fe
Merge pull request #279253 from risicle/ris-packagekit-1.2.8
packagekit: 1.2.5.1pre -> 1.2.8
2024-01-30 23:37:46 +01:00