···4747 steps:
4848 - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
49495050- - uses: cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15
5050+ - uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
5151 with:
5252 # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
5353 name: nixpkgs-ci
+1-1
.github/workflows/manual-nixos-v2.yml
···2626 with:
2727 extra_nix_config: sandbox = true
28282929- - uses: cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15
2929+ - uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
3030 if: github.repository_owner == 'NixOS'
3131 with:
3232 # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
+1-1
.github/workflows/manual-nixpkgs-v2.yml
···2424 with:
2525 extra_nix_config: sandbox = true
26262727- - uses: cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15
2727+ - uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
2828 if: github.repository_owner == 'NixOS'
2929 with:
3030 # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
+2
nixos/doc/manual/release-notes/rl-2505.section.md
···142142143143- [victorialogs][https://docs.victoriametrics.com/victorialogs/], log database from VictoriaMetrics. Available as [services.victorialogs](#opt-services.victorialogs.enable)
144144145145+- [gokapi](https://github.com/Forceu/Gokapi), Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported. Available with [services.gokapi](options.html#opt-services.gokapi.enable)
146146+145147- [nostr-rs-relay](https://git.sr.ht/~gheartsfield/nostr-rs-relay/), This is a nostr relay, written in Rust. Available as [services.nostr-rs-relay](options.html#opt-services.nostr-rs-relay.enable).
146148147149- [Prometheus Node Cert Exporter](https://github.com/amimof/node-cert-exporter), a prometheus exporter to check for SSL cert expiry. Available under [services.prometheus.exporters.node-cert](#opt-services.prometheus.exporters.node-cert.enable).
···6677rustPlatform.buildRustPackage rec {
88 pname = "cargo-bundle-licenses";
99- version = "3.1.0";
99+ version = "4.0.0";
10101111 src = fetchFromGitHub {
1212 owner = "sstadick";
1313 repo = "cargo-bundle-licenses";
1414 rev = "v${version}";
1515- hash = "sha256-leSHjl/B76Z4JM1wO9IBKbdfMgHtY/pGut1hnDd8/L0=";
1515+ hash = "sha256-pTxZ9s8ZccylMfEiifYmJuBB+riZ37QJSAMpVuSgLzs=";
1616 };
17171818 useFetchCargoVendor = true;
1919- cargoHash = "sha256-I5zIrMZ9GnlAUfWaaFP6yr+pv8wWtxguxSL0zho3BRs=";
1919+ cargoHash = "sha256-4zolwQzK6dnFIcS2NwuxYZRS2AGcUGHh+KQzDkI0J6c=";
20202121 meta = with lib; {
2222 description = "Generate a THIRDPARTY file with all licenses in a cargo project";
+3-3
pkgs/by-name/co/consul/package.nix
···8899buildGoModule rec {
1010 pname = "consul";
1111- version = "1.20.4";
1111+ version = "1.20.5";
12121313 # Note: Currently only release tags are supported, because they have the Consul UI
1414 # vendored. See
···2222 owner = "hashicorp";
2323 repo = pname;
2424 tag = "v${version}";
2525- hash = "sha256-pvTHrFrnRSprsbIPenVPVnnmU59OQCZc9DF+8wcWJ3A=";
2525+ hash = "sha256-dBx/WHi+qFrOyA0lIjvARcAZ96WvHCjVs94XicSL5L0=";
2626 };
27272828 # This corresponds to paths with package main - normally unneeded but consul
···3232 "connect/certgen"
3333 ];
34343535- vendorHash = "sha256-hAnIKuFtS6l4nhq8bTcHkvW43FT6K8+0FglRRNfDtPg=";
3535+ vendorHash = "sha256-rQDVXMLXI2/D4SNLfs3CT4chDnzhh1aU5xuMMBDMhLI=";
36363737 doCheck = false;
3838
···161161 # Fix race condition exposed by missing dependency
162162 # https://bugs.gentoo.org/933368
163163 ./qtwebengine-fix_build_pdf_extension_util.patch
164164+165165+ # The latest version of Clang changed what macros it predefines on Apple
166166+ # targets, causing errors about predefined macros in zlib.
167167+ (fetchpatch2 {
168168+ url = "https://github.com/chromium/chromium/commit/2f39ac8d0a414dd65c0e1d5aae38c8f97aa06ae9.patch";
169169+ hash = "sha256-3kA2os0IntxIiJwzS5nPd7QWYlOWOpoLKYsOQFYv0Sk=";
170170+ stripLen = 1;
171171+ extraPrefix = "src/3rdparty/chromium/";
172172+ })
173173+174174+ # The latest version of Clang changed what macros it predefines on Apple
175175+ # targets, causing errors about predefined macros in libpng.
176176+ (fetchpatch2 {
177177+ url = "https://github.com/chromium/chromium/commit/66defc14abe47c0494da9faebebfa0a5b6efcf38.patch";
178178+ hash = "sha256-ErS5Eycls5+xQLGYKz1r/tQC6IcRJWb/WoGsUyzO9WY=";
179179+ stripLen = 1;
180180+ extraPrefix = "src/3rdparty/chromium/";
181181+ })
182182+183183+ # https://trac.macports.org/ticket/71563
184184+ # src/3rdparty/chromium/third_party/freetype/src/src/gzip/ftzconf.h:228:12: error: unknown type name 'Byte'
185185+ (fetchpatch2 {
186186+ url = "https://github.com/macports/macports-ports/raw/f9a4136c48020b01ecc6dffa99b88333c360f056/aqua/qt5/files/patch-qtwebengine-chromium-freetype-gzip.diff";
187187+ hash = "sha256-NeLmMfYMo80u3h+5GTenMANWfWLPeS35cKg+h3vzW4g=";
188188+ extraPrefix = "";
189189+ })
190190+191191+ # src/3rdparty/chromium/base/process/process_metrics_mac.cc:303:17: error: static assertion expression is not an integral constant expression
192192+ (fetchpatch2 {
193193+ url = "https://github.com/macports/macports-ports/raw/f9a4136c48020b01ecc6dffa99b88333c360f056/aqua/qt5/files/patch-qtwebengine_chromium_static_page_size.diff";
194194+ hash = "sha256-8TFN5XU0SUvPJCFU6wvcKP5a8HCd0ygUnLT8BF4MZ/E=";
195195+ extraPrefix = "";
196196+ })
197197+198198+ # Add "-target-feature +aes" to the arm crc32c build flags
199199+ (fetchpatch2 {
200200+ url = "https://github.com/chromium/chromium/commit/9f43d823b6b4cdea62f0cc7563ff01f9239b8970.patch";
201201+ hash = "sha256-2WCx+ZOWA8ZyV2yiSQLx9uFZOoeWQHxLqwLEZsV41QU=";
202202+ stripLen = 1;
203203+ extraPrefix = "src/3rdparty/chromium/";
204204+ })
205205+206206+ # Fix build with clang and libc++ 19
207207+ # https://github.com/freebsd/freebsd-ports/commit/0ddd6468fb3cb9ba390973520517cb1ca2cd690d
208208+ (fetchpatch2 {
209209+ url = "https://github.com/freebsd/freebsd-ports/raw/0ddd6468fb3cb9ba390973520517cb1ca2cd690d/www/qt5-webengine/files/patch-libc++19";
210210+ hash = "sha256-pSVPnuEpjFHW60dbId5sZ3zHP709EWG4LSWoS+TkgcQ=";
211211+ extraPrefix = "";
212212+ })
213213+ (fetchpatch2 {
214214+ url = "https://github.com/freebsd/freebsd-ports/raw/0ddd6468fb3cb9ba390973520517cb1ca2cd690d/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_wtf_hash__table.h";
215215+ hash = "sha256-+vyWC7Indd1oBhvL5fMTlIH4mM4INgISZFAbHsq32Lg=";
216216+ extraPrefix = "";
217217+ })
218218+ (fetchpatch2 {
219219+ url = "https://github.com/freebsd/freebsd-ports/raw/0ddd6468fb3cb9ba390973520517cb1ca2cd690d/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_perfetto_include_perfetto_tracing_internal_track__event__data__source.h";
220220+ hash = "sha256-DcAYOV9b30ogPCiedvQimEmiZpUJquk5j6WLjJxR54U=";
221221+ extraPrefix = "";
222222+ })
164223 ];
165224166225 postPatch =
···248307 # https://trac.macports.org/ticket/70850
249308 "-Wno-enum-constexpr-conversion"
250309 "-Wno-unused-but-set-variable"
310310+ # Clang 19
311311+ "-Wno-error=missing-template-arg-list-after-template-kw"
251312 ]
252313 );
253314 }
-6
pkgs/development/python-modules/cliff/default.nix
···2626 hash = "sha256-WzkhmCk8C5Il1Fm+i6cQz4JI8e4zAGves9kvsAElkrQ=";
2727 };
28282929- postPatch = ''
3030- # only a small portion of the listed packages are actually needed for running the tests
3131- # so instead of removing them one by one remove everything
3232- rm test-requirements.txt
3333- '';
3434-3529 build-system = [
3630 openstackdocstheme
3731 setuptools
···213213 bibata-extra-cursors = throw "bibata-cursors has been removed as it was broken"; # Added 2024-07-15
214214 bitcoin-unlimited = throw "bitcoin-unlimited has been removed as it was broken and unmaintained"; # Added 2024-07-15
215215 bitcoind-unlimited = throw "bitcoind-unlimited has been removed as it was broken and unmaintained"; # Added 2024-07-15
216216- bird = bird2; # Added 2025-01-11
216216+ bird = throw "The bird alias was ambiguous and has been removed for the time being. Please explicitly choose bird2 or bird3."; # Added 2025-01-11
217217 bisq-desktop = throw "bisq-desktop has been removed because OpenJFX 11 was removed"; # Added 2024-11-17
218218 bitwarden = bitwarden-desktop; # Added 2024-02-25
219219 blender-with-packages = args: