Commit Graph
671251 Commits
Author SHA1 Message Date
Jörg ThalheimandGitHub 320cb211d8 Merge pull request #336260 from Mic92/nix-perl
nix-perl: fix build for 2.24
2024-08-23 09:47:52 +02:00
Jörg ThalheimandGitHub 3cbd8075ed Merge pull request #336259 from Mic92/attic-client
attic-client: 0-unstable-2024-08-01 -> 0-unstable-2024-08-19
2024-08-23 09:46:42 +02:00
Marc Jakobi 25628691a0 luaPackages.tree-sitter-norg: update + unbreak on darwin 2024-08-23 09:33:10 +02:00
R. RyantmandPeter Hoeg fc0f323d8c dxx-rebirth: 0-unstable-2024-01-13 -> 0.60.0-beta2-unstable-2024-08-11 2024-08-23 09:26:14 +02:00
Fabian Affolter 6ff6b31721 sqlfluff: 3.1.0 -> 3.1.1
Diff: https://github.com/sqlfluff/sqlfluff/compare/refs/tags/3.1.0...3.1.1

Changelog: https://github.com/sqlfluff/sqlfluff/blob/3.1.1/CHANGELOG.md
2024-08-23 09:16:24 +02:00
R. Ryantm 4d277b2183 eigenlayer: 0.10.0 -> 0.10.2 2024-08-23 07:13:19 +00:00
Doron BeharandGitHub 7df0e614a2 Merge pull request #336656 from r-ryantm/auto-update/balena-cli
balena-cli: 18.2.34 -> 19.0.0
2024-08-23 07:02:50 +00:00
K900andGitHub 8227d33e64 Merge pull request #336548 from K900/kde-gear-24.08
KDE Gear 24.08
2024-08-23 09:56:25 +03:00
Fabian Affolter de1555c8bf python312Packages.iso4217: refactor
- update data source
2024-08-23 08:56:11 +02:00
Fabian Affolter bfc9cdc0ef python312Packages.iso4217: 1.11 -> 1.12
Diff: https://github.com/dahlia/iso4217/compare/1.11...1.12
2024-08-23 08:52:52 +02:00
Fabian Affolter 290313026e python312Packages.meshtastic: 2.3.15 -> 2.4.0
Diff: https://github.com/meshtastic/Meshtastic-python/compare/refs/tags/2.3.15...2.4.0

Changelog: https://github.com/meshtastic/python/releases/tag/2.4.0
2024-08-23 08:52:12 +02:00
Fabian Affolter 9bc162997f python311Packages.angr: 9.2.115 -> 9.2.116
Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.115...v9.2.116
2024-08-23 08:51:05 +02:00
Pol DellaieraandGitHub ae815cee91 Merge pull request #332797 from malob/update-openai
python312Packages.openai: 1.40.8 -> 1.42.0
2024-08-23 08:49:21 +02:00
Pol DellaieraandGitHub b8fa945629 Merge pull request #336662 from r-ryantm/auto-update/php82Packages.phive
php82Packages.phive: 0.15.2 -> 0.15.3
2024-08-23 08:48:38 +02:00
Fabian Affolter b4479989b9 python312Packages.cle: 9.2.115 -> 9.2.116
Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.116...v9.2.116
2024-08-23 08:48:36 +02:00
Vlad M.andGitHub 24c3a2fe22 Merge pull request #336417 from Seppel3210/update_elan
elan: 3.1.1 -> 3.1.1-unstable-2024-08-02
2024-08-23 09:48:24 +03:00
Fabian Affolter 5267d42868 python312Packages.claripy: 9.2.115 -> 9.2.116
Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.115...v9.2.116
2024-08-23 08:47:32 +02:00
Fabian Affolter 49f8cfc555 python312Packages.pyvex: 9.2.115 -> 9.2.116 2024-08-23 08:46:56 +02:00
Fabian Affolter 14ce3389c4 python312Packages.ailment: 9.2.115 -> 9.2.116
Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.115...v9.2.116
2024-08-23 08:45:31 +02:00
Fabian Affolter 69ad06ba6c python312Packages.archinfo: 9.2.115 -> 9.2.116
Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.115...v9.2.116
2024-08-23 08:45:22 +02:00
Fabian AffolterandGitHub fe43c82fdd Merge pull request #336453 from r-ryantm/auto-update/python312Packages.microsoft-kiota-authentication-azure
python312Packages.microsoft-kiota-authentication-azure: 1.0.0 -> 1.1.0
2024-08-23 08:42:12 +02:00
Paul MeyerandGitHub 8bf1450850 Merge pull request #336612 from LeSuisse/ferdi-drop
ferdi: drop
2024-08-23 08:41:58 +02:00
Fabian AffolterandGitHub da88901ed1 Merge pull request #336678 from r-ryantm/auto-update/python312Packages.yfinance
python312Packages.yfinance: 0.2.41 -> 0.2.42
2024-08-23 08:37:53 +02:00
Adam JosephandFlorian Klink bbb42450c5 default-crate-overrides: proc-macro-crate assumes env::var("CARGO")
Since version 2.0.0, proc-macro-crate has assumed it can exec()
`env::var("CARGO")` in order to run `cargo locate-project`.

This commit adds a crate override to proc-macro-crate which simply writes the
path to buildPlatform.cargo into the proc-macro-crate sources.

This way we don't need to set `env.CARGO` for every build that depends on
proc-macro-crate -- if we do that, the $CARGO environment variable would be
visible to the entire build.  This could potentially lead to incredibly
hard-to-troubleshoot heisenbugs if there is some other crate that expects
`env::var("CARGO")` to exist -- that other crate would mysteriously work only
in projects that use proc-macro-crate but not anywhere else!
2024-08-23 09:36:47 +03:00
Jon SeagerandGitHub 7630d58181 Merge pull request #336618 from LeSuisse/google-chrome-128.0.6613.84 2024-08-23 07:32:41 +01:00
Fabian AffolterandGitHub 9b6d74f5d1 python312Packages.pyeapi: update changelog URL 2024-08-23 08:32:14 +02:00
Fabian AffolterandGitHub ab682c47b2 Merge pull request #336658 from r-ryantm/auto-update/nats-top
nats-top: 0.6.1 -> 0.6.2
2024-08-23 08:30:43 +02:00
Fabian AffolterandGitHub 4d2d57062c Merge pull request #336674 from r-ryantm/auto-update/python312Packages.pyswitchbot
python312Packages.pyswitchbot: 0.48.1 -> 0.48.2
2024-08-23 08:29:43 +02:00
Fabian AffolterandGitHub d31a72ab65 Merge pull request #336669 from r-ryantm/auto-update/python312Packages.pynmeagps
python312Packages.pynmeagps: 1.0.38 -> 1.0.39
2024-08-23 08:29:15 +02:00
Fabian AffolterandGitHub 125a026a33 Merge pull request #336686 from r-ryantm/auto-update/python312Packages.asana
python312Packages.asana: 5.0.8 -> 5.0.9
2024-08-23 08:28:30 +02:00
Fabian AffolterandGitHub 7081728e69 python312Packages.cron-descriptor: add changelog 2024-08-23 08:27:43 +02:00
Fabian Affolter 90c48db853 metasploit: 6.4.22 -> 6.4.23 2024-08-23 08:24:43 +02:00
Tristan RossandGitHub 03a924c330 Merge pull request #334510 from r-ryantm/auto-update/dart
dart: 3.4.4 -> 3.5.1
2024-08-22 23:20:35 -07:00
Fabian Affolter a9b6abebd3 cloudlist: 1.0.9 -> 1.1.0
Diff: https://github.com/projectdiscovery/cloudlist/compare/refs/tags/v1.0.9...v1.1.0

Changelog: https://github.com/projectdiscovery/cloudlist/releases/tag/v1.1.0
2024-08-23 08:18:11 +02:00
R. Ryantm d888bdee8d opengrok: 1.13.19 -> 1.13.20 2024-08-23 05:48:16 +00:00
R. Ryantm d3b2b6e380 yandex-cloud: 0.131.0 -> 0.131.1 2024-08-23 05:46:43 +00:00
Sean Buckley aebb91e709 brave: 1.68.141 -> 1.69.153
https://community.brave.com/t/release-channel-1-69-153/564512
2024-08-23 01:44:03 -04:00
Gaétan LepageandGitHub 29aa6b4774 Merge pull request #336625 from GaetanLepage/zed-update
zed-editor: 0.149.3 -> 0.149.5
2024-08-23 07:37:39 +02:00
R. Ryantm 12bee5d5c6 home-assistant-custom-components.xiaomi_miot: 0.7.19 -> 0.7.20 2024-08-23 04:55:01 +00:00
K900andGitHub 7bc08d0195 Merge pull request #336675 from emilazy/push-wnvwrzlnlunk
[master] haskellPackages.{ffmpeg-light,opencv{,-extra}}: remove overrides
2024-08-23 07:36:37 +03:00
OTABI TomoyaandGitHub eb44f59548 Merge pull request #336561 from greg-hellings/graphrag-0.3.1
python312Packages.graphrag: 0.3.0 -> 0.3.1
2024-08-23 13:25:30 +09:00
OTABI TomoyaandGitHub 0c472c581a Merge pull request #336652 from aksiksi/master
python312Packages.google-cloud-network-connectivity: init at 2.4.5
2024-08-23 13:23:25 +09:00
R. Ryantm 8ae196f7c5 lune: 0.8.7 -> 0.8.8 2024-08-23 04:20:36 +00:00
R. Ryantm 361510d4f2 python312Packages.asana: 5.0.8 -> 5.0.9 2024-08-23 04:07:10 +00:00
R. Ryantm deeb1924bf rojo: 7.4.3 -> 7.4.4 2024-08-23 04:00:05 +00:00
tomberekandGitHub d8603c034f Merge pull request #336555 from tweag/update-pinned-ci-tooling
ci: Update pinned Nixpkgs
2024-08-22 23:55:10 -04:00
R. Ryantm e9fc3f6cb9 skopeo: 1.16.0 -> 1.16.1 2024-08-23 03:27:22 +00:00
R. Ryantm 8fc33b55f1 typos: 1.23.6 -> 1.23.7 2024-08-23 03:25:16 +00:00
Sebastián MancillaandGitHub 606621e190 Merge pull request #331978 from r-ryantm/auto-update/gfal2
gfal2: 2.22.2 -> 2.23.0
2024-08-22 23:20:49 -04:00
R. Ryantm c757d40d08 python312Packages.yfinance: 0.2.41 -> 0.2.42 2024-08-23 03:19:52 +00:00