1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00
Commit graph

478932 commits

Author SHA1 Message Date
Maximilian Bosch 7acc90142c
Merge pull request #228351 from 1000101/tor-browser-fix
tor-browser-bundle-bin: fix $HOME trailing backslash
2023-04-28 22:58:22 +02:00
Sergei Trofimovich fb14b7846c cvise: 2.7.0 -> 2.8.0
Mainly llvm-16 support and early phase reduction speedup.

Changes: https://github.com/marxin/cvise/releases/tag/v2.8.0
2023-04-28 21:56:08 +01:00
Fabian Affolter 77b2cd73cf python310Packages.bthome-ble: 2.9.0 -> 2.10.1
Diff: https://github.com/Bluetooth-Devices/bthome-ble/compare/refs/tags/v2.9.0...v2.10.1

Changelog: https://github.com/bluetooth-devices/bthome-ble/blob/v2.10.1/CHANGELOG.md
2023-04-28 22:54:02 +02:00
Fabian Affolter f480da3ba0 checkov: 2.3.202 -> 2.3.205
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.202...2.3.205

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.205
2023-04-28 22:50:41 +02:00
Fabian Affolter 2fcc80515b python310Packages.hahomematic: 2023.4.4 -> 2023.4.5
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.4.4...2023.4.5

Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.4.5
2023-04-28 22:49:12 +02:00
Fabian Affolter ea065ff372 python310Packages.dtschema: 2022.12 -> 2023.04
Diff: https://github.com/devicetree-org/dt-schema/compare/refs/tags/v2022.12...v2023.04

Changelog: https://github.com/devicetree-org/dt-schema/releases/tag/v2023.04
2023-04-28 22:47:44 +02:00
Maximilian Bosch 3622ea9b3c
Merge pull request #228691 from SuperSandro2000/gitea
gitea: 1.19.1 -> 1.19.2
2023-04-28 22:43:42 +02:00
Artturi 469dabb5bc
Merge pull request #227793 from nomeata/googeearth-closure 2023-04-28 23:39:44 +03:00
Weijia Wang a8ccd0ae26
Merge pull request #228780 from Aleksanaa/master
chromium: fix gtk4 schema paths
2023-04-28 23:26:58 +03:00
Fabian Affolter de2da79e22 python310Packages.sonos-websocket: init at 0.1.0 2023-04-28 22:24:59 +02:00
figsoda 71d1118bd4 onefetch: 2.17.0 -> 2.17.1
Diff: https://github.com/o2sh/onefetch/compare/2.17.0...2.17.1

Changelog: https://github.com/o2sh/onefetch/blob/v2.17.1/CHANGELOG.md
2023-04-28 16:24:26 -04:00
Martin Weinelt 17b00c9e55
Merge pull request #228739 from mweinelt/firefox-mozbz1830040
buildMozillaMach: Apply musl compat patch up to 114.0
2023-04-28 22:14:33 +02:00
Maximilian Bosch 4657c27755
Merge pull request #225293 from szaffarano/chore/bump-buku
buku: 4.7 -> 4.8
2023-04-28 22:08:06 +02:00
Damien Cassou e22727d2c0
Merge pull request #228724 from DamienCassou/iosevka-comfy-1.2.0 2023-04-28 22:05:32 +02:00
Elis Hirwing 023e90f653
Merge pull request #228776 from r-ryantm/auto-update/php80Extensions.swoole
php80Extensions.swoole: 5.0.1 -> 5.0.3
2023-04-28 22:02:41 +02:00
Fabian Affolter 2737d0fe16 python310Packages.py-synologydsm-api: 2.2.0 -> 2.3.0
Diff: https://github.com/mib1185/py-synologydsm-api/compare/refs/tags/v2.2.0...v2.3.0

Changelog: https://github.com/mib1185/py-synologydsm-api/releases/tag/v2.3.0
2023-04-28 21:58:25 +02:00
Weijia Wang 8fcab98a40
Merge pull request #228633 from NixOS/revert-226351-pr/root7
Revert "root: enable root7"
2023-04-28 22:56:05 +03:00
Weijia Wang b19fb81fed
Merge pull request #228727 from wegank/audacity-bump
audacity: 3.3.0 -> 3.3.1
2023-04-28 22:55:24 +03:00
R. Ryantm 968a459d07 gitoxide: 0.22.1 -> 0.23.0 2023-04-28 19:51:59 +00:00
Weijia Wang 670fc54922 apfs-fuse: add darwin support 2023-04-28 22:46:51 +03:00
Joachim Breitner dc97d2c264 googleearth-pro: Avoid dragging in stdenv
I noticed that my system closure contained duplicate of various
packages, and traced it back to `googleearth-pro`. It included a
`env-vars` file created by `stdenv` which pulled in lots of build tools,
and it seems it was copied in `installPhase` by accident.
By only copying the directories from the upstream package, the number of paths
in the closure is reduced noticably:

```diff
~/build/nixpkgs $ diff -u <(nix-store --query -R result-before|wc -l) <(nix-store --query -R result|wc -l)
--- /dev/fd/63	2023-04-23 14:31:22.653577750 +0200
+++ /dev/fd/62	2023-04-23 14:31:22.654577714 +0200
@@ -1 +1 @@
-396
+256
$ du -sch $(nix-store -qR result-before) | grep total
1.5G    total
$ du -sch $(nix-store -qR result) | grep total
894M    total
```
2023-04-28 22:46:34 +03:00
Bernardo Meurer 73832d7f69
Merge pull request #228765 from StepBroBD/raycast 2023-04-28 12:45:55 -07:00
aleksana 23caee0f0a chromium: fix gtk4 schema paths 2023-04-29 03:42:59 +08:00
Martin Weinelt 9ebb469697
nixosTests.home-assistant: Test more components 2023-04-28 21:37:52 +02:00
Martin Weinelt d5edd07a01
python310Packages.aioesphomeapi: Propagate protobuf dev output
Required for aioesphomeapi to be usable in makePythonPath.
2023-04-28 21:37:47 +02:00
Sandro cd975dc76a
Merge pull request #226211 from SuperSandro2000/ledfx 2023-04-28 21:37:24 +02:00
Sandro b36139a93f
Merge pull request #225365 from SuperSandro2000/gobuildmodule-homepage 2023-04-28 21:37:01 +02:00
Weijia Wang e827e6e7b4 jprofiler: 13.0.2 -> 13.0.6 2023-04-28 22:36:33 +03:00
Sandro 437a1d0367
Merge pull request #228321 from SuperSandro2000/hound 2023-04-28 21:34:39 +02:00
Weijia Wang ab4d4f6fd5 jprofiler: darwin: 11.1.4 -> 13.0.2 2023-04-28 22:25:30 +03:00
Luflosi 046cbe3c60
python3Packages.sphinx-inline-tabs: 2022.01.02.beta11 -> 2023.04.21
https://github.com/pradyunsg/sphinx-inline-tabs/releases/tag/2023.04.21
2023-04-28 21:22:50 +02:00
R. Ryantm 741eb276a8 php80Extensions.swoole: 5.0.1 -> 5.0.3 2023-04-28 19:13:00 +00:00
R. Ryantm e5e928d2be oh-my-posh: 14.27.0 -> 15.4.0 2023-04-28 19:05:43 +00:00
K900 f518d3b6cf
Merge pull request #228771 from K900/tempo-2.1.1
tempo: 2.1.0 -> 2.1.1
2023-04-28 21:51:04 +03:00
K900 a38198b299 tempo: 2.1.0 -> 2.1.1
Diff: https://github.com/grafana/tempo/compare/v2.1.0...v2.1.1
2023-04-28 21:50:23 +03:00
R. Ryantm f73c3cca56 infracost: 0.10.20 -> 0.10.21 2023-04-28 18:47:46 +00:00
Martin Weinelt 365041415b
buildMozillaMach: Apply musl compat patch up to 114.0
A slightly modified version landed in 114.0a1.

Related: mozbz#1830040
2023-04-28 20:28:54 +02:00
R. Ryantm 4cc306b6e3 rke: 1.4.4 -> 1.4.5 2023-04-28 18:23:56 +00:00
Dominik Ritter e24518ef59 jetbrains: 2023.1 -> 2023.1.2 2023-04-28 20:21:13 +02:00
Ilan Joselevich 33dfdf8203
Merge pull request #228737 from figsoda/nix-update
nix-update: 0.17.1 -> 0.17.2
2023-04-28 21:11:01 +03:00
Bjørn Forsman 82ef0bb184 taskjuggler: 3.6.0 -> 3.7.2
Made with
`nix-shell maintainers/scripts/update.nix --argstr package taskjuggler`.
2023-04-28 20:05:46 +02:00
R. Ryantm c36f0feabc python311Packages.skl2onnx: 1.13 -> 1.14.0 2023-04-28 18:04:25 +00:00
StepBroBD 0fc5fdce84
raycast: 1.49.3 -> 1.50.0 2023-04-28 12:04:19 -06:00
K900 ebe9d3cf26
Merge pull request #228760 from K900/path-of-building-2.29
path-of-building: 2.28.0 -> 2.29.0
2023-04-28 20:52:58 +03:00
K900 7533611de9
Merge pull request #228583 from helsinki-systems/upd/loki
grafana-loki: 2.8.0 -> 2.8.1
2023-04-28 20:33:14 +03:00
Matthias Beyer eaf8bd44d0
cargo-llvm-cov: 0.5.18 -> 0.5.19
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-04-28 19:27:21 +02:00
Matthias Beyer fa2d0aed97
cargo-llvm-cov: 0.5.17 -> 0.5.18
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-04-28 19:24:46 +02:00
K900 7e6b335400 path-of-building: 2.28.0 -> 2.29.0 2023-04-28 20:23:31 +03:00
Luflosi 43a0f4801e
can-utils: 20170830 -> 2023.03
https://github.com/linux-can/can-utils/releases/tag/v2023.03
2023-04-28 19:13:01 +02:00
Luflosi cdc53e9ab6
can-utils: add Luflosi as maintainer 2023-04-28 19:13:00 +02:00