Commit Graph

1025698 Commits

Author SHA1 Message Date
Fabian Affolter dcb8316955 checkov: 3.3.0 -> 3.3.6
Diff: https://github.com/bridgecrewio/checkov/compare/3.3.0...3.3.6

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.3.6
2026-07-01 09:14:19 +02:00
Arne Keller 4ce2b55437 handheld-daemon: 4.1.9 -> 4.1.10 (#532358) 2026-07-01 06:57:51 +00:00
nixpkgs-ci[bot] f76e4c7b18 phpstan: 2.2.2 -> 2.2.3 (#537267) 2026-07-01 06:48:47 +00:00
dotlambda f188d6a2be python3Packages.rich-rst: 2.0.1 -> 2.0.2 (#537107) 2026-07-01 06:25:35 +00:00
zowoq c4fa370b34 terraform-providers.dopplerhq_doppler: 1.21.3 -> 1.21.4 (#537290) 2026-07-01 05:34:09 +00:00
Philip Taron c45ab6104c lib: remove assertMsg, throwIf, and throwIfNot usage (#524523) 2026-07-01 05:18:44 +00:00
rewine 3299976b93 vivaldi: 8.0.4033.50 -> 8.0.4033.54 (#537233) 2026-07-01 05:11:48 +00:00
nixpkgs-ci[bot] ff577c834d mailpit: 1.30.2 -> 1.30.3 (#537272) 2026-07-01 05:10:56 +00:00
nixpkgs-ci[bot] c68c2482a0 acli: 1.3.20-stable -> 1.3.21-stable (#537079) 2026-07-01 05:10:51 +00:00
nixpkgs-ci[bot] 2805ef960d icestudio: 0.12-unstable-2026-05-28 -> 0.12-unstable-2026-06-29 (#537060) 2026-07-01 05:10:49 +00:00
R. Ryantm 979881abc5 terraform-providers.dopplerhq_doppler: 1.21.3 -> 1.21.4 2026-07-01 05:08:39 +00:00
zowoq 70fba2e803 nixos/tests/victoriametrics: migrate to container tests (#533105) 2026-07-01 05:03:30 +00:00
kirillrdy 95c4541e08 nixos/tests/flarum: init (#536936) 2026-07-01 04:52:41 +00:00
Adam C. Stephens 0813ec5292 incus-ui-canonical: 0.21.2 -> 0.21.3 (#537244) 2026-07-01 04:08:20 +00:00
R. Ryantm acaf38af94 mailpit: 1.30.2 -> 1.30.3 2026-07-01 02:51:32 +00:00
R. Ryantm d859501513 phpstan: 2.2.2 -> 2.2.3 2026-07-01 02:24:06 +00:00
nixpkgs-ci[bot] 536c906eb9 pana: 0.23.12 -> 0.23.13 (#537236) 2026-07-01 02:15:17 +00:00
zowoq d17335a62e terraform-providers.newrelic_newrelic: 3.93.2 -> 3.94.0 (#537263) 2026-07-01 02:14:48 +00:00
zowoq 3778bd4bef Revert "netavark: 1.17.2 -> 2.0.0" (#537016) 2026-07-01 02:14:10 +00:00
Daniel Schaefer 8765c45bb4 libfprint: Add patches to support more hardware (#536898) 2026-07-01 02:04:18 +00:00
R. Ryantm 2ff8d5c2e0 terraform-providers.newrelic_newrelic: 3.93.2 -> 3.94.0 2026-07-01 02:01:50 +00:00
Eman Resu ed29e1b031 lib.strings: remove throwIfNot usage
throwIfNot sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:27 -04:00
Eman Resu bb50241c60 lib.modules: remove throwIfNot usage
throwIfNot sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:26 -04:00
Eman Resu e1ae8a8194 lib.gvariant.mkArray: refactor 2026-06-30 21:38:26 -04:00
Eman Resu feb74fca37 lib.gvariant: remove throwIfNot usage
throwIfNot sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:26 -04:00
Eman Resu 079b1a7d07 lib.derivations: remove throwIfNot usage
throwIfNot sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:26 -04:00
Eman Resu 44eafb2953 lib.types: remove throwIf usage
throwIf sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:25 -04:00
Eman Resu dd6f1736b7 lib.gvariant: remove throwIf usage
throwIf sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:25 -04:00
Eman Resu c81b12b698 lib.fetchers: remove throwIf usage
throwIf sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:25 -04:00
Eman Resu ce99cfa103 lib.types: remove assertMsg usage
assertMsg sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:25 -04:00
Eman Resu 855f2d0435 lib.strings: remove assertMsg usage
assertMsg sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:24 -04:00
Eman Resu 4ff2645579 lib.path: remove assertMsg usage
assertMsg sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:24 -04:00
Eman Resu a017ab10eb lib.network: remove assertMsg usage
assertMsg sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:24 -04:00
Eman Resu 1e47a49c79 lib.meta: remove assertMsg usage
assertMsg sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:23 -04:00
Eman Resu 2221cbb4aa lib.lists: remove assertMsg usage
assertMsg sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:38:22 -04:00
Eman Resu 370135bdc8 lib.generators: remove assertMsg usage
assertMsg sends our error message through a function call, even if the
error condition doesn't trigger. This requires a lot of thunk allocation
that can be easily avoided.
2026-06-30 21:37:46 -04:00
nixpkgs-ci[bot] 976e90ddc5 musescore-evolution: 3.7.0-unstable-2026-06-10 -> 3.7.0-unstable-2026-06-30 (#537235) 2026-07-01 01:29:27 +00:00
dotlambda fd1d19df90 python3Packages.pyanglianwater: 3.2.2 -> 3.2.3 (#537251) 2026-07-01 01:23:50 +00:00
Ryan Hendrickson 5b2957f77b xlights: add .desktop file & icon (#457427) 2026-07-01 01:07:01 +00:00
Philip Taron ef89082dda batman-adv: 2026.1 -> 2026.2 (#537210) 2026-07-01 01:04:45 +00:00
R. Ryantm d2b0c3cecf python3Packages.pyanglianwater: 3.2.2 -> 3.2.3 2026-07-01 00:50:49 +00:00
Martin Weinelt e0b5df3bdf home-assistant-custom-components.blueprints-updater: 2.9.0 -> 2.9.1 (#537241) 2026-07-01 00:48:11 +00:00
Stanisław Pitucha 5bb269961b reaper: 7.74 -> 7.75 (#536511) 2026-07-01 00:41:42 +00:00
zowoq 7139781787 terraform-providers.opentelekomcloud_opentelekomcloud: 1.36.69 -> 1.36.70 (#537242) 2026-07-01 00:32:22 +00:00
R. Ryantm 0198c91e1c incus-ui-canonical: 0.21.2 -> 0.21.3 2026-07-01 00:26:16 +00:00
R. Ryantm af1ab66a5b terraform-providers.opentelekomcloud_opentelekomcloud: 1.36.69 -> 1.36.70 2026-07-01 00:15:56 +00:00
R. Ryantm 336550bce5 home-assistant-custom-components.blueprints-updater: 2.9.0 -> 2.9.1 2026-07-01 00:15:44 +00:00
Fabian Affolter 612cfb30cb nuclei: 3.9.0 -> 3.10.0 (#537066) 2026-07-01 00:15:03 +00:00
R. Ryantm 298e2f0683 pana: 0.23.12 -> 0.23.13 2026-07-01 00:02:48 +00:00
R. Ryantm 998dc0f064 musescore-evolution: 3.7.0-unstable-2026-06-10 -> 3.7.0-unstable-2026-06-30 2026-07-01 00:00:14 +00:00