Commit graph

474326 commits

Author SHA1 Message Date
teutat3s e6d382d388
electron_24-bin: init at 24.1.2
https://github.com/electron/electron/releases/tag/v24.0.0
https://github.com/electron/electron/releases/tag/v24.1.0
https://github.com/electron/electron/releases/tag/v24.1.1
https://github.com/electron/electron/releases/tag/v24.1.2
2023-04-15 17:25:25 +02:00
figsoda 29176972b4
Merge pull request #226160 from figsoda/fblog 2023-04-15 11:18:54 -04:00
figsoda 4cd8b4e23d
Merge pull request #226236 from marsam/update-svgbob
svgbob: 0.6.6 -> 0.7.0
2023-04-15 11:17:06 -04:00
figsoda c4c255835d
Merge pull request #226235 from marsam/update-squawk
squawk: 0.23.0 -> 0.24.0
2023-04-15 11:14:36 -04:00
Valentin Gagarin 21b6b86cd4
Merge pull request #226280 from gilice/patch-1 2023-04-15 17:14:17 +02:00
R. Ryantm 7baae9cf2f kubernetes-helmPlugins.helm-secrets: 4.2.2 -> 4.4.2 2023-04-15 17:12:58 +02:00
figsoda d029f889c0
Merge pull request #226243 from matthiasbeyer/update-cargo-llvm-cov
cargo-llvm-cov: 0.5.13 -> 0.5.15
2023-04-15 11:10:34 -04:00
figsoda cae90fefc1
Merge pull request #226269 from Flakebi/yamlpath
yamlpath: 3.7.0 -> 3.8.0
2023-04-15 10:59:57 -04:00
Martin Weinelt a61748c37b
Merge pull request #226274 from jopejoe1/firefox
firefox-{beta,devedition}{-bin}-unwrapped: 113.0b2 -> 113.0b3
2023-04-15 16:57:39 +02:00
Robert Schütz 0a2a7f5400 deltachat-desktop: 1.36.1 -> 1.36.2
Diff: https://github.com/deltachat/deltachat-desktop/compare/v1.36.1...v1.36.2

Changelog: https://github.com/deltachat/deltachat-desktop/blob/v1.36.2/CHANGELOG.md
2023-04-15 07:56:03 -07:00
Bheesham Persaud b2d23abb0b ec2instanceconnectcli: 1.0.2 -> 1.0.3 2023-04-15 16:48:28 +02:00
figsoda 765aa4610b cargo-zigbuild: 0.16.6 -> 0.16.7
Diff: https://github.com/messense/cargo-zigbuild/compare/v0.16.6...v0.16.7

Changelog: https://github.com/messense/cargo-zigbuild/releases/tag/v0.16.7
2023-04-15 10:38:02 -04:00
gilice 5d20d9ff9f doc/stdenv: don't use name in examples, highlight preferring pname 2023-04-15 16:06:29 +02:00
figsoda bb2fcd11f4
Merge pull request #226153 from pbek/patch-4
pet: add ldflags to set version of application
2023-04-15 10:05:26 -04:00
Phillip Cloud f5adc89186
trino-cli: 412 -> 413 2023-04-15 10:04:33 -04:00
figsoda c433ee9f7e
Merge pull request #226222 from figsoda/cargo-release 2023-04-15 10:03:57 -04:00
Nick Cao 7a2fcddf52
Merge pull request #223730 from zendo/clash-verge-module
nixos/clash-verge: init module
2023-04-15 22:00:55 +08:00
Naïm Favier 48921b6100
ibus-engines.typing-booster: 2.20.0 -> 2.22.3
https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.22.3
2023-04-15 15:56:11 +02:00
Nick Cao cb5037e554
Merge pull request #226241 from Ruixi-rebirth/go-cqhttp
go-cqhttp: 1.0.0-rc5 -> 1.0.1
2023-04-15 21:51:18 +08:00
Luflosi f2be3ae30d
nixos/kubo: restrict access to the API to users in a group by default 2023-04-15 15:25:20 +02:00
Luflosi 7ceebbb35b
nixos/kubo: allow multiple API and Gateway addresses
The daemon allows specifying an array of multiaddrs for Addresses.API and Addresses.Gateway, so the NixOS module should allow that as well.
2023-04-15 15:25:06 +02:00
Luflosi 929a00bd84
nixos/kubo: give normal users access to the daemon by default
Fixes https://github.com/NixOS/nixpkgs/issues/223289.

This doesn't reduce the security in any way since it was already possible for normal users to do what I do here and create such a fake repo for themselves and set their $IPFS_PATH variable to it. It was and still is also possible to just use the --api CLI option.
This change just removes the manual setup that would otherwise be required.

We wouldn't need this workaround if https://github.com/ipfs/kubo/pull/9366 was merged but the fix seems to have been ignored upstream. Patching it ourselves seems like a bad idea since the patch has security implications.
2023-04-15 15:24:58 +02:00
Luflosi 409df93c01
nixos/tests/kubo: use subtests instead of comments
Specify the intent of parts of the tests by using `with subtest("...")` instead of a comment for more clarity.
2023-04-15 15:24:49 +02:00
Luflosi bf97703f0e
nixos/tests/kubo: clean up code
- Use `runTest` instead of `handleTest`, which simplifies the code a little
- Use `lib.maintainers` instead of `pkgs.lib.maintainers`
- Use `ipfs add --quieter` instead of `ipfs add | awk '{ print $2 }'`
- Whitespace and comment changes
2023-04-15 15:24:43 +02:00
Luflosi 62bff9ab15
nixos/tests/kubo: add Luflosi as maintainer 2023-04-15 15:24:37 +02:00
Luflosi 8a9190bee7
nixos/doc/rl-2305: clean up Kubo notes
- Link to the `services.kubo.settings` option
- Fix an incorrect quote
2023-04-15 15:24:30 +02:00
K900 2e07e19dbd openjdk: explicitly specify build platform to avoid WSL autodetection shenanigans
Fixes #204152
2023-04-15 16:24:07 +03:00
K900 ab82a89414
Merge pull request #226261 from K900/isoimagewriter-0.9.2
isoimagewriter: 0.9.1 -> 0.9.2
2023-04-15 16:17:35 +03:00
Mario Rodas 03bf6d50af
Merge pull request #226090 from marsam/update-sphinx-design
python310Packages.sphinx-design: 0.3.0 -> 0.4.1
2023-04-15 07:53:15 -05:00
jopejoe1 dc09b90576 firefox-devedition-unwrapped: 113.0b2 -> 113.0b3 2023-04-15 14:24:49 +02:00
jopejoe1 6efbebe38d firefox-beta-unwrapped: 113.0b2 -> 113.0b3 2023-04-15 14:24:15 +02:00
jopejoe1 4eff7a83b4 firefox-devedition-bin-unwrapped: 113.0b2 -> 113.0b3 2023-04-15 14:23:01 +02:00
jopejoe1 f386ef17ae firefox-beta-bin-unwrapped: 113.0b2 -> 113.0b3 2023-04-15 14:22:29 +02:00
teutat3s f91edb5e28
fluffychat: use pname + version, fix missing
version number on package search

https://github.com/NixOS/nixpkgs/pull/223117#issuecomment-1495032616
https://github.com/NixOS/nixpkgs/pull/225286#discussion_r1164489620
2023-04-15 14:07:22 +02:00
teutat3s fbe34c113c
Revert "fluffychat: fix version number on package search"
This reverts commit 2741fe2ac1.
2023-04-15 14:05:57 +02:00
Weijia Wang 280b1cdc1e
Merge pull request #226267 from wegank/qt6-darwin-sdk
qt6.qtbase: add frameworks on x86_64-darwin
2023-04-15 14:59:58 +03:00
Flakebi 16a953c937
yamlpath: 3.7.0 -> 3.8.0
Diff: https://github.com/wwkimball/yamlpath/compare/refs/tags/v3.7.0...v3.8.0

Changelog: https://github.com/wwkimball/yamlpath/releases/tag/v3.8.0
2023-04-15 13:39:59 +02:00
Weijia Wang 4566cd6901 qt6.qtbase: add frameworks on x86_64-darwin 2023-04-15 14:39:04 +03:00
Maximilian Bosch 85b081528b
Merge pull request #225332 from amjoseph-nixpkgs/pr/fixcross/goffice
goffice: fix cross
2023-04-15 13:22:10 +02:00
K900 38b22286ca isoimagewriter: 0.9.1 -> 0.9.2 2023-04-15 14:03:39 +03:00
Maximilian Bosch a3b646410a
prometheus-redis-exporter: 1.48.0 -> 1.50.0
ChangeLogs:
* https://github.com/oliver006/redis_exporter/releases/tag/v1.49.0
* https://github.com/oliver006/redis_exporter/releases/tag/v1.50.0
2023-04-15 12:58:30 +02:00
Phillip Cloud 310a715b99
python3Packages.pooch: add optional-dependencies 2023-04-15 06:47:35 -04:00
Kira Bruneau 99a95083df
Merge pull request #178280 from veprbl/pr/ccache_clang_fix
cc-wrapper: disable response files for ccache
2023-04-15 06:47:01 -04:00
Maximilian Bosch 1b4db297a5
meshcentral: 1.1.4 -> 1.1.5
ChangeLog: https://github.com/Ylianst/MeshCentral/releases/tag/1.1.5
2023-04-15 12:45:38 +02:00
Evils cce076bd24 kicad-unstable: 2023-03-29 -> 2023-04-14
workaround for upstream issue 14346 no longer needed
2023-04-15 12:32:23 +02:00
Evils 534f790a75 kicad: 7.0.1 -> 7.0.2 2023-04-15 12:32:23 +02:00
Rampoina 8c0bb7730e hex-a-hop: init at 1.1.0
Co-authored-by: Atemu <atemu.main@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-04-15 12:17:52 +02:00
Rampoina 118de162d5 maintainers: add rampoina 2023-04-15 12:17:52 +02:00
Fabian Affolter 4c93f32ad6 metasploit: 6.3.11 -> 6.3.12 2023-04-15 11:42:03 +02:00
Janne Heß ee0bfeddf7
Merge pull request #226010 from helsinki-systems/drop/deprecated-ssh-files
nixos/openssh: Drop deprecated locations
2023-04-15 11:41:16 +02:00