summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* kzones: 0.5 -> 0.6, use finalAttrsorigin/kzones-0.6K9002023-08-071-10/+14
|
* Merge pull request #246900 from tjni/cx-freezeFrederik Rietdijk2023-08-074-3/+11
|\ | | | | python3.pkgs.cx-freeze: switch to pyproject and rename
| * python310Packages.cx-freeze: rename from cx_FreezeTheodore Ni2023-08-024-2/+3
| |
| * python3.pkgs.cx_Freeze: switch to pyproject buildTheodore Ni2023-08-021-1/+8
| |
* | python3.pkgs.oldest-supported-numpy: init at 2023.8.3 (#247073)Theodore Ni2023-08-072-0/+42
| | | | | | | | | | The main purpose of this package is to be used as a dependency in projects that depend upon it without having to patch their build dependency requirements.
* | Merge pull request #247569 from schuelermine/update/graphviz/8.1.07c6f434c2023-08-071-2/+2
|\ \ | | | | | | graphviz: 8.0.5 -> 8.1.0
| * | graphviz: 8.0.5 -> 8.1.0Anselm Schüler2023-08-061-2/+2
| | |
* | | Merge pull request #247319 from DDoSolitary/patch-netdata-ipcWout Mertens2023-08-074-14/+6
|\ \ \ | | | | | | | | netdata: set NETDATA_PIPENAME to /run/netdata/ipc
| * | | netdata: set NETDATA_PIPENAME to /run/netdata/ipcDDoSolitary2023-08-054-14/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Netdata creates its control socket at /tmp/netdata-ipc by default, which is insecure and actually inaccessible with systemd's PrivateTmp enabled. Originally we patched its source code to move the socket to /run/netdata/ipc. However, it was removed due to incompatibility when upgrading to v1.41.0: 1d2a2dc7d0396495e2bb3878dc62eab620425c85 Fortunately, this new version of netdata adds support for setting the location of the control socket via the environment variable NETDATA_PIPENAME. So let's set it for the netdata service and the command line utility so that they can communicate properly.
* | | | Merge pull request #244385 from natsukium/nlpcloud/updateMario Rodas2023-08-071-2/+2
|\ \ \ \ | | | | | | | | | | python310Packages.nlpcloud: 1.0.43 -> 1.1.43
| * | | | python310Packages.nlpcloud: 1.0.43 -> 1.1.43natsukium2023-07-201-2/+2
| | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/nlpcloud/nlpcloud-python/releases/tag/v1.1.43
* | | | | Merge pull request #247590 from r-ryantm/auto-update/limaMario Rodas2023-08-071-3/+3
|\ \ \ \ \ | | | | | | | | | | | | lima: 0.16.0 -> 0.17.0
| * | | | | lima: 0.16.0 -> 0.17.0R. Ryantm2023-08-061-3/+3
| | | | | |
* | | | | | Merge pull request #247625 from r-ryantm/auto-update/flyctlMario Rodas2023-08-071-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | flyctl: 0.1.62 -> 0.1.71
| * | | | | | flyctl: 0.1.62 -> 0.1.71R. Ryantm2023-08-071-3/+3
| | | | | | |
* | | | | | | Merge pull request #247600 from r-ryantm/auto-update/netbirdMario Rodas2023-08-071-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | netbird: 0.21.11 -> 0.22.2
| * | | | | | | netbird: 0.21.11 -> 0.22.2R. Ryantm2023-08-061-3/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #247645 from r-ryantm/auto-update/brev-cliMario Rodas2023-08-071-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | brev-cli: 0.6.249 -> 0.6.252
| * | | | | | | brev-cli: 0.6.249 -> 0.6.252R. Ryantm2023-08-071-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #247638 from marsam/update-esbuildMario Rodas2023-08-071-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | esbuild: 0.18.18 -> 0.18.19
| * | | | | | | esbuild: 0.18.18 -> 0.18.19Mario Rodas2023-08-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/evanw/esbuild/compare/v0.18.18...v0.18.19 Changelog: https://github.com/evanw/esbuild/blob/v0.18.19/CHANGELOG.md
* | | | | | | | Merge pull request #247513 from bobby285271/upd/libadwaitaBobby Rong2023-08-071-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libadwaita: 1.3.3 → 1.3.4
| * | | | | | | | libadwaita: 1.3.3 → 1.3.4Bobby Rong2023-08-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.gnome.org/GNOME/libadwaita/-/compare/1.3.3...1.3.4
* | | | | | | | | Merge pull request #242276 from dit7ya/requestlyPol Dellaiera2023-08-072-0/+36
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | requestly: init at 1.5.6
| * | | | | | | | | requestly: init at 1.5.6Mostly Void2023-08-072-0/+36
| | | | | | | | | |
* | | | | | | | | | Merge pull request #247244 from zestsystem/masterPol Dellaiera2023-08-073-0/+36
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | turso-cli: init at 0.79.0
| * | | | | | | | | | turso-cli: init at 0.79.0zestsystem2023-08-062-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update pkgs/development/tools/turso-cli/default.nix Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
| * | | | | | | | | | add zestsystem to maintainer listzestsystem2023-08-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alphabetically sort attributes
* | | | | | | | | | | terraform-providers.argocd: 6.0.1 -> 6.0.2github-actions[bot]2023-08-071-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #245812 from aaronjheng/mtailMario Rodas2023-08-061-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mtail: 3.0.0-rc46 -> 3.0.0-rc52
| * | | | | | | | | | | mtail: 3.0.0-rc46 -> 3.0.0-rc52Aaron Jheng2023-08-041-3/+3
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #247612 from r-ryantm/auto-update/gcsfuseMario Rodas2023-08-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | gcsfuse: 1.0.0 -> 1.0.1
| * | | | | | | | | | | gcsfuse: 1.0.0 -> 1.0.1R. Ryantm2023-08-071-2/+2
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #247611 from r-ryantm/auto-update/eksctlNick Cao2023-08-061-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | eksctl: 0.150.0 -> 0.151.0
| * | | | | | | | | | | eksctl: 0.150.0 -> 0.151.0R. Ryantm2023-08-071-3/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #247622 from r-ryantm/auto-update/relicNick Cao2023-08-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | relic: 7.5.5 -> 7.5.6
| * | | | | | | | | | | relic: 7.5.5 -> 7.5.6R. Ryantm2023-08-071-2/+2
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #247629 from r-ryantm/auto-update/homepage-dashboardNick Cao2023-08-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | homepage-dashboard: 0.6.27 -> 0.6.28
| * | | | | | | | | | | homepage-dashboard: 0.6.27 -> 0.6.28R. Ryantm2023-08-071-2/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #247617 from r-ryantm/auto-update/mdbook-admonishfigsoda2023-08-061-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mdbook-admonish: 1.9.0 -> 1.10.1
| * | | | | | | | | | | mdbook-admonish: 1.9.0 -> 1.10.1R. Ryantm2023-08-071-3/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #243413 from dotlambda/corrosion-0.4.1Robert Schütz2023-08-072-6/+17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | corrosion: 0.3.5 -> 0.4.2
| * | | | | | | | | | | clickhouse: own src version of corrosionYureka2023-08-061-3/+14
| | | | | | | | | | | |
| * | | | | | | | | | | corrosion: 0.3.5 -> 0.4.2Robert Schütz2023-08-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/corrosion-rs/corrosion/compare/v0.3.5...v0.4.2 Changelog: https://github.com/corrosion-rs/corrosion/blob/v0.4.2/RELEASES.md
* | | | | | | | | | | | Merge pull request #242475 from dit7ya/windmillPol Dellaiera2023-08-072-583/+2120
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | windmill: 1.100.1 -> 1.131.0
| * | | | | | | | | | | | windmill: 1.100.1 -> 1.131.0Mostly Void2023-07-152-583/+2120
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #247502 from r-ryantm/auto-update/stunnelPol Dellaiera2023-08-071-11/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | stunnel: 5.69 -> 5.70
| * | | | | | | | | | | | | stunnel: use `finalAttrs` patternPol Dellaiera2023-08-061-10/+14
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | stunnel: 5.69 -> 5.70R. Ryantm2023-08-061-2/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #247480 from r-ryantm/auto-update/confluent-platformPol Dellaiera2023-08-071-14/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | confluent-platform: 7.3.0 -> 7.4.1