Commit Graph

55086 Commits

Author SHA1 Message Date
Michael Daniels
5fecd444e4 maintainers/scripts/update.nix: allow true for boolean args along w/ "true" (#529187) 2026-06-21 00:54:02 +00:00
Hythera
82f5fdbac4 maintainers: remove deepfire 2026-06-20 22:33:41 +02:00
Hythera
29d4c28ad7 maintainers: remove vbmithr 2026-06-20 22:10:56 +02:00
Sergei Trofimovich
0dc8b49db1 cvise: fix tarball hash
Without the change the re-fetch of original source fails as:

```
$ nix build --no-link -f. cvise.src --rebuild
error: hash mismatch in fixed-output derivation '/nix/store/rd0vycm33x3hfwsa6iljj1229f9035am-source.drv':
         specified: sha256-UaWOHjgTiSVvpKKw6VFAeRAYkYp4y0Dnamzr7yhH0vQ=
            got:    sha256-ObnhFe7hAKUoUxNJ+9jo0Q4AE6jQqDgI1Ta/jsumqpI=
```

This happens because the `github` tarball generation is dependent on
abbreviated hash length of `cvise` source:

```
$ diffoscope before/ after/
--- before/
+++ after/
│   --- before/CMakeLists.txt
├── +++ after/CMakeLists.txt
│ @@ -84,15 +84,15 @@
│
│  # Determine the short git hash for the source tree.
│  #
│  ## METHOD 1: The source tree is the result of `git archive'.
│  # `git archive' inserts the abbreviated hash of the archive's commit into this
│  # file.  (See the `.gitattributes' file.)
│  #
│ -set(GIT_HASH "2d0889e7")
│ +set(GIT_HASH "2d0889e73")
```

Intially noticed the hash instability when enabled
`config.fetchedSourceNameDefault` locally. Ideally the upstream tarball
should be fixed by https://github.com/marxin/cvise/pull/506.
Meanwhile let's update the hash.
2026-06-20 08:39:52 +01:00
nixpkgs-ci[bot]
d4efabaaf1 Merge staging-next into staging 2026-06-20 00:46:42 +00:00
Marcin Serwin
3afd2cffe5 ansible-language-server: 1.2.4 -> 26.6.0 (#517789) 2026-06-19 18:51:22 +00:00
Gutyina Gergő
2f8f65746b pnpm_11: 11.6.0 -> 11.8.0 2026-06-19 11:40:06 +02:00
nixpkgs-ci[bot]
c2062a4892 Merge staging-next into staging 2026-06-19 00:56:24 +00:00
Vincent Laporte
7776b75fce ocaml-ng.ocamlPackages_4_14.ocaml: 4.14.3 → 4.14.4 (#532295) 2026-06-18 18:49:08 +00:00
Robert Sliwinski
40e1bc4dc9 ansible-language-server: 1.2.4 -> 26.6.0
Changelog: https://github.com/ansible/vscode-ansible/releases/tag/v26.6.0
2026-06-18 20:10:12 +02:00
Adam Thompson-Sharpe
1edaf9905e gradle: fix update script with structuredAttrs 2026-06-18 08:53:59 -04:00
nixpkgs-ci[bot]
3127e1a56a Merge staging-next into staging 2026-06-17 18:51:10 +00:00
superherointj
6b011c1fd9 godot: remove superherointj from maintainers 2026-06-17 12:33:55 -03:00
nixpkgs-ci[bot]
1edac5a512 Merge staging-next into staging 2026-06-16 13:47:49 +00:00
Vincent Laporte
1e150a99b7 ocaml-ng.ocamlPackages_4_14.ocaml: 4.14.3 → 4.14.4 2026-06-16 13:44:32 +02:00
Jonas Heinrich
b58e6444cc pnpm_11: 11.5.3 -> 11.6.0 (#531014) 2026-06-16 11:35:44 +00:00
nixpkgs-ci[bot]
081b93be33 Merge staging-next into staging 2026-06-15 19:21:46 +00:00
jade
388d0969f2 rr: only enable 32-bit support on x86_64 (#531320) 2026-06-15 16:47:50 +00:00
TomaSajt
877e629311 yakut: migrate to by-name 2026-06-15 16:44:07 +02:00
TomaSajt
19c199ecf9 gdbgui: migrate to by-name 2026-06-15 16:43:10 +02:00
TomaSajt
999b01b89e enochecker-test: migrate to by-name 2026-06-15 16:41:13 +02:00
TomaSajt
2de2a10ff5 asn2quickder: migrate to by-name 2026-06-15 16:40:35 +02:00
nixpkgs-ci[bot]
813a4091b8 Merge staging-next into staging 2026-06-14 18:31:33 +00:00
Timo Gottszky
e7324c03a4 gdbgui: enable __structuredAttrs 2026-06-14 11:30:49 +02:00
Timo Gottszky
e98de26446 gdbgui: reorder 2026-06-14 11:26:56 +02:00
Timo Gottszky
6d28be340f gdbgui: migrate to pyproject 2026-06-14 11:25:11 +02:00
Timo Gottszky
712ab844be gdbgui: use finalAttrs
switches from rec to finalAttrs and uses the more idiomatic dependencies
instead of propagatedBuildInputs
2026-06-14 11:17:40 +02:00
Yuxuan Shui
3009f18828 rr: only enable 32-bit support on x86_64
i686 libraries cannot be built on ARM systems, but are required to
enable 32-bit support.

Supersedes #531138
2026-06-13 11:31:35 +01:00
Gutyina Gergő
408759f373 pnpm_11: 11.5.3 -> 11.6.0 2026-06-12 11:18:13 +00:00
nixpkgs-ci[bot]
70fbeccba9 Merge staging-next into staging 2026-06-12 07:39:33 +00:00
Jhonas Wernery
8013020b41 electron_{40,41,42}: updates (#529205) 2026-06-12 06:19:09 +00:00
teutat3s
d9cf234350 electron-chromedriver_42: 42.3.0 -> 42.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.4.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.3.0...v42.4.0
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
2026-06-11 15:25:14 +02:00
teutat3s
e9abfa86b0 electron_42-bin: 42.3.0 -> 42.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.4.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.3.0...v42.4.0
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
2026-06-11 15:25:01 +02:00
teutat3s
fb75776163 electron-chromedriver_41: 41.7.1 -> 41.7.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.1...v41.7.2
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:24:48 +02:00
teutat3s
14459880ca electron_41-bin: 41.7.1 -> 41.7.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.1...v41.7.2
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:24:35 +02:00
teutat3s
523d7b5c8c electron-chromedriver_40: 40.10.2 -> 40.10.3
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.2...v40.10.3
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9112
- Fixes CVE-2026-9113
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9119
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:24:21 +02:00
teutat3s
729b5f94e5 electron_40-bin: 40.10.2 -> 40.10.3
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.2...v40.10.3
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9112
- Fixes CVE-2026-9113
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9119
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:24:08 +02:00
teutat3s
2765b648f9 electron-source.electron_41: 41.7.1 -> 41.7.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.1...v41.7.2
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:23:45 +02:00
teutat3s
28cf837ea7 electron-source.electron_40: 40.10.2 -> 40.10.3
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.2...v40.10.3
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9112
- Fixes CVE-2026-9113
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9119
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:07:37 +02:00
nixpkgs-ci[bot]
e14f7092e4 Merge staging-next into staging 2026-06-10 18:55:14 +00:00
Gutyina Gergő
d2ae71d858 pnpm_11: 11.5.2 -> 11.5.3 2026-06-10 12:40:50 +00:00
Yureka
503b3f2002 electron-source.electron_42: 42.3.0 -> 42.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.4.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.3.0...v42.4.0
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
2026-06-10 09:52:43 +02:00
nixpkgs-ci[bot]
95b6355318 Merge staging-next into staging 2026-06-10 00:49:21 +00:00
Toma
c7791ca0d6 electron-source: remove unused patches (#526888) 2026-06-09 23:49:16 +00:00
jade
5f9f33b958 rr: enable 32bit support (#486928) 2026-06-09 19:12:57 +00:00
Vincent Laporte
9eea37174f ocamlPackages.lsp: 1.25.0 → 1.26.0 (#527279) 2026-06-09 18:31:52 +00:00
nixpkgs-ci[bot]
94f781f42d Merge staging-next into staging 2026-06-09 13:02:07 +00:00
Michael Daniels
8197942b23 Merge branch 'staging-next' into staging 2026-06-08 22:01:24 -04:00
TomaSajt
ec490ec3ba treewide: use callPackage instead of python3Packages.callPackage 2026-06-08 22:46:19 +02:00
Weijia Wang
17e0b1bb0c obelisk: migrate to by-name, modernize derivation (#522078) 2026-06-08 20:13:39 +00:00