Commit Graph

931214 Commits

Author SHA1 Message Date
Nick Cao baf058ec46 litmusctl: 1.21.0 -> 1.22.0 (#481958) 2026-01-20 22:17:12 +00:00
Nick Cao 5eed96b3f9 lctime: 0.0.27 -> 0.0.28; use finalAttrs & add changelog (#481954) 2026-01-20 22:15:54 +00:00
Nick Cao e64a4caa37 python3Packaegs.sdflit: 0.2.6 -> 0.2.8 (#481948) 2026-01-20 22:14:59 +00:00
Nick Cao 5653c1159a thrift-ls: 0.2.9 -> 0.2.10 (#481947) 2026-01-20 22:13:59 +00:00
Matt Sturgeon 5c558b976c ci/github-script/bot: handle deleted maintainer accounts gracefully (#481949) 2026-01-20 22:11:58 +00:00
Nick Cao b49543a0ff arduino-cli: 1.4.0 -> 1.4.1 (#481985) 2026-01-20 22:10:03 +00:00
Nick Cao 17a5fcf927 git-wt: 0.13.1 -> 0.14.2 (#481983) 2026-01-20 22:09:23 +00:00
Doron Behar f509defafa python3Packages.confuse: 2.0.1 -> 2.1.0 (#482076) 2026-01-20 22:06:30 +00:00
Nick Cao 06f2b47c07 julia_112: fix building (#481605) 2026-01-20 22:06:19 +00:00
Nick Cao 87736efdb5 kubedb-cli: 0.59.0 -> 0.60.0 (#481567) 2026-01-20 22:05:09 +00:00
Herwig Hochleitner c56f3d671f mainsail: 2.15.0 -> 2.17.0 (#471898) 2026-01-20 22:04:44 +00:00
Nick Cao 27cf82c346 ali: 0.7.5 -> 0.8.0 (#481554) 2026-01-20 22:03:45 +00:00
Sandro e5359a5a52 eas-cli: 16.23.1 -> 16.28.0 (#481219) 2026-01-20 22:03:15 +00:00
Nick Cao b4b35f3a75 python3Packages.netbox-contract: 2.4.3 -> 2.4.4 (#481692) 2026-01-20 22:02:49 +00:00
Nick Cao be27f3e4cf qalculate-qt: 5.8.2 -> 5.9.0 (#481687) 2026-01-20 22:01:49 +00:00
Nick Cao 00b0e0fb54 python3Packages.sphinxcontrib-confluencebuilder: 2.17.1 -> 3.0.0 (#481674) 2026-01-20 22:00:24 +00:00
Nick Cao 853a7a5d0a grafanaPlugins.victoriametrics-metrics-datasource: 0.19.7 -> 0.20.1 (#481671) 2026-01-20 21:59:37 +00:00
Nick Cao 5577bdd48e python3Packages.google-cloud-websecurityscanner: 1.18.0 -> 1.19.0 (#481728) 2026-01-20 21:57:37 +00:00
Nick Cao b4750ca930 sub-store-frontend: 2.15.94 -> 2.16.8 (#481711) 2026-01-20 21:56:37 +00:00
Nick Cao 117eb8de30 sub-store: 2.20.83 -> 2.21.11 (#481710) 2026-01-20 21:55:36 +00:00
Nick Cao eb99836cd5 newman: 6.2.1 -> 6.2.2 (#481805) 2026-01-20 21:54:07 +00:00
Nick Cao a0d88e0996 xosview: 1.24 -> 1.25 (#481804) 2026-01-20 21:53:33 +00:00
Nick Cao 09247021d1 python3Packages.kbcstorage: 0.9.4 -> 0.9.5 (#481783) 2026-01-20 21:52:31 +00:00
Nick Cao d5c29e9e4a sqlit-tui: 1.2.6 -> 1.2.11 (#481781) 2026-01-20 21:47:16 +00:00
Nick Cao e42da48804 plasticscm-theme: 11.0.16.9791 -> 11.0.16.9872 (#481770) 2026-01-20 21:46:16 +00:00
kirillrdy 63ff7e6fd5 python3Packages.exllamav2: init at 0.3.2; python3Packages.exllamav3: init at 0.0.20 (#481121) 2026-01-20 21:45:50 +00:00
Nick Cao 1b8a75653d plasticscm-client-gui-unwrapped: 11.0.16.9791 -> 11.0.16.9872 (#481766) 2026-01-20 21:45:49 +00:00
Nick Cao 33b21b27aa plasticscm-client-core-unwrapped: 11.0.16.9791 -> 11.0.16.9872 (#481772) 2026-01-20 21:45:46 +00:00
Weijia Wang 454eae74a8 qmake2cmake: 1.0.7 -> 1.0.8 (#479158) 2026-01-20 21:42:18 +00:00
zowoq 3a7f762189 dnscontrol: 4.30.0 -> 4.31.0 (#482070) 2026-01-20 21:41:28 +00:00
Matt Sturgeon 2991e1ecb9 workflows/eval: evaluate ci/pinned.json changes at their commit (#480395) 2026-01-20 21:40:59 +00:00
zowoq 37d6cbb08e terraform-providers.launchdarkly_launchdarkly: 2.26.0 -> 2.26.1 (#482013) 2026-01-20 21:40:42 +00:00
Dyego Aurélio 8c4f3d3aa4 workflows/eval: find and isolate ci/pinned.json bump commits
When testVersions is enabled, the version matrix check now identifies
the specific commit that modified ci/pinned.json, rather than evaluating
the full PR. This allows formatting changes and other modifications to
coexist in the same PR without affecting the hash consistency check.

The workflow now:
- Adds headSha input to compare PR commits against target
- Finds the single commit that touched ci/pinned.json
- Errors if multiple commits modify it (to ensure clear attribution)
- Passes the bump commit to the checkout action for isolated evaluation
- Reports which commit was evaluated in the summary

The actual cherry-pick and pinned checkout handling is delegated to
the checkout action via the new `untrusted-pin-bump` input.

Co-Authored-By: Matt Sturgeon <matt@sturgeon.me.uk>
2026-01-20 18:37:28 -03:00
nixpkgs-ci[bot] 5b32fbed51 limine: 10.6.2 -> 10.6.3 (#481827) 2026-01-20 21:34:56 +00:00
Herwig Hochleitner 8a4b55519e openvscode-server: build with nodejs_22 (#482079) 2026-01-20 21:27:34 +00:00
Weijia Wang 24bf0cad96 cdesktopenv: 2.5.1 -> 2.5.3 (#481786) 2026-01-20 21:25:36 +00:00
dotlambda ad23752376 python3Packages.pkuseg: drop (#481993) 2026-01-20 21:22:42 +00:00
Herwig Hochleitner e3cd37e8b9 openvscode-server: build with nodejs_22 2026-01-20 22:19:54 +01:00
nixpkgs-ci[bot] 0f14329ec5 meilisearch: 1.33.0 -> 1.33.1 (#481987) 2026-01-20 21:17:27 +00:00
nixpkgs-ci[bot] fc3cb449da transcribe: 9.42.0 -> 9.50.1 (#481846) 2026-01-20 21:17:23 +00:00
Maximilian Bosch b6f2fe5a2a linux/hardened/patches/6.12: v6.12.61-hardened1 -> v6.12.66-hardened1 (#481902) 2026-01-20 21:13:50 +00:00
SkohTV 1627d1ca6d python3Packages.confuse: 2.0.1 -> 2.1.0 2026-01-20 16:10:27 -05:00
dotlambda ff2f0c0dc8 lynis: fix src hash (#482041) 2026-01-20 21:04:04 +00:00
Johannes Kirschbauer a0150d729c lib/types: add types json from pkgs.formats (#470842) 2026-01-20 20:57:50 +00:00
Fernando Rodrigues 945fb95c76 xcb-util-cursor-HEAD: drop and alias to libxcb-cursor (#479377) 2026-01-20 20:52:33 +00:00
R. Ryantm 6e1e31fd59 dnscontrol: 4.30.0 -> 4.31.0 2026-01-20 20:50:56 +00:00
kirillrdy fdba05e5b6 python3Packages.fastexcel: 0.18.0 -> 0.19.0 (#481929) 2026-01-20 20:40:52 +00:00
Tomodachi94 8040737180 nodePackages.wavedrom-cli: drop (#481977) 2026-01-20 20:30:04 +00:00
kirillrdy c4a0ca47d5 python3Packages.vllm: 0.13.0 -> 0.14.0 (#481897) 2026-01-20 20:28:07 +00:00
Johannes Kirschbauer f4d45cdced lib/types: add tests for types.mkStructuredType 2026-01-20 21:26:05 +01:00