3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

369565 commits

Author SHA1 Message Date
Mario Rodas a837d70cac python310Packages.mlflow: 1.25.0 -> 1.25.1
https://github.com/mlflow/mlflow/releases/tag/v1.25.1
2022-04-14 04:20:00 +00:00
Mario Rodas acbf5c2030 ncspot: 0.9.5 -> 0.9.7
https://github.com/hrkfdn/ncspot/releases/tag/v0.9.6
https://github.com/hrkfdn/ncspot/releases/tag/v0.9.7
2022-04-14 04:20:00 +00:00
R. Ryantm 7c63c5914d gitRepo: 2.22 -> 2.23 2022-04-14 03:39:09 +00:00
R. Ryantm b6f2d3588c git-machete: 3.7.2 -> 3.8.0 2022-04-14 03:33:41 +00:00
Nick Cao b6b2d22736
wayland-utils: add pkg-config to depsBuildBuild 2022-04-14 11:09:25 +08:00
Victor Freire 1a0addc799 aerc: 0.8.2 -> 0.9.0 2022-04-13 23:30:07 -03:00
Bobby Rong dc44abca65
gnome-connections: 42.1.1 → 42.1.2
https://gitlab.gnome.org/GNOME/connections/-/compare/42.1.1...42.1.2
2022-04-14 10:20:08 +08:00
R. Ryantm 76f8d7f751
gtk-frdp: unstable-2022-04-07 → unstable-2022-04-11
70cd7598cb...d7f408fb23
2022-04-14 10:18:57 +08:00
Franz Pletz dfc7a39803
Merge pull request #168536 from thequux/add-sctp-support-to-iperf3
iperf3: Add support for SCTP
2022-04-14 03:52:35 +02:00
R. Ryantm d2b6c105b7 bottles: 2022.3.28-trento-1 -> 2022.4.14-trento 2022-04-14 01:31:38 +00:00
Justin Restivo 569f8c87c0 bore-cli: init at 0.2.1 2022-04-13 20:57:52 -04:00
R. Ryantm ae6932e7b9 elan: 1.3.1 -> 1.4.0 2022-04-13 20:56:11 -04:00
R. Ryantm 8ceeec3f8d cargo-tally: 1.0.2 -> 1.0.4 2022-04-13 20:55:56 -04:00
R. Ryantm 16710ae6de esbuild: 0.14.32 -> 0.14.34 2022-04-13 20:55:34 -04:00
Robert Schütz 42e4eb3747 libdeltachat: 1.76.0 -> 1.77.0
https://github.com/deltachat/deltachat-core-rust/blob/1.77.0/CHANGELOG.md
2022-04-13 20:53:25 -04:00
happysalada b2070af53e starship: use unstable to fix darwin 2022-04-13 20:52:48 -04:00
Martin Weinelt 5c7148bd9f
Merge pull request #168492 from mweinelt/cpython311-darwin-tcl-tk 2022-04-14 02:52:10 +02:00
R. Ryantm 095da8fd9d
gnome.swell-foop: 41.0.1 → 41.1
https://gitlab.gnome.org/GNOME/swell-foop/-/compare/41.0.1...41.1
2022-04-14 08:50:18 +08:00
Ben Siraphob a0e87c6967
Merge pull request #168548 from jonringer/fix-chicken-darwin
chicken: disable tests for darwin
2022-04-14 00:41:55 +00:00
techknowlogick 5ddc4f5f16 consul: 1.11.4 -> 1.11.5 2022-04-13 20:31:51 -04:00
zowoq cfab91ebeb talosctl: 1.0.1 -> 1.0.2
https://github.com/siderolabs/talos/releases/tag/v1.0.2
2022-04-14 10:18:04 +10:00
Jean-François Roche e10c716ece dagger: init at 0.2.6
Add dagger package
2022-04-14 09:59:23 +10:00
Malo Bourgon 8288609ff4 python3Packages.libcst: fix build on darwin 2022-04-13 16:56:38 -07:00
Astro d7bd0d2fd7 frogatto: unstable-2021-05-24 -> unstable-2022-04-13 2022-04-14 01:42:17 +02:00
Ryan Mulligan 98f670e966
Merge pull request #168054 from r-ryantm/auto-update/telepresence2
telepresence2: 2.4.10 -> 2.5.4
2022-04-13 16:37:16 -07:00
Martin Weinelt 66beaa9225
cpython: update patches for 3.11a7 on darwin 2022-04-14 01:33:33 +02:00
Ryan Mulligan 1477a5e043
Merge pull request #168305 from r-ryantm/auto-update/calamares
calamares: 3.2.54 -> 3.2.55
2022-04-13 16:26:41 -07:00
Yureka c94363142d kaidan: add missing dependency 2022-04-14 01:15:27 +02:00
Alex Wied 5874035621 zcash: 4.6.0-1 -> 4.6.0-2 2022-04-13 19:04:36 -04:00
Uri Baghin af6b1e725b
Merge pull request #168476 from betaboon/update-bazel_5-5.1.1
bazel_5: 5.0.0 -> 5.1.1
2022-04-14 08:58:24 +10:00
Michael Weiss 15623bcb65
chromium{Beta,Dev}: Fix a build error by disabling PGO
This fixes build errors like this:
error: Could not read profile ../../chrome/build/pgo_profiles/chrome-linux-4951-1649181099-528ef6669805f2d3db6f3ad7429cfa57a6078271.profdata: unsupported instrumentation profile format version

We already package the most recent stable LLVM version for Chromium but Google
relies on unreleased (Git) versions (thanks...). This isn't ideal but I
don't have the time to package yet another LLVM version so it'll have to
cut it for now.

See build/config/compiler/pgo/pgo.gni:
- 0 : Means that PGO is turned off.
- 1 : Used during the PGI (instrumentation) phase.
- 2 : Used during the PGO (optimization) phase.

With is_official_build the default is chrome_pgo_phase = 2.
2022-04-14 00:08:47 +02:00
Janne Heß aeb75b3b69
nixos/stage-1-systemd: Implement hibernation + test 2022-04-13 23:02:13 +01:00
Janne Heß ffb320378b
nixos/stage-1-systemd: Fix booting grub tests 2022-04-13 23:02:10 +01:00
Janne Heß 2633e82e1a
nixos/stage-1-systemd: Add LVM2 support 2022-04-13 23:00:19 +01:00
Naïm Favier 6826bc67ff gh: 2.7.0 -> 2.8.0
https://github.com/cli/cli/releases/tag/v2.8.0
2022-04-14 07:40:00 +10:00
R. Ryantm 426d2c8e9d python310Packages.pytest-astropy: 0.9.0 -> 0.10.0 2022-04-13 21:32:58 +00:00
Jonathan Ringer 62b81e9edb chicken: disable tests for darwin
Test suite assumes access to the `hostname` command, and a few
other gnu coreutil assumptions, not compatible with darwin.

Enable doInstallCheck to compensate
2022-04-13 14:31:30 -07:00
Will Cohen a88af94894 qt5, libsForQt5: 5.12 -> 5.14 on darwin 2022-04-13 17:18:24 -04:00
Will Cohen c55f61061e libsForQt5.qt5.qtserialbus: enable for qt 5.14 2022-04-13 17:18:24 -04:00
Fabian Affolter 415c752183 python3Packages.policy-sentry: 0.12.2 -> 0.12.3 2022-04-13 23:02:53 +02:00
Fabian Affolter e8062bc60c htmltest: 0.15.0 -> 0.16.0 2022-04-13 22:57:29 +02:00
Fabian Affolter 99e30a2475 python3Packages.elkm1-lib: 1.2.2 -> 1.3.1 2022-04-13 22:52:27 +02:00
Fabian Affolter e9fa89dd82 pyupgrade: 2.31.1 -> 2.32.0 2022-04-13 22:42:47 +02:00
Fabian Affolter bd836a8a29 python3Packages.aioshelly: 1.0.11 -> 2.0.0 2022-04-13 22:38:22 +02:00
Reed cc222b4fea bluej: fix gsettings schemas 2022-04-13 23:36:28 +03:00
Ryan Mulligan 6ddcd831fa
Merge pull request #167981 from r-ryantm/auto-update/openai
openai: 0.16.0 -> 0.18.0
2022-04-13 13:30:53 -07:00
Michael Weiss 84dbfa8f97
llvmPackages_14: 14.0.0 -> 14.0.1 2022-04-13 22:30:31 +02:00
Yannis Koutras db6fa81457
Merge pull request #163241 from r-ryantm/auto-update/celluloid
celluloid: 0.22 -> 0.23
2022-04-13 22:28:37 +02:00
TQ Hirsch 7ce4bc7ef2 iperf3: Add support for SCTP
Iperf3 can also benchmark SCTP when it has access to netinet/sctp.h, which is part of lksctp-tools
2022-04-13 22:15:41 +02:00
Bernardo Meurer 8b1e1d698c
Merge pull request #168499 from mweinelt/lollypop
lollypop: 1.4.26 -> 1.4.31
2022-04-13 13:05:18 -07:00