diff --git a/doc/release-notes/rl-2611.section.md b/doc/release-notes/rl-2611.section.md index 57e443dfd8dc..962a303c1a83 100644 --- a/doc/release-notes/rl-2611.section.md +++ b/doc/release-notes/rl-2611.section.md @@ -101,6 +101,8 @@ - `pdns` has been updated from `5.0.x` to `5.1.x`. Please be sure to review the [Upgrade Notes](https://doc.powerdns.com/authoritative/upgrading.html#to-5-1-0) before upgrading. Namely LUA record updates are no longer allowed by default, and the embedded webserver no longer includes a `access-control-allow-origin: *` header by default. +- LibreOffice upstream switched from Fresh/Still stable branches to a single Stable branch; `libreoffice` and `libreoffice-qt` work as before, but more specific aliases like `libreoffice-fresh` should be replaced. + - `davmail` no longer supports building with GTK 2, and the `preferGtk3` override flag has been removed as GTK 3 is always used. - Support for the legacy U‐Boot image format has been removed from the Linux kernel builders, as it is deprecated upstream and no longer used by any platform in Nixpkgs. diff --git a/nixos/doc/manual/release-notes/rl-2511.section.md b/nixos/doc/manual/release-notes/rl-2511.section.md index 73f460d97369..205d025cc4c0 100644 --- a/nixos/doc/manual/release-notes/rl-2511.section.md +++ b/nixos/doc/manual/release-notes/rl-2511.section.md @@ -464,7 +464,7 @@ - `services.pds` has been renamed to `services.bluesky-pds`. -- `services.pfix-srsd` now automatically integrates with the local Postfix instance, when enabled. This behavior can disabled using the [services.pfix-srsd.configurePostfix](#opt-services.pfix-srsd.configurePostfix) option. +- `services.pfix-srsd` now automatically integrates with the local Postfix instance, when enabled. This behavior can disabled using the `services.pfix-srsd.configurePostfix` option. - `services.postsrsd` now automatically integrates with the local Postfix instance, when enabled. This behavior can disabled using the [services.postsrsd.configurePostfix](#opt-services.postsrsd.configurePostfix) option. diff --git a/nixos/doc/manual/release-notes/rl-2611.section.md b/nixos/doc/manual/release-notes/rl-2611.section.md index ca73d536e18a..5ea5ba0f18d3 100644 --- a/nixos/doc/manual/release-notes/rl-2611.section.md +++ b/nixos/doc/manual/release-notes/rl-2611.section.md @@ -184,6 +184,8 @@ - `services.komodo-periphery` has been updated to support version 2.0.0. Some options have been renamed to match the new configuration structure; compatibility aliases are provided for the renamed options. The `passkeys` and `outbound.onboardingKey` options have been removed; use `passkeyFiles`, `auth.privateKey`/`auth.corePublicKeys`, or `outbound.onboardingKeyFile` instead. New outbound mode configuration is available under `outbound.*`. +- `services.pfix-srsd` and the supporting `pfixtools` package have been removed, as the project is dormant and does not support pcre2. `services.postsrsd` is the recommended replacement for Sender Rewriting Scheme support with Postfix. + - Package `overseerr` has been removed as the `overseerr` and `jellyseerr` projects were merged under `seerr`. - `slskd` has been updated to v0.25.0, which renames the `global` option to `transfers`. Please review the [changelog](https://github.com/slskd/slskd/releases#release-0.25.0). diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 112eeb651005..2f989934e0e9 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -804,7 +804,6 @@ ./services/mail/offlineimap.nix ./services/mail/opendkim.nix ./services/mail/opensmtpd.nix - ./services/mail/pfix-srsd.nix ./services/mail/postfix-tlspol.nix ./services/mail/postfix.nix ./services/mail/postgrey.nix diff --git a/nixos/modules/programs/atuin.nix b/nixos/modules/programs/atuin.nix index 51541959606a..c473c56e21f1 100644 --- a/nixos/modules/programs/atuin.nix +++ b/nixos/modules/programs/atuin.nix @@ -60,7 +60,7 @@ in description = '' Configuration written to {file}`/etc/atuin/config.toml`. - See for the full list + See for the full list of options. ''; }; @@ -99,7 +99,7 @@ in {file}`/etc/atuin/themes/theme-name.toml` where the name of each attribute is the theme-name - See for the full list + See for the full list of options. ''; default = { }; diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix index 762526f4d338..b382b9ee717c 100644 --- a/nixos/modules/rename.nix +++ b/nixos/modules/rename.nix @@ -320,6 +320,9 @@ in The Javascript version of Parsoid configured through this module does not work with modern MediaWiki versions, and has been deprecated by upstream, so it has been removed. MediaWiki comes with a new PHP-based parser built-in, so there is no need for this module. '') + (mkRemovedOptionModule [ "services" "pfix-srsd" ] '' + The pfixtools project is dormant and does not support pcre2. `services.postsrsd` is the recommended replacement for Sender Rewriting Scheme support with Postfix. + '') (mkRemovedOptionModule [ "services" "pingvin-share" ] '' The `pingvin-share.backend` package was broken and the project was archived upstream, so it was removed from nixpkgs. '') diff --git a/nixos/modules/services/mail/pfix-srsd.nix b/nixos/modules/services/mail/pfix-srsd.nix deleted file mode 100644 index be77cacd01f3..000000000000 --- a/nixos/modules/services/mail/pfix-srsd.nix +++ /dev/null @@ -1,81 +0,0 @@ -{ - config, - lib, - pkgs, - ... -}: - -let - cfg = config.services.pfix-srsd; -in -{ - - ###### interface - - options = { - - services.pfix-srsd = { - enable = lib.mkOption { - default = false; - type = lib.types.bool; - description = "Whether to run the postfix sender rewriting scheme daemon."; - }; - - domain = lib.mkOption { - description = "The domain for which to enable srs"; - type = lib.types.str; - example = "example.com"; - }; - - secretsFile = lib.mkOption { - description = '' - The secret data used to encode the SRS address. - to generate, use a command like: - `for n in $(seq 5); do dd if=/dev/urandom count=1 bs=1024 status=none | sha256sum | sed 's/ -$//' | sed 's/^/ /'; done` - ''; - type = lib.types.path; - default = "/var/lib/pfix-srsd/secrets"; - }; - - configurePostfix = lib.mkOption { - type = lib.types.bool; - default = true; - description = '' - Whether to configure the required settings to use pfix-srsd in the local Postfix instance. - ''; - }; - }; - }; - - ###### implementation - - config = lib.mkMerge [ - (lib.mkIf (cfg.enable && cfg.configurePostfix && config.services.postfix.enable) { - services.postfix.settings.main = { - sender_canonical_maps = [ "tcp:127.0.0.1:10001" ]; - sender_canonical_classes = [ "envelope_sender" ]; - recipient_canonical_maps = [ "tcp:127.0.0.1:10002" ]; - recipient_canonical_classes = [ "envelope_recipient" ]; - }; - }) - - (lib.mkIf cfg.enable { - environment = { - systemPackages = [ pkgs.pfixtools ]; - }; - - systemd.services.pfix-srsd = { - description = "Postfix sender rewriting scheme daemon"; - before = [ "postfix.service" ]; - #note that we use requires rather than wants because postfix - #is unable to process (almost) all mail without srsd - requiredBy = [ "postfix.service" ]; - serviceConfig = { - Type = "forking"; - PIDFile = "/run/pfix-srsd.pid"; - ExecStart = "${pkgs.pfixtools}/bin/pfix-srsd -p /run/pfix-srsd.pid -I ${config.services.pfix-srsd.domain} ${config.services.pfix-srsd.secretsFile}"; - }; - }; - }) - ]; -} diff --git a/nixos/modules/services/mail/postfix.nix b/nixos/modules/services/mail/postfix.nix index 7839796f1a91..7a11a332a5af 100644 --- a/nixos/modules/services/mail/postfix.nix +++ b/nixos/modules/services/mail/postfix.nix @@ -1296,6 +1296,5 @@ in [ "services" "postfix" "settings" "main" "smtp_tls_security_level" ] (config: lib.mkIf config.services.postfix.useDane "dane") ) - (lib.mkRenamedOptionModule [ "services" "postfix" "useSrs" ] [ "services" "pfix-srsd" "enable" ]) ]; } diff --git a/nixos/modules/services/misc/atuin.nix b/nixos/modules/services/misc/atuin.nix index 4a851089cca5..3821275a56a0 100644 --- a/nixos/modules/services/misc/atuin.nix +++ b/nixos/modules/services/misc/atuin.nix @@ -74,7 +74,7 @@ in default = null; description = '' Environment file, used to set any secret ATUIN_* environment variables, such as ATUIN_DB_URI containing a password. - See https://docs.atuin.sh/cli/self-hosting/server-setup/#configuration for available environment variables. + See for available environment variables. ''; }; }; diff --git a/nixos/modules/system/boot/systemd/nspawn.nix b/nixos/modules/system/boot/systemd/nspawn.nix index b57499a6b8e7..6ff4619b8c5c 100644 --- a/nixos/modules/system/boot/systemd/nspawn.nix +++ b/nixos/modules/system/boot/systemd/nspawn.nix @@ -55,10 +55,14 @@ let "LinkJournal" "Ephemeral" "AmbientCapability" + "SuppressSync" + "PrivateUsersDelegate" + "RestrictAddressFamilies" ]) (assertValueOneOf "Boot" boolValues) (assertValueOneOf "ProcessTwo" boolValues) (assertValueOneOf "NotifyReady" boolValues) + (assertValueOneOf "SuppressSync" boolValues) ]; checkFiles = checkUnitConfig "Files" [ @@ -74,6 +78,7 @@ let "BindUser" "Inaccessible" "PrivateUsersOwnership" + "BindUserShell" ]) (assertValueOneOf "ReadOnly" boolValues) (assertValueOneOf "Volatile" (boolValues ++ [ "state" ])) @@ -97,6 +102,7 @@ let "Bridge" "Zone" "Port" + "NamespacePath" ]) (assertValueOneOf "Private" boolValues) (assertValueOneOf "VirtualEthernet" boolValues) diff --git a/nixos/tests/scx/default.nix b/nixos/tests/scx/default.nix index 41c7b84c90b7..65cc84bc718f 100644 --- a/nixos/tests/scx/default.nix +++ b/nixos/tests/scx/default.nix @@ -20,6 +20,7 @@ flow.configuration.services.scx.scheduler = "scx_flow"; forge.configuration.services.scx.scheduler = "scx_forge"; lavd.configuration.services.scx.scheduler = "scx_lavd"; + mlfq.configuration.services.scx.scheduler = "scx_mlfq"; p2dq.configuration.services.scx.scheduler = "scx_p2dq"; pandemonium.configuration.services.scx.scheduler = "scx_pandemonium"; rlfifo.configuration.services.scx.scheduler = "scx_rlfifo"; @@ -40,6 +41,7 @@ "flow", "forge", "lavd", + "mlfq", "p2dq", "pandemonium", "rlfifo", diff --git a/pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix b/pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix index 7e7c7dc150fe..a896686efb57 100644 --- a/pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix +++ b/pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix @@ -21,22 +21,22 @@ vscode-utils.buildVscodeMarketplaceExtension (finalAttrs: { sources = { "x86_64-linux" = { arch = "linux-x64"; - hash = "sha256-tnYZJ2Lx6AerYLhm5+2bNEpkNWRauDynJiA7T4wvveU="; + hash = "sha256-OkUNFovJqm/F65O9p47lPgne0mjXqMKVPpjSbP2vsHo="; }; "aarch64-linux" = { arch = "linux-arm64"; - hash = "sha256-VNZr3WXNqFA8MYdwFwTjN2QoyRZCgKlKtMso7oocWvE="; + hash = "sha256-oPEwnli4L0FB0G5aJFxqadfSfzfar5FAvR5B03PjQog="; }; "aarch64-darwin" = { arch = "darwin-arm64"; - hash = "sha256-w9afYKBwYitjqu1ORRtEfwZri3FAg7sQ+0p3nTimHzM="; + hash = "sha256-WHZojtsjbDwo+VwCUhj6jJVmhT/WiPlE7WRr8DUq170="; }; }; in { name = "claude-code"; publisher = "anthropic"; - version = "2.1.235"; + version = "2.1.237"; } // sources.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system ${stdenvNoCC.hostPlatform.system}"); diff --git a/pkgs/applications/editors/vscode/extensions/google.colab/default.nix b/pkgs/applications/editors/vscode/extensions/google.colab/default.nix index 2c31ccfcd8bd..f37d202e27ff 100644 --- a/pkgs/applications/editors/vscode/extensions/google.colab/default.nix +++ b/pkgs/applications/editors/vscode/extensions/google.colab/default.nix @@ -7,8 +7,8 @@ vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { publisher = "google"; name = "colab"; - version = "0.8.1"; - hash = "sha256-QKGE6heSrSCm7X0YSOQy6SQeD50AZPS28UYWSWYdJxs="; + version = "0.9.0"; + hash = "sha256-e2w9aZD6GedPXPcTc8j5itYHuL2A4zG+gwhFH+43iDw="; }; meta = { diff --git a/pkgs/applications/editors/vscode/extensions/ms-windows-ai-studio.windows-ai-studio/default.nix b/pkgs/applications/editors/vscode/extensions/ms-windows-ai-studio.windows-ai-studio/default.nix index d86dab37ecd0..f166e186ea0a 100644 --- a/pkgs/applications/editors/vscode/extensions/ms-windows-ai-studio.windows-ai-studio/default.nix +++ b/pkgs/applications/editors/vscode/extensions/ms-windows-ai-studio.windows-ai-studio/default.nix @@ -7,8 +7,8 @@ vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { name = "windows-ai-studio"; publisher = "ms-windows-ai-studio"; - version = "1.6.7"; - hash = "sha256-87ioUa5bpqSlerMvgqSWiWB2xPbb8lje8MChSPV/mKw="; + version = "1.6.8"; + hash = "sha256-UrflXIUTgoMc8D1oyxdmTw6LQz2lLFarEAB/PW1wM5w="; }; meta = { diff --git a/pkgs/applications/emulators/libretro/cores/play.nix b/pkgs/applications/emulators/libretro/cores/play.nix index 26b3d48ea660..bb1531805713 100644 --- a/pkgs/applications/emulators/libretro/cores/play.nix +++ b/pkgs/applications/emulators/libretro/cores/play.nix @@ -14,13 +14,13 @@ }: mkLibretroCore { core = "play"; - version = "0-unstable-2026-07-11"; + version = "0-unstable-2026-08-11"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "50aedca2639521bc498ace0b2be1ea012801a86a"; - hash = "sha256-ywqwy8HwxigRG/2GfvfpewNjTIeunXH9NtyAH5iUfa8="; + rev = "04bde0df87ee7c0e2f0151b51bb2cc22c88541da"; + hash = "sha256-D9GDf3/y6Et93IRUL4V7o7jBhiSHKGCJDpDbIicDHy4="; fetchSubmodules = true; }; diff --git a/pkgs/applications/networking/browsers/chromium/common.nix b/pkgs/applications/networking/browsers/chromium/common.nix index b86c1cebb921..38f9e19accf8 100644 --- a/pkgs/applications/networking/browsers/chromium/common.nix +++ b/pkgs/applications/networking/browsers/chromium/common.nix @@ -656,6 +656,28 @@ let # which is annoying, so let's make it use Go from $PATH for # both (all) architectures instead. ./patches/chromium-151-dawn-use-Go-from-PATH.patch + ] + ++ lib.optionals (chromiumVersionAtLeast "151.0.7922.169" && !ungoogled) [ + # Don't show misleading Terms of Service dialog on first run that literally says [^1] + # + # > This Space Intentionally Blank + # > + # > In official builds this space will show the terms of service. + # + # "official builds" refers to offical Google Chrome builds, not Chromium, for which we + # explicitly set is_official_build=true as gn flag. If this does ever change to something + # actually worthwhile, we can drop this revert and update our VM test to handle this dialog. + # Exclude ungoogled-chromium, as it ships its own variant of this patch. + # [^1]: https://chromium.googlesource.com/chromium/src/+/151.0.7922.169/components/resources/terms/terms_chromium.txt + (fetchpatch { + name = "chromium-151-revert-Show-Linux-first-run-terms-of-service-dialog-by-default.patch"; + # https://chromium-review.googlesource.com/c/chromium/src/+/8257374 + url = "https://chromium.googlesource.com/chromium/src/+/ae9b17ac975d4b10af762e9344083d858f1347ce^!?format=TEXT"; + decode = "base64 -d"; + revert = true; + includes = [ "chrome/browser/first_run/first_run.h" ]; + hash = "sha256-d1Zm2flZPG++ROF4CCawn9U8T7/qgZFMHTXArqIShTk="; + }) ]; postPatch = diff --git a/pkgs/applications/networking/cluster/terraform-providers/providers.json b/pkgs/applications/networking/cluster/terraform-providers/providers.json index a9f414403909..8165b4ba0296 100644 --- a/pkgs/applications/networking/cluster/terraform-providers/providers.json +++ b/pkgs/applications/networking/cluster/terraform-providers/providers.json @@ -787,13 +787,13 @@ "vendorHash": "sha256-mnKXYT0GfIS+ODzBCS9l4rLF1ugadesmpgdOgj74nLg=" }, "jianyuan_sentry": { - "hash": "sha256-V0+vbeECEaeOwr8a1HohdClZKwVkjHSxbhu86Bl9ZKE=", + "hash": "sha256-Mths66WPu6LVclZx+oC6sN3HNnjTGSfitDgWzl0JIbI=", "homepage": "https://registry.terraform.io/providers/jianyuan/sentry", "owner": "jianyuan", "repo": "terraform-provider-sentry", - "rev": "v0.15.4", + "rev": "v0.15.5", "spdx": "MIT", - "vendorHash": "sha256-qSLy0iPPiJ9EdpU1D879bICDKwJfDA+JnxCepsvGVbA=" + "vendorHash": "sha256-ncLndxP/0V+BjpOCd57+069+JIAM2deDPpZftRwm+E8=" }, "joneshf_openwrt": { "hash": "sha256-z78IceF2VJtiQpVqC+rTUDsph73LZawIK+az3rEhljA=", @@ -905,13 +905,13 @@ "vendorHash": "sha256-8Zj4nrEJ38Tz0LOYtghlMnJZJnD2zJjsqawVMTEX0Wk=" }, "metio_migadu": { - "hash": "sha256-LS3G1jw6LRVrN8h96ogCzW13877U5OHZ7KQMZCVCYw0=", + "hash": "sha256-YzSCkHzbLzxhjh+ZNn5lxG7gpeLPYwICHBHy7JKFUKQ=", "homepage": "https://registry.terraform.io/providers/metio/migadu", "owner": "metio", "repo": "terraform-provider-migadu", - "rev": "2026.8.6", + "rev": "2026.8.20", "spdx": "0BSD", - "vendorHash": "sha256-mv0LZx3MjfmsQ5QaaVlklFaGcgoJ/bfaZwyVEig/HZY=" + "vendorHash": "sha256-pLUxFGVrSCIeDNe4gZEl3KoHKE6dqNvzGEZQTOBaM3Q=" }, "mongey_kafka": { "hash": "sha256-rTa6c7jAMH027V7h/yUGVGz6TS0PDdObilxU0Vpr6FI=", diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix index cc8a9e5f959b..9db6b11ea1a8 100644 --- a/pkgs/applications/office/libreoffice/default.nix +++ b/pkgs/applications/office/libreoffice/default.nix @@ -150,8 +150,8 @@ withHelp ? true, withJava ? true, kdeIntegration ? false, - variant ? "fresh", - debugLogging ? variant == "still", + variant ? "stable", + debugLogging ? variant == "stable", qt6, kdePackages, symlinkJoin, @@ -178,8 +178,7 @@ }: assert builtins.elem variant [ - "fresh" - "still" + "stable" "collabora" "collabora-coda" ]; @@ -287,26 +286,6 @@ let ]; }; - # required for libreoffice-still version 25.8.5.2 - liborcus_0_20 = liborcus.overrideAttrs { - version = "0.20.1"; - - src = fetchFromGitLab { - owner = "orcus"; - repo = "orcus"; - rev = "0.20.1"; - hash = "sha256-+YTK0EPgGHN4yKurJjuWWrAHzgtbc1dOvtppcvuRei4="; - }; - - buildInputs = [ - boost188 - libixion - mdds - python3 - zlib - ]; - }; - importVariant = f: import (./. + "/src-${variant}/${f}"); # Update these files with: # nix-shell maintainers/scripts/update.nix --argstr package libreoffice-$VARIANT.unwrapped @@ -399,11 +378,20 @@ stdenv.mkDerivation (finalAttrs: { # Don't detect Qt paths from qmake, so our patched-in onese are used ./dont-detect-qt-paths-from-qmake.patch + ] + ++ lib.optionals (variant != "stable") [ + # Fix build with Poppler 26.01 + (fetchpatch2 { + url = "https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/raw/25.8.7-2/fix_build_with_poppler_26.01.0.patch"; + hash = "sha256-5JTTvJFIV5MG0Gz7y46wAr3q9tWdSVoZ9TJQlMJVqBc="; + }) + # Fix build with Poppler 26.02 (fetchpatch2 { url = "https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/raw/25.8.7-2/fix_build_with_poppler_26.02.0.patch"; hash = "sha256-IInhSoqTemDITB+AtkvVa9eGbodTbUGSpMMpC9N/mmg="; }) + # Fix build with Poppler 26.04 (fetchpatch2 { url = "https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/raw/25.8.7-2/fix_build_with_poppler_26.04.0.patch"; @@ -420,13 +408,6 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-j66IsrzaqQ55MRVzhlw25guuoDtxx1D4XeJsBhgWP2c="; }) ] - ++ lib.optionals (variant != "fresh") [ - # Fix build with Poppler 26.01 - (fetchpatch2 { - url = "https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/raw/25.8.7-2/fix_build_with_poppler_26.01.0.patch"; - hash = "sha256-5JTTvJFIV5MG0Gz7y46wAr3q9tWdSVoZ9TJQlMJVqBc="; - }) - ] ++ lib.optionals (variant != "collabora" && variant != "collabora-coda") [ # Revert part of https://github.com/LibreOffice/core/commit/6f60670877208612b5ea320b3677480ef6508abb that broke zlib linking ./readd-explicit-zlib-link.patch @@ -608,10 +589,7 @@ stdenv.mkDerivation (finalAttrs: { mdds_2_1 md4c ] - ++ optionals (variant == "still") [ - liborcus_0_20 - ] - ++ optionals (variant == "fresh") [ + ++ optionals (variant == "stable") [ fast-float liborcus md4c diff --git a/pkgs/applications/office/libreoffice/skip-broken-tests-fresh.patch b/pkgs/applications/office/libreoffice/skip-broken-tests-stable.patch similarity index 100% rename from pkgs/applications/office/libreoffice/skip-broken-tests-fresh.patch rename to pkgs/applications/office/libreoffice/skip-broken-tests-stable.patch diff --git a/pkgs/applications/office/libreoffice/skip-broken-tests-still.patch b/pkgs/applications/office/libreoffice/skip-broken-tests-still.patch deleted file mode 100644 index 50a1a9747c17..000000000000 --- a/pkgs/applications/office/libreoffice/skip-broken-tests-still.patch +++ /dev/null @@ -1,253 +0,0 @@ ---- a/sc/qa/extras/vba-macro-test.cxx -+++ b/sc/qa/extras/vba-macro-test.cxx -@@ -355,7 +355,7 @@ CPPUNIT_TEST_FIXTURE(VBAMacroTest, testVba) - // Failed: : Test change event for Range.FillRight: - // Tests passed: 4 - // Tests failed: 4 --#if !defined(_WIN32) -+#if 0 // flaky, see above - { u"Ranges-3.xls"_ustr, - u"vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document"_ustr }, - #endif ---- a/sc/qa/unit/tiledrendering/tiledrendering.cxx -+++ b/sc/qa/unit/tiledrendering/tiledrendering.cxx -@@ -2954,6 +2954,7 @@ CPPUNIT_TEST_FIXTURE(ScTiledRenderingTest, testCommentCellCopyPaste) - - CPPUNIT_TEST_FIXTURE(ScTiledRenderingTest, testInvalidEntrySave) - { -+ return; // hangs (forever?) - loadFromFile(u"validity.xlsx"); - - // .uno:Save modifies the original file, make a copy first -@@ -3212,6 +3213,7 @@ CPPUNIT_TEST_FIXTURE(ScTiledRenderingTest, testUndoReorderingMulti) - - CPPUNIT_TEST_FIXTURE(ScTiledRenderingTest, testGetViewRenderState) - { -+ return; // fails on aarch64 - // Add a pair of schemes, last added is the default - svtools::EditableColorConfig aColorConfig; - aColorConfig.AddScheme(u"Dark"_ustr); ---- a/sc/qa/unit/ucalc_formula.cxx -+++ b/sc/qa/unit/ucalc_formula.cxx -@@ -1507,6 +1507,8 @@ CPPUNIT_TEST_FIXTURE(TestFormula, testFormulaAnnotateTrimOnDoubleRefs) - - CPPUNIT_TEST_FIXTURE(TestFormula, testFormulaRefUpdate) - { -+ return; // fails consistently on nixpkgs? -+ - m_pDoc->InsertTab(0, u"Formula"_ustr); - - sc::AutoCalcSwitch aACSwitch(*m_pDoc, true); // turn auto calc on. ---- a/sw/qa/extras/tiledrendering/tiledrendering.cxx -+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx -@@ -447,6 +447,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testSearchAll) - - CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testSearchAllNotifications) - { -+ return; // flaky on GTK -+ - createDoc("search.odt"); - SwWrtShell* pWrtShell = getSwDocShell()->GetWrtShell(); - setupLibreOfficeKitViewCallback(pWrtShell->GetSfxViewShell()); -@@ -970,6 +972,8 @@ namespace { - - CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testMissingInvalidation) - { -+ return; // flaky on GTK -+ - // Create two views. - SwXTextDocument* pXTextDocument = createDoc("dummy.fodt"); - ViewCallback aView1; -@@ -1003,6 +1007,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testMissingInvalidation) - - CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testViewCursors) - { -+ return; // flaky on GTK -+ - SwXTextDocument* pXTextDocument = createDoc("dummy.fodt"); - ViewCallback aView1; - SfxLokHelper::createView(); -@@ -3197,6 +3203,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testRedlineNotificationDuringSave) - - CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testHyperlink) - { -+ return; // flaky on GTK -+ - comphelper::LibreOfficeKit::setViewIdForVisCursorInvalidation(true); - SwXTextDocument* pXTextDocument = createDoc("hyperlink.odt"); - SwWrtShell* pWrtShell = pXTextDocument->GetDocShell()->GetWrtShell(); -@@ -3407,6 +3415,8 @@ static void lcl_extractHandleParameters(std::string_view selection, sal_Int32& i - - CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testMoveShapeHandle) - { -+ return; // flaky on GTK -+ - createDoc("shape.fodt"); - - SwWrtShell* pWrtShell = getSwDocShell()->GetWrtShell(); ---- a/sdext/qa/unit/pdfimport.cxx 2025-03-22 14:46:52.202082763 +0100 -+++ b/sdext/qa/unit/pdfimport.cxx 2025-03-22 14:49:22.947719369 +0100 -@@ -785,6 +785,7 @@ - - void testTdf104597_textrun() - { -+ return; // apparently geometry-sensitive ? - #if HAVE_FEATURE_POPPLER - rtl::Reference xAdaptor(new pdfi::PDFIRawAdaptor(OUString(), getComponentContext())); - xAdaptor->setTreeVisitorFactory(createDrawTreeVisitorFactory()); ---- a/vcl/qa/cppunit/pdfexport/pdfexport2.cxx 2025-03-22 14:51:45.421728759 +0100 -+++ b/vcl/qa/cppunit/pdfexport/pdfexport2.cxx 2025-03-22 14:51:59.684729699 +0100 -@@ -5721,6 +5721,7 @@ - - CPPUNIT_TEST_FIXTURE(PdfExportTest2, testTdf164106SplitReorderedClusters) - { -+ return; // Unsure where the extra objects on the page come from - aMediaDescriptor[u"FilterName"_ustr] <<= u"writer_pdf_Export"_ustr; - saveAsPDF(u"tdf164106.fodt"); - ---- a/sw/qa/extras/layout/layout3.cxx -+++ b/sw/qa/extras/layout/layout3.cxx -@@ -1388,6 +1388,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, testTdf158658c) - - CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, testTdf155177) - { -+ return; // flaky -+ - createSwDoc("tdf155177-1-min.odt"); - - uno::Reference xStyle( ---- a/sw/qa/extras/layout/layout4.cxx -+++ b/sw/qa/extras/layout/layout4.cxx -@@ -1518,6 +1518,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf104209VertRTL) - - CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408LTR) - { -+ return; // fails due to missing font: Noto Sans Hebrew - // Verify that line breaking a first bidi portion correctly underflows in LTR text - createSwDoc("tdf56408-ltr.fodt"); - auto pXmlDoc = parseLayoutDump(); -@@ -1532,6 +1533,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408LTR) - - CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408RTL) - { -+ return; // fails due to missing font: Noto Sans Hebrew - // Verify that line breaking a first bidi portion correctly underflows in RTL text - createSwDoc("tdf56408-rtl.fodt"); - auto pXmlDoc = parseLayoutDump(); -@@ -1546,6 +1548,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408RTL) - - CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408NoUnderflow) - { -+ return; // fails due to missing font: Noto Sans Hebrew - // The fix for tdf#56408 introduced a change to line breaking between text with - // direction changes. This test verifies behavior in the trivial case, when a - // break opportunity exists at the direction change boundary. -@@ -1562,6 +1565,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408NoUnderflow) - - CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408AfterFieldCrash) - { -+ return; // fails due to missing font: Noto Sans Hebrew - // Verify there is no crash/assertion for underflow after a number field - createSwDoc("tdf56408-after-field.fodt"); - } -@@ -1619,6 +1623,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf164907_rowHeightAtLeast) - - CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf157829LTR) - { -+ return; // fails due to missing font: Noto Sans Hebrew - // Verify that line breaking inside a bidi portion triggers underflow to previous bidi portions - createSwDoc("tdf157829-ltr.fodt"); - auto pXmlDoc = parseLayoutDump(); -@@ -1633,6 +1638,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf157829LTR) - - CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf157829RTL) - { -+ return; // fails due to missing font: Noto Sans Hebrew - // Verify that line breaking inside a bidi portion triggers underflow to previous bidi portions - createSwDoc("tdf157829-rtl.fodt"); - auto pXmlDoc = parseLayoutDump(); ---- a/sw/qa/extras/layout/layout5.cxx -+++ b/sw/qa/extras/layout/layout5.cxx -@@ -1544,6 +1544,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter5, testTdf144450) - - CPPUNIT_TEST_FIXTURE(SwLayoutWriter5, testTdf166152) - { -+ return; // fails due to missing font: Noto Sans -+ - createSwDoc("tdf166152.fodt"); - - auto* pWrtShell = getSwDocShell()->GetWrtShell(); ---- a/unoxml/qa/unit/rdftest.cxx -+++ b/unoxml/qa/unit/rdftest.cxx -@@ -962,6 +962,7 @@ CPPUNIT_TEST_FIXTURE(RDFStreamTest, testTdf123293) - - CPPUNIT_TEST_FIXTURE(RDFStreamTest, testDocumentMetadataAccess) - { -+ return; // fails on aarch64 - loadFromURL(u"private:factory/swriter"_ustr); - - uno::Reference xDocumentMetadataAccess(mxComponent, ---- a/vcl/qa/cppunit/pdfexport/pdfexport2.cxx -+++ b/vcl/qa/cppunit/pdfexport/pdfexport2.cxx -@@ -6077,6 +6077,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest2, testTdf162750SmallCapsLigature) - - CPPUNIT_TEST_FIXTURE(PdfExportTest2, testTdf164106SplitReorderedClusters) - { -+ return; // fails due to missing font: Noto Sans - saveAsPDF(u"tdf164106.fodt"); - - auto pPdfDocument = parsePDFExport(); ---- i/sc/qa/extras/scsolverobj.cxx -+++ w/sc/qa/extras/scsolverobj.cxx -@@ -74,6 +74,7 @@ void ScSolverSettingsObj::testCellRangeAddress(const uno::Any& rExpected, const - // Creates a model using the XSolverSettings API checks if it is accessible via the API - void ScSolverSettingsObj::testXSolverSettings() - { -+ return; - uno::Reference xDoc(mxComponent, uno::UNO_QUERY_THROW); - uno::Reference xIndex(xDoc->getSheets(), uno::UNO_QUERY_THROW); - uno::Reference xSheet(xIndex->getByIndex(0), uno::UNO_QUERY_THROW); -diff --git i/vcl/qa/cppunit/pdfexport/pdfexport2.cxx w/vcl/qa/cppunit/pdfexport/pdfexport2.cxx -index b9c560f422b5..e415b1fcc807 100644 ---- i/vcl/qa/cppunit/pdfexport/pdfexport2.cxx -+++ w/vcl/qa/cppunit/pdfexport/pdfexport2.cxx -@@ -6320,6 +6320,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest2, testTextBoxRuby) - - CPPUNIT_TEST_FIXTURE(PdfExportTest2, testTdf166044ContFootnoteOnlyOnePgNum) - { -+ return; // fails due to missing font: Noto Sans Lao - saveAsPDF(u"tdf166044-cont-footnote-one-pgnum.fodt"); - - auto pPdfDocument = parsePDFExport(); -diff --git a/svgio/qa/cppunit/data/tdf160386.svg b/svgio/qa/cppunit/data/tdf160386.svg -index 1644b0d15514..cf429508bcd4 100644 ---- a/svgio/qa/cppunit/data/tdf160386.svg -+++ b/svgio/qa/cppunit/data/tdf160386.svg -@@ -8,7 +8,6 @@ - Hello! - Hola! - Bonjour! -- こんにちは - Привет! - - -diff --git i/sc/qa/unit/subsequent_export_test2.cxx w/sc/qa/unit/subsequent_export_test2.cxx -index 956838656b28..70b38e4d59ba 100644 ---- i/sc/qa/unit/subsequent_export_test2.cxx -+++ w/sc/qa/unit/subsequent_export_test2.cxx -@@ -100,6 +100,7 @@ CPPUNIT_TEST_FIXTURE(ScExportTest2, testRefStringXLSX) - - CPPUNIT_TEST_FIXTURE(ScExportTest2, testRefStringConfigXLSX) - { -+ return; - // this doc is configured with CalcA1 ref syntax - createScDoc("xlsx/empty.xlsx"); - -@@ -137,6 +138,7 @@ CPPUNIT_TEST_FIXTURE(ScExportTest2, testRefStringConfigXLSX) - - CPPUNIT_TEST_FIXTURE(ScExportTest2, testRefStringUnspecified) - { -+ return; - createScDoc(); - - ScDocument* pDoc = getScDoc(); diff --git a/pkgs/applications/office/libreoffice/src-fresh/help.nix b/pkgs/applications/office/libreoffice/src-fresh/help.nix deleted file mode 100644 index 3e1a1753d9d8..000000000000 --- a/pkgs/applications/office/libreoffice/src-fresh/help.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ fetchurl, ... }: -fetchurl { - sha256 = "0s15v57xn936mwxrksfc2xy5pfr7jphfiw8ihhij3sxjq4qr49ys"; - url = "https://download.documentfoundation.org/libreoffice/src/26.2.1/libreoffice-help-26.2.1.2.tar.xz"; -} diff --git a/pkgs/applications/office/libreoffice/src-fresh/main.nix b/pkgs/applications/office/libreoffice/src-fresh/main.nix deleted file mode 100644 index 105150a9e20f..000000000000 --- a/pkgs/applications/office/libreoffice/src-fresh/main.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ fetchurl, ... }: -fetchurl { - sha256 = "0a7wx3slnnbvql59dihby5gb57xbdxm29qiw1dqkfapvfdgj5khq"; - url = "https://download.documentfoundation.org/libreoffice/src/26.2.1/libreoffice-26.2.1.2.tar.xz"; -} diff --git a/pkgs/applications/office/libreoffice/src-fresh/translations.nix b/pkgs/applications/office/libreoffice/src-fresh/translations.nix deleted file mode 100644 index 2a09b2415c3e..000000000000 --- a/pkgs/applications/office/libreoffice/src-fresh/translations.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ fetchurl, ... }: -fetchurl { - sha256 = "0hwim8sz9kf802svnv1py4fw4pv9n0ilk5k1r2801r843vlxsy2c"; - url = "https://download.documentfoundation.org/libreoffice/src/26.2.1/libreoffice-translations-26.2.1.2.tar.xz"; -} diff --git a/pkgs/applications/office/libreoffice/src-fresh/version.nix b/pkgs/applications/office/libreoffice/src-fresh/version.nix deleted file mode 100644 index c5f86e6b6112..000000000000 --- a/pkgs/applications/office/libreoffice/src-fresh/version.nix +++ /dev/null @@ -1 +0,0 @@ -"26.2.1.2" diff --git a/pkgs/applications/office/libreoffice/src-fresh/deps.nix b/pkgs/applications/office/libreoffice/src-stable/deps.nix similarity index 77% rename from pkgs/applications/office/libreoffice/src-fresh/deps.nix rename to pkgs/applications/office/libreoffice/src-stable/deps.nix index 54761c791d9c..d75123ca824a 100644 --- a/pkgs/applications/office/libreoffice/src-fresh/deps.nix +++ b/pkgs/applications/office/libreoffice/src-stable/deps.nix @@ -1,10 +1,10 @@ [ { - name = "libabw-0.1.3.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libabw-0.1.3.tar.xz"; - sha256 = "e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed"; + name = "libabw-0.1.4.tar.xz"; + url = "https://dev-www.libreoffice.org/src/libabw-0.1.4.tar.xz"; + sha256 = "fa2685a3440da6e03a66a778480d93cb95f6064e4541e58e37397680760fd6a0"; md5 = ""; - md5name = "e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed-libabw-0.1.3.tar.xz"; + md5name = "fa2685a3440da6e03a66a778480d93cb95f6064e4541e58e37397680760fd6a0-libabw-0.1.4.tar.xz"; } { name = "phc-winner-argon2-20190702.tar.gz"; @@ -56,11 +56,11 @@ md5name = "445ed8208a6e4823de1226a74ca319d3600e83f6369f99b14265006599c32ccb-cairo-1.18.4.tar.xz"; } { - name = "libcdr-0.1.8.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libcdr-0.1.8.tar.xz"; - sha256 = "ced677c8300b29c91d3004bb1dddf0b99761bf5544991c26c2ee8f427e87193c"; + name = "libcdr-0.1.9.tar.xz"; + url = "https://dev-www.libreoffice.org/src/libcdr-0.1.9.tar.xz"; + sha256 = "f7bb6abdd7f226820f288a93dd8d07759833c0250d9e202af90f9b312c4665a3"; md5 = ""; - md5name = "ced677c8300b29c91d3004bb1dddf0b99761bf5544991c26c2ee8f427e87193c-libcdr-0.1.8.tar.xz"; + md5name = "f7bb6abdd7f226820f288a93dd8d07759833c0250d9e202af90f9b312c4665a3-libcdr-0.1.9.tar.xz"; } { name = "clucene-core-2.3.3.4.tar.gz"; @@ -84,11 +84,11 @@ md5name = "e64b5fff88e04959154adbd5fb83331d91f2e04ac06454671cdfcbdff172b158-fast_float-8.2.2.tar.gz"; } { - name = "libcmis-0.6.2.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libcmis-0.6.2.tar.xz"; - sha256 = "1b5c2d7258ff93eb5f9958ff0e4dfd7332dc75a071bb717dde2217a26602a644"; + name = "libcmis-0.6.3.tar.xz"; + url = "https://dev-www.libreoffice.org/src/libcmis-0.6.3.tar.xz"; + sha256 = "5adb3781f374adf491103b2cb2dc290085150c9b7d097baf56d8ac35df84e792"; md5 = ""; - md5name = "1b5c2d7258ff93eb5f9958ff0e4dfd7332dc75a071bb717dde2217a26602a644-libcmis-0.6.2.tar.xz"; + md5name = "5adb3781f374adf491103b2cb2dc290085150c9b7d097baf56d8ac35df84e792-libcmis-0.6.3.tar.xz"; } { name = "CoinMP-1.8.4.tgz"; @@ -105,18 +105,18 @@ md5name = "89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7-cppunit-1.15.1.tar.gz"; } { - name = "curl-8.14.1.tar.xz"; - url = "https://dev-www.libreoffice.org/src/curl-8.14.1.tar.xz"; - sha256 = "f4619a1e2474c4bbfedc88a7c2191209c8334b48fa1f4e53fd584cc12e9120dd"; + name = "curl-8.21.0.tar.xz"; + url = "https://dev-www.libreoffice.org/src/curl-8.21.0.tar.xz"; + sha256 = "aa1b66a70eace83dc624508745646c08ae561de512ab403adffb93ac87fc72e6"; md5 = ""; - md5name = "f4619a1e2474c4bbfedc88a7c2191209c8334b48fa1f4e53fd584cc12e9120dd-curl-8.14.1.tar.xz"; + md5name = "aa1b66a70eace83dc624508745646c08ae561de512ab403adffb93ac87fc72e6-curl-8.21.0.tar.xz"; } { - name = "libe-book-0.1.3.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libe-book-0.1.3.tar.xz"; - sha256 = "7e8d8ff34f27831aca3bc6f9cc532c2f90d2057c778963b884ff3d1e34dfe1f9"; + name = "libe-book-0.1.4.tar.xz"; + url = "https://dev-www.libreoffice.org/src/libe-book-0.1.4.tar.xz"; + sha256 = "104b7e791b6632745898e9b6a0037b7540235771a4d8c3bde2c764466ad912f1"; md5 = ""; - md5name = "7e8d8ff34f27831aca3bc6f9cc532c2f90d2057c778963b884ff3d1e34dfe1f9-libe-book-0.1.3.tar.xz"; + md5name = "104b7e791b6632745898e9b6a0037b7540235771a4d8c3bde2c764466ad912f1-libe-book-0.1.4.tar.xz"; } { name = "libepoxy-1.5.10.tar.gz"; @@ -147,11 +147,11 @@ md5name = "032b71cb597edd92a0b270b916188281bc35be55296b263f6817b29adbcb1709-libetonyek-0.1.13.tar.xz"; } { - name = "expat-2.7.4.tar.xz"; - url = "https://dev-www.libreoffice.org/src/expat-2.7.4.tar.xz"; - sha256 = "9e9cabb457c1e09de91db2706d8365645792638eb3be1f94dbb2149301086ac0"; + name = "expat-2.8.2.tar.xz"; + url = "https://dev-www.libreoffice.org/src/expat-2.8.2.tar.xz"; + sha256 = "3ad89b8588e6644bd4e49981480d48b21289eebbcd4f0a1a4afb1c29f99b6ab4"; md5 = ""; - md5name = "9e9cabb457c1e09de91db2706d8365645792638eb3be1f94dbb2149301086ac0-expat-2.7.4.tar.xz"; + md5name = "3ad89b8588e6644bd4e49981480d48b21289eebbcd4f0a1a4afb1c29f99b6ab4-expat-2.8.2.tar.xz"; } { name = "Firebird-3.0.7.33374-0.tar.bz2"; @@ -161,11 +161,11 @@ md5name = "acb85cedafa10ce106b1823fb236b1b3e5d942a5741e8f8435cc8ccfec0afe76-Firebird-3.0.7.33374-0.tar.bz2"; } { - name = "fontconfig-2.17.1.tar.xz"; - url = "https://dev-www.libreoffice.org/src/fontconfig-2.17.1.tar.xz"; - sha256 = "9f5cae93f4fffc1fbc05ae99cdfc708cd60dfd6612ffc0512827025c026fa541"; + name = "fontconfig-2.18.0.tar.xz"; + url = "https://dev-www.libreoffice.org/src/fontconfig-2.18.0.tar.xz"; + sha256 = "e7064a4725431ddba06ff8b971ec5a4b422e23b0169ce215747beedcb30e9073"; md5 = ""; - md5name = "9f5cae93f4fffc1fbc05ae99cdfc708cd60dfd6612ffc0512827025c026fa541-fontconfig-2.17.1.tar.xz"; + md5name = "e7064a4725431ddba06ff8b971ec5a4b422e23b0169ce215747beedcb30e9073-fontconfig-2.18.0.tar.xz"; } { name = "crosextrafonts-20130214.tar.gz"; @@ -406,18 +406,18 @@ md5name = "4302809cf4b95b481bec53de87484d919b391c90a518d065f6c775fd435a5393-Lunasima-2.009.zip"; } { - name = "libfreehand-0.1.2.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libfreehand-0.1.2.tar.xz"; - sha256 = "0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac"; + name = "libfreehand-0.1.3.tar.xz"; + url = "https://dev-www.libreoffice.org/src/libfreehand-0.1.3.tar.xz"; + sha256 = "a431d78767e5aa27ade7c6d1b7a11a9f1848cb4b9260bf0a6a44689553ecccfe"; md5 = ""; - md5name = "0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac-libfreehand-0.1.2.tar.xz"; + md5name = "a431d78767e5aa27ade7c6d1b7a11a9f1848cb4b9260bf0a6a44689553ecccfe-libfreehand-0.1.3.tar.xz"; } { - name = "freetype-2.14.1.tar.xz"; - url = "https://dev-www.libreoffice.org/src/freetype-2.14.1.tar.xz"; - sha256 = "32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc"; + name = "freetype-2.14.3.tar.xz"; + url = "https://dev-www.libreoffice.org/src/freetype-2.14.3.tar.xz"; + sha256 = "36bc4f1cc413335368ee656c42afca65c5a3987e8768cc28cf11ba775e785a5f"; md5 = ""; - md5name = "32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc-freetype-2.14.1.tar.xz"; + md5name = "36bc4f1cc413335368ee656c42afca65c5a3987e8768cc28cf11ba775e785a5f-freetype-2.14.3.tar.xz"; } { name = "frozen-1.2.0.tar.gz"; @@ -441,11 +441,11 @@ md5name = "bfc17f5bd1b178c8649fdd918956d277080f33df006a2dc40acdecdce68c50dd-gpgme-1.24.3.tar.bz2"; } { - name = "graphite2-minimal-1.3.14.tgz"; - url = "https://dev-www.libreoffice.org/src/graphite2-minimal-1.3.14.tgz"; - sha256 = "b8e892d8627c41888ff121e921455b9e2d26836978f2359173d19825da62b8fc"; + name = "graphite2-minimal-1.3.15.tgz"; + url = "https://dev-www.libreoffice.org/src/graphite2-minimal-1.3.15.tgz"; + sha256 = "10cfc69a6f859ce875b9708d170b8222eba76cdb89b6dbb4ee1e375bc7242409"; md5 = ""; - md5name = "b8e892d8627c41888ff121e921455b9e2d26836978f2359173d19825da62b8fc-graphite2-minimal-1.3.14.tgz"; + md5name = "10cfc69a6f859ce875b9708d170b8222eba76cdb89b6dbb4ee1e375bc7242409-graphite2-minimal-1.3.15.tgz"; } { name = "harfbuzz-12.3.2.tar.xz"; @@ -462,18 +462,18 @@ md5name = "17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip"; } { - name = "hunspell-1.7.2.tar.gz"; - url = "https://dev-www.libreoffice.org/src/hunspell-1.7.2.tar.gz"; - sha256 = "11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8"; + name = "hunspell-1.7.3.tar.gz"; + url = "https://dev-www.libreoffice.org/src/hunspell-1.7.3.tar.gz"; + sha256 = "433274dac0619cb00c2e18b43a3dd3a9d50da5b5613fa9b5c21781e35dd76bc1"; md5 = ""; - md5name = "11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8-hunspell-1.7.2.tar.gz"; + md5name = "433274dac0619cb00c2e18b43a3dd3a9d50da5b5613fa9b5c21781e35dd76bc1-hunspell-1.7.3.tar.gz"; } { - name = "hyphen-2.8.8.tar.gz"; - url = "https://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz"; - sha256 = "304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705"; - md5 = "5ade6ae2a99bc1e9e57031ca88d36dad"; - md5name = "5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz"; + name = "hyphen-2.8.9.tar.gz"; + url = "https://dev-www.libreoffice.org/src/442b985e604f8143a5a0e7bacd6b2e40-hyphen-2.8.9.tar.gz"; + sha256 = "783743daf477de8c4d16e3c74b4d2827377017718d8e17e2d9440210246f6abe"; + md5 = "442b985e604f8143a5a0e7bacd6b2e40"; + md5name = "442b985e604f8143a5a0e7bacd6b2e40-hyphen-2.8.9.tar.gz"; } { name = "IAccessible2-1.3+git20231013.3d8c7f0.tar.gz"; @@ -483,18 +483,18 @@ md5name = "0e279003f5199f80031c6dcd08f79d6f65a0505139160e7df0d09b226bff4023-IAccessible2-1.3+git20231013.3d8c7f0.tar.gz"; } { - name = "icu4c-78.2-sources.tgz"; - url = "https://dev-www.libreoffice.org/src/icu4c-78.2-sources.tgz"; - sha256 = "3e99687b5c435d4b209630e2d2ebb79906c984685e78635078b672e03c89df35"; + name = "icu4c-78.3-sources.tgz"; + url = "https://dev-www.libreoffice.org/src/icu4c-78.3-sources.tgz"; + sha256 = "3a2e7a47604ba702f345878308e6fefeca612ee895cf4a5f222e7955fabfe0c0"; md5 = ""; - md5name = "3e99687b5c435d4b209630e2d2ebb79906c984685e78635078b672e03c89df35-icu4c-78.2-sources.tgz"; + md5name = "3a2e7a47604ba702f345878308e6fefeca612ee895cf4a5f222e7955fabfe0c0-icu4c-78.3-sources.tgz"; } { - name = "icu4c-78.2-data.zip"; - url = "https://dev-www.libreoffice.org/src/icu4c-78.2-data.zip"; - sha256 = "582968cf174c9498b2046b4f4e7f786def5f18222bd8d98432d7a29399c38c70"; + name = "icu4c-78.3-data.zip"; + url = "https://dev-www.libreoffice.org/src/icu4c-78.3-data.zip"; + sha256 = "9d8b3899096aeb83e4e21ef8a40fec9e03b28db18c48452efac882ce25a91e27"; md5 = ""; - md5name = "582968cf174c9498b2046b4f4e7f786def5f18222bd8d98432d7a29399c38c70-icu4c-78.2-data.zip"; + md5name = "9d8b3899096aeb83e4e21ef8a40fec9e03b28db18c48452efac882ce25a91e27-icu4c-78.3-data.zip"; } { name = "Java-WebSocket-1.6.0.tar.gz"; @@ -581,25 +581,25 @@ md5name = "39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip"; } { - name = "libjpeg-turbo-3.1.3.tar.gz"; - url = "https://dev-www.libreoffice.org/src/libjpeg-turbo-3.1.3.tar.gz"; - sha256 = "3a13a5ba767dc8264bc40b185e41368a80d5d5f945944d1dbaa4b2fb0099f4e5"; + name = "libjpeg-turbo-3.1.4.1.tar.gz"; + url = "https://dev-www.libreoffice.org/src/libjpeg-turbo-3.1.4.1.tar.gz"; + sha256 = "ecae8008e2cc9ade2f2c1bb9d5e6d4fb73e7c433866a056bd82980741571a022"; md5 = ""; - md5name = "3a13a5ba767dc8264bc40b185e41368a80d5d5f945944d1dbaa4b2fb0099f4e5-libjpeg-turbo-3.1.3.tar.gz"; + md5name = "ecae8008e2cc9ade2f2c1bb9d5e6d4fb73e7c433866a056bd82980741571a022-libjpeg-turbo-3.1.4.1.tar.gz"; } { - name = "language-subtag-registry-2025-08-25.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/language-subtag-registry-2025-08-25.tar.bz2"; - sha256 = "9b008d21f97bbf37c5aefd07805ff5500524bccbe8c39d623e184b1ed425ff39"; + name = "language-subtag-registry-2026-06-14.tar.bz2"; + url = "https://dev-www.libreoffice.org/src/language-subtag-registry-2026-06-14.tar.bz2"; + sha256 = "e74af13fd11fbcb24a5910d0f50e45d8505d86267bde2bb2d1d45aed966bc3bb"; md5 = ""; - md5name = "9b008d21f97bbf37c5aefd07805ff5500524bccbe8c39d623e184b1ed425ff39-language-subtag-registry-2025-08-25.tar.bz2"; + md5name = "e74af13fd11fbcb24a5910d0f50e45d8505d86267bde2bb2d1d45aed966bc3bb-language-subtag-registry-2026-06-14.tar.bz2"; } { - name = "lcms2-2.18.tar.gz"; - url = "https://dev-www.libreoffice.org/src/lcms2-2.18.tar.gz"; - sha256 = "ee67be3566f459362c1ee094fde2c159d33fa0390aa4ed5f5af676f9e5004347"; + name = "lcms2-2.19.1.tar.gz"; + url = "https://dev-www.libreoffice.org/src/lcms2-2.19.1.tar.gz"; + sha256 = "bfc54f7bab59fbc921012014a8032e4cba4abd46db47d46b76416a8c0b2815c8"; md5 = ""; - md5name = "ee67be3566f459362c1ee094fde2c159d33fa0390aa4ed5f5af676f9e5004347-lcms2-2.18.tar.gz"; + md5name = "bfc54f7bab59fbc921012014a8032e4cba4abd46db47d46b76416a8c0b2815c8-lcms2-2.19.1.tar.gz"; } { name = "libassuan-3.0.2.tar.bz2"; @@ -623,11 +623,11 @@ md5name = "cf5091fa8e7dcdbe667335eb90a2cfdd0a3fe8f8c7c8d1ece44d9d055736a06a-libeot-0.01.tar.bz2"; } { - name = "libexttextcat-3.4.7.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libexttextcat-3.4.7.tar.xz"; - sha256 = "df0a59d413a5b202573d8d4f5159e33a8538da4f8e8e60979facc64d6290cebd"; + name = "libexttextcat-3.4.8.tar.xz"; + url = "https://dev-www.libreoffice.org/src/libexttextcat-3.4.8.tar.xz"; + sha256 = "93eb89fd4fc8f565806354e100e778b3ac9a24e5fc04c24e6a83fb1e9b6c9d59"; md5 = ""; - md5name = "df0a59d413a5b202573d8d4f5159e33a8538da4f8e8e60979facc64d6290cebd-libexttextcat-3.4.7.tar.xz"; + md5name = "93eb89fd4fc8f565806354e100e778b3ac9a24e5fc04c24e6a83fb1e9b6c9d59-libexttextcat-3.4.8.tar.xz"; } { name = "libffi-3.5.2.tar.gz"; @@ -637,11 +637,11 @@ md5name = "f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc-libffi-3.5.2.tar.gz"; } { - name = "libgpg-error-1.59.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/libgpg-error-1.59.tar.bz2"; - sha256 = "a19bc5087fd97026d93cb4b45d51638d1a25202a5e1fbc3905799f424cfa6134"; + name = "libgpg-error-1.61.tar.bz2"; + url = "https://dev-www.libreoffice.org/src/libgpg-error-1.61.tar.bz2"; + sha256 = "7a85413f2bc354f4f8aa832b718af122e48965e9e0eb9012ee659c13c6385c93"; md5 = ""; - md5name = "a19bc5087fd97026d93cb4b45d51638d1a25202a5e1fbc3905799f424cfa6134-libgpg-error-1.59.tar.bz2"; + md5name = "7a85413f2bc354f4f8aa832b718af122e48965e9e0eb9012ee659c13c6385c93-libgpg-error-1.61.tar.bz2"; } { name = "liblangtag-0.6.8.tar.bz2"; @@ -672,11 +672,11 @@ md5name = "e4ab7009bf0629fd11982d4c2aa83964cf244cffba7347ecd39019a9e38c4564-libwebp-1.6.0.tar.gz"; } { - name = "xmlsec1-1.3.9.tar.gz"; - url = "https://dev-www.libreoffice.org/src/xmlsec1-1.3.9.tar.gz"; - sha256 = "a631c8cd7a6b86e6adb9f5b935d45a9cf9768b3cb090d461e8eb9d043cf9b62f"; + name = "xmlsec1-1.3.12.tar.gz"; + url = "https://dev-www.libreoffice.org/src/xmlsec1-1.3.12.tar.gz"; + sha256 = "24045199af12d93fe5fdbbbf7e386e823e4842071e9432e2b90ac108b889a923"; md5 = ""; - md5name = "a631c8cd7a6b86e6adb9f5b935d45a9cf9768b3cb090d461e8eb9d043cf9b62f-xmlsec1-1.3.9.tar.gz"; + md5name = "24045199af12d93fe5fdbbbf7e386e823e4842071e9432e2b90ac108b889a923-xmlsec1-1.3.12.tar.gz"; } { name = "libxml2-2.14.6.tar.xz"; @@ -700,25 +700,25 @@ md5name = "26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz"; } { - name = "lxml-6.0.2.tar.gz"; - url = "https://dev-www.libreoffice.org/src/lxml-6.0.2.tar.gz"; - sha256 = "cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62"; + name = "lxml-6.1.1.tar.gz"; + url = "https://dev-www.libreoffice.org/src/lxml-6.1.1.tar.gz"; + sha256 = "ba96ae44888e0185281e937633a743ea90d5a196c6000f82565ebb0580012d40"; md5 = ""; - md5name = "cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62-lxml-6.0.2.tar.gz"; + md5name = "ba96ae44888e0185281e937633a743ea90d5a196c6000f82565ebb0580012d40-lxml-6.1.1.tar.gz"; } { - name = "xz-5.8.2.tar.gz"; - url = "https://dev-www.libreoffice.org/src/xz-5.8.2.tar.gz"; - sha256 = "ce09c50a5962786b83e5da389c90dd2c15ecd0980a258dd01f70f9e7ce58a8f1"; + name = "xz-5.8.3.tar.gz"; + url = "https://dev-www.libreoffice.org/src/xz-5.8.3.tar.gz"; + sha256 = "3d3a1b973af218114f4f889bbaa2f4c037deaae0c8e815eec381c3d546b974a0"; md5 = ""; - md5name = "ce09c50a5962786b83e5da389c90dd2c15ecd0980a258dd01f70f9e7ce58a8f1-xz-5.8.2.tar.gz"; + md5name = "3d3a1b973af218114f4f889bbaa2f4c037deaae0c8e815eec381c3d546b974a0-xz-5.8.3.tar.gz"; } { - name = "mariadb-connector-c-3.3.18-src.tar.gz"; - url = "https://dev-www.libreoffice.org/src/mariadb-connector-c-3.3.18-src.tar.gz"; - sha256 = "292c0f2e6ce5cb6f1217f3a53c72f792e55fb20393e00924b11943e2f9f6e9d5"; + name = "mariadb-connector-c-3.3.19-src.tar.gz"; + url = "https://dev-www.libreoffice.org/src/mariadb-connector-c-3.3.19-src.tar.gz"; + sha256 = "30dcc69a3a2f40092a8352008fdd757d7403b086d6393e2af0d1aea95b2356ba"; md5 = ""; - md5name = "292c0f2e6ce5cb6f1217f3a53c72f792e55fb20393e00924b11943e2f9f6e9d5-mariadb-connector-c-3.3.18-src.tar.gz"; + md5name = "30dcc69a3a2f40092a8352008fdd757d7403b086d6393e2af0d1aea95b2356ba-mariadb-connector-c-3.3.19-src.tar.gz"; } { name = "mdds-3.1.0.tar.xz"; @@ -742,32 +742,32 @@ md5name = "f118aa910fc0a137cc2dd0122232dbf82153d9a12fb5b0f5bb64896f6a157abf-meson-1.8.3.tar.gz"; } { - name = "libmspub-0.1.4.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libmspub-0.1.4.tar.xz"; - sha256 = "ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba"; + name = "libmspub-0.1.5.tar.xz"; + url = "https://dev-www.libreoffice.org/src/libmspub-0.1.5.tar.xz"; + sha256 = "3671095f5a10bee8a755052a30576952c5b16d8b0f2ba9f2fb998338c18cb119"; md5 = ""; - md5name = "ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba-libmspub-0.1.4.tar.xz"; + md5name = "3671095f5a10bee8a755052a30576952c5b16d8b0f2ba9f2fb998338c18cb119-libmspub-0.1.5.tar.xz"; } { - name = "libmwaw-0.3.22.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libmwaw-0.3.22.tar.xz"; - sha256 = "a1a39ffcea3ff2a7a7aae0c23877ddf4918b554bf82b0de5d7ce8e7f61ea8e32"; + name = "libmwaw-0.3.23.tar.xz"; + url = "https://dev-www.libreoffice.org/src/libmwaw-0.3.23.tar.xz"; + sha256 = "ac3590f691a2904eb8c7dc8b757b8a29f125f592449e421459ae8fa928b399eb"; md5 = ""; - md5name = "a1a39ffcea3ff2a7a7aae0c23877ddf4918b554bf82b0de5d7ce8e7f61ea8e32-libmwaw-0.3.22.tar.xz"; + md5name = "ac3590f691a2904eb8c7dc8b757b8a29f125f592449e421459ae8fa928b399eb-libmwaw-0.3.23.tar.xz"; } { - name = "mythes-1.2.5.tar.xz"; - url = "https://dev-www.libreoffice.org/src/mythes-1.2.5.tar.xz"; - sha256 = "19279f70707bbe5ffa619f2dc319f888cec0c4a8d339dc0a21330517bd6f521d"; + name = "mythes-1.2.6.tar.xz"; + url = "https://dev-www.libreoffice.org/src/mythes-1.2.6.tar.xz"; + sha256 = "97bd2ba5738aebdba1bc31f30f1be42f1404386c94105ad5990d839a1311c8a5"; md5 = ""; - md5name = "19279f70707bbe5ffa619f2dc319f888cec0c4a8d339dc0a21330517bd6f521d-mythes-1.2.5.tar.xz"; + md5name = "97bd2ba5738aebdba1bc31f30f1be42f1404386c94105ad5990d839a1311c8a5-mythes-1.2.6.tar.xz"; } { - name = "nss-3.119.1-with-nspr-4.38.2.tar.gz"; - url = "https://dev-www.libreoffice.org/src/nss-3.119.1-with-nspr-4.38.2.tar.gz"; - sha256 = "1e86aacdce66c3bdd38bb011e617a3c93013ed6f802102365a589d6f686efe4b"; + name = "nss-3.124-with-nspr-4.39.tar.gz"; + url = "https://dev-www.libreoffice.org/src/nss-3.124-with-nspr-4.39.tar.gz"; + sha256 = "362de77e31a16e64be500a22980448c7f08e98dd8ab85c29d0c5e41d4df68d1c"; md5 = ""; - md5name = "1e86aacdce66c3bdd38bb011e617a3c93013ed6f802102365a589d6f686efe4b-nss-3.119.1-with-nspr-4.38.2.tar.gz"; + md5name = "362de77e31a16e64be500a22980448c7f08e98dd8ab85c29d0c5e41d4df68d1c-nss-3.124-with-nspr-4.39.tar.gz"; } { name = "libodfgen-0.1.8.tar.xz"; @@ -798,18 +798,18 @@ md5name = "37206cf981e8409d048b59ac5839621ea107ff49af72beb9d7769a2f41da8d90-onlineupdate-c003be8b9727672e7d30972983b375f4c200233f-2.tar.xz"; } { - name = "openldap-2.6.12.tgz"; - url = "https://dev-www.libreoffice.org/src/openldap-2.6.12.tgz"; - sha256 = "1716ad779e85d743694c3e3b05277fb71b6a5eadca43c7a958aa62683b22208e"; + name = "openldap-2.6.13.tgz"; + url = "https://dev-www.libreoffice.org/src/openldap-2.6.13.tgz"; + sha256 = "d693b49517a42efb85a1a364a310aed16a53d428d1b46c0d31ef3fba78fcb656"; md5 = ""; - md5name = "1716ad779e85d743694c3e3b05277fb71b6a5eadca43c7a958aa62683b22208e-openldap-2.6.12.tgz"; + md5name = "d693b49517a42efb85a1a364a310aed16a53d428d1b46c0d31ef3fba78fcb656-openldap-2.6.13.tgz"; } { - name = "openssl-3.5.5.tar.gz"; - url = "https://dev-www.libreoffice.org/src/openssl-3.5.5.tar.gz"; - sha256 = "b28c91532a8b65a1f983b4c28b7488174e4a01008e29ce8e69bd789f28bc2a89"; + name = "openssl-3.5.7.tar.gz"; + url = "https://dev-www.libreoffice.org/src/openssl-3.5.7.tar.gz"; + sha256 = "a8c0d28a529ca480f9f36cf5792e2cd21984552a3c8e4aa11a24aa31aeac98e8"; md5 = ""; - md5name = "b28c91532a8b65a1f983b4c28b7488174e4a01008e29ce8e69bd789f28bc2a89-openssl-3.5.5.tar.gz"; + md5name = "a8c0d28a529ca480f9f36cf5792e2cd21984552a3c8e4aa11a24aa31aeac98e8-openssl-3.5.7.tar.gz"; } { name = "liborcus-0.21.0.tar.xz"; @@ -854,25 +854,25 @@ md5name = "a098c33924754ad43f981b740f6d576c70f9ed1006e12221b1845431ebce1239-pixman-0.46.4.tar.xz"; } { - name = "libpng-1.6.55.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libpng-1.6.55.tar.xz"; - sha256 = "d925722864837ad5ae2a82070d4b2e0603dc72af44bd457c3962298258b8e82d"; + name = "libpng-1.6.58.tar.xz"; + url = "https://dev-www.libreoffice.org/src/libpng-1.6.58.tar.xz"; + sha256 = "28eb403f51f0f7405249132cecfe82ea5c0ef97f1b32c5a65828814ae0d34775"; md5 = ""; - md5name = "d925722864837ad5ae2a82070d4b2e0603dc72af44bd457c3962298258b8e82d-libpng-1.6.55.tar.xz"; + md5name = "28eb403f51f0f7405249132cecfe82ea5c0ef97f1b32c5a65828814ae0d34775-libpng-1.6.58.tar.xz"; } { - name = "tiff-4.7.1.tar.xz"; - url = "https://dev-www.libreoffice.org/src/tiff-4.7.1.tar.xz"; - sha256 = "b92017489bdc1db3a4c97191aa4b75366673cb746de0dce5d7a749d5954681ba"; + name = "tiff-4.7.2.tar.xz"; + url = "https://dev-www.libreoffice.org/src/tiff-4.7.2.tar.xz"; + sha256 = "4996f0c4f93094719b1ca5c6279b20e588773ba8a247533e486416fb662ddb88"; md5 = ""; - md5name = "b92017489bdc1db3a4c97191aa4b75366673cb746de0dce5d7a749d5954681ba-tiff-4.7.1.tar.xz"; + md5name = "4996f0c4f93094719b1ca5c6279b20e588773ba8a247533e486416fb662ddb88-tiff-4.7.2.tar.xz"; } { - name = "poppler-26.01.0.tar.xz"; - url = "https://dev-www.libreoffice.org/src/poppler-26.01.0.tar.xz"; - sha256 = "1cb944a4b88847f5fb6551683bc799db59f04990f5d8be07aba2acbf38601089"; + name = "poppler-26.06.0.tar.xz"; + url = "https://dev-www.libreoffice.org/src/poppler-26.06.0.tar.xz"; + sha256 = "4cb4e5a3dc8cb5eec751c8a23c8ba19f61f96dedc0cd07d2aee6b0c8e2cf6ba4"; md5 = ""; - md5name = "1cb944a4b88847f5fb6551683bc799db59f04990f5d8be07aba2acbf38601089-poppler-26.01.0.tar.xz"; + md5name = "4cb4e5a3dc8cb5eec751c8a23c8ba19f61f96dedc0cd07d2aee6b0c8e2cf6ba4-poppler-26.06.0.tar.xz"; } { name = "poppler-data-0.4.12.tar.gz"; @@ -882,18 +882,18 @@ md5name = "c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74-poppler-data-0.4.12.tar.gz"; } { - name = "postgresql-15.15.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/postgresql-15.15.tar.bz2"; - sha256 = "5753aaeb8b09cbf61016f78aa69bf5cbdf01b43263f010cbf168c82896213aaa"; + name = "postgresql-15.18.tar.bz2"; + url = "https://dev-www.libreoffice.org/src/postgresql-15.18.tar.bz2"; + sha256 = "11df0df97fe3ea4ba9a791faaf39cee1d2fe571e78885b5b55d8517d27c323b4"; md5 = ""; - md5name = "5753aaeb8b09cbf61016f78aa69bf5cbdf01b43263f010cbf168c82896213aaa-postgresql-15.15.tar.bz2"; + md5name = "11df0df97fe3ea4ba9a791faaf39cee1d2fe571e78885b5b55d8517d27c323b4-postgresql-15.18.tar.bz2"; } { - name = "Python-3.12.12.tar.xz"; - url = "https://dev-www.libreoffice.org/src/Python-3.12.12.tar.xz"; - sha256 = "fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c4"; + name = "Python-3.12.13.tar.xz"; + url = "https://dev-www.libreoffice.org/src/Python-3.12.13.tar.xz"; + sha256 = "c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b684"; md5 = ""; - md5name = "fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c4-Python-3.12.12.tar.xz"; + md5name = "c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b684-Python-3.12.13.tar.xz"; } { name = "python.3.12.8.nupkg"; @@ -903,11 +903,11 @@ md5name = "406856be971d957e0bee7a5cefe20a5ec78d70a495e9e33cd0e53d31faec049d-python.3.12.8.nupkg"; } { - name = "libqxp-0.0.2.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libqxp-0.0.2.tar.xz"; - sha256 = "e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c"; + name = "libqxp-0.0.3.tar.xz"; + url = "https://dev-www.libreoffice.org/src/libqxp-0.0.3.tar.xz"; + sha256 = "4687a9cc96c32d7406e5072c4da150fca696c563e5cde62b024f82fa53d32332"; md5 = ""; - md5name = "e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c-libqxp-0.0.2.tar.xz"; + md5name = "4687a9cc96c32d7406e5072c4da150fca696c563e5cde62b024f82fa53d32332-libqxp-0.0.3.tar.xz"; } { name = "raptor2-2.0.16.tar.gz"; @@ -931,18 +931,18 @@ md5name = "e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz"; } { - name = "librevenge-0.0.5.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/librevenge-0.0.5.tar.bz2"; - sha256 = "5892ca6796f7a2a93d580832e907e849b19d980b40d326a283b18877ab6de0c5"; + name = "librevenge-0.0.6.tar.bz2"; + url = "https://dev-www.libreoffice.org/src/librevenge-0.0.6.tar.bz2"; + sha256 = "52a65e904d255dbdd97a8b7bb28d6574e14f999eb01416aff004502406d0904d"; md5 = ""; - md5name = "5892ca6796f7a2a93d580832e907e849b19d980b40d326a283b18877ab6de0c5-librevenge-0.0.5.tar.bz2"; + md5name = "52a65e904d255dbdd97a8b7bb28d6574e14f999eb01416aff004502406d0904d-librevenge-0.0.6.tar.bz2"; } { - name = "md4c-release-0.5.2.tar.gz"; - url = "https://dev-www.libreoffice.org/src/md4c-release-0.5.2.tar.gz"; - sha256 = "55d0111d48fb11883aaee91465e642b8b640775a4d6993c2d0e7a8092758ef21"; + name = "md4c-release-0.5.3.tar.gz"; + url = "https://dev-www.libreoffice.org/src/md4c-release-0.5.3.tar.gz"; + sha256 = "353c346f376b87c954a13f3415ede2d51264cc61dc5abcd38ff1d2aa0d059b9e"; md5 = ""; - md5name = "55d0111d48fb11883aaee91465e642b8b640775a4d6993c2d0e7a8092758ef21-md4c-release-0.5.2.tar.gz"; + md5name = "353c346f376b87c954a13f3415ede2d51264cc61dc5abcd38ff1d2aa0d059b9e-md4c-release-0.5.3.tar.gz"; } { name = "rhino-1.7.15.1.zip"; @@ -959,18 +959,18 @@ md5name = "45ae58e84fa2d1e261bfc980e1c5b7bbfaf83887e3813795bd343d3786f4d0bc-skia-m142-f4ed99d2443962782cf5f8b4dd27179f131e7cbe.tar.xz"; } { - name = "sqlite-amalgamation-3510200.zip"; - url = "https://dev-www.libreoffice.org/src/sqlite-amalgamation-3510200.zip"; - sha256 = "6e2a845a493026bdbad0618b2b5a0cf48584faab47384480ed9f592d912f23ec"; + name = "sqlite-amalgamation-3530300.zip"; + url = "https://dev-www.libreoffice.org/src/sqlite-amalgamation-3530300.zip"; + sha256 = "646421e12aac110282ef8cc68f1a62d4bb15fc7b8f09da0b53e29ee690500431"; md5 = ""; - md5name = "6e2a845a493026bdbad0618b2b5a0cf48584faab47384480ed9f592d912f23ec-sqlite-amalgamation-3510200.zip"; + md5name = "646421e12aac110282ef8cc68f1a62d4bb15fc7b8f09da0b53e29ee690500431-sqlite-amalgamation-3530300.zip"; } { - name = "libstaroffice-0.0.7.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libstaroffice-0.0.7.tar.xz"; - sha256 = "f94fb0ad8216f97127bedef163a45886b43c62deac5e5b0f5e628e234220c8db"; + name = "libstaroffice-0.0.8.tar.xz"; + url = "https://dev-www.libreoffice.org/src/libstaroffice-0.0.8.tar.xz"; + sha256 = "bbca92882e96c55bd1527670866d6bc7529ccb12786da55a2398b60a063378da"; md5 = ""; - md5name = "f94fb0ad8216f97127bedef163a45886b43c62deac5e5b0f5e628e234220c8db-libstaroffice-0.0.7.tar.xz"; + md5name = "bbca92882e96c55bd1527670866d6bc7529ccb12786da55a2398b60a063378da-libstaroffice-0.0.8.tar.xz"; } { name = "twaindsm_2.4.1.orig.tar.gz"; @@ -980,11 +980,11 @@ md5name = "82c818be771f242388457aa8c807e4b52aa84dc22b21c6c56184a6b4cbb085e6-twaindsm_2.4.1.orig.tar.gz"; } { - name = "libvisio-0.1.10.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libvisio-0.1.10.tar.xz"; - sha256 = "9e9eff75112d4d92d92262ad7fc2599c21e26f8fc5ba54900efdc83c0501e472"; + name = "libvisio-0.1.11.tar.xz"; + url = "https://dev-www.libreoffice.org/src/libvisio-0.1.11.tar.xz"; + sha256 = "2a6efd40b6d9dbcb70fba3be53112366882ba97b57151df3698dfa478c8d8dd3"; md5 = ""; - md5name = "9e9eff75112d4d92d92262ad7fc2599c21e26f8fc5ba54900efdc83c0501e472-libvisio-0.1.10.tar.xz"; + md5name = "2a6efd40b6d9dbcb70fba3be53112366882ba97b57151df3698dfa478c8d8dd3-libvisio-0.1.11.tar.xz"; } { name = "libwpd-0.10.3.tar.xz"; diff --git a/pkgs/applications/office/libreoffice/src-stable/help.nix b/pkgs/applications/office/libreoffice/src-stable/help.nix new file mode 100644 index 000000000000..daac30ba3fe2 --- /dev/null +++ b/pkgs/applications/office/libreoffice/src-stable/help.nix @@ -0,0 +1,5 @@ +{ fetchurl, ... }: +fetchurl { + sha256 = "00qphj40xxxkclf8ba5abc5jbhm9qh5ig6ns448y221lnlpf1yvk"; + url = "https://download.documentfoundation.org/libreoffice/src/26.2.5/libreoffice-help-26.2.5.2.tar.xz"; +} diff --git a/pkgs/applications/office/libreoffice/src-stable/main.nix b/pkgs/applications/office/libreoffice/src-stable/main.nix new file mode 100644 index 000000000000..ee90e404b808 --- /dev/null +++ b/pkgs/applications/office/libreoffice/src-stable/main.nix @@ -0,0 +1,5 @@ +{ fetchurl, ... }: +fetchurl { + sha256 = "1slzcq7m9kgqpqk7l7rfy2l5qsanfpzwi8gbv2wxk8fi3zp8biwf"; + url = "https://download.documentfoundation.org/libreoffice/src/26.2.5/libreoffice-26.2.5.2.tar.xz"; +} diff --git a/pkgs/applications/office/libreoffice/src-stable/translations.nix b/pkgs/applications/office/libreoffice/src-stable/translations.nix new file mode 100644 index 000000000000..594fcfb886df --- /dev/null +++ b/pkgs/applications/office/libreoffice/src-stable/translations.nix @@ -0,0 +1,5 @@ +{ fetchurl, ... }: +fetchurl { + sha256 = "1dvz0sykfj624mzyspg99k7bx9ynz25cpjlp68lj3aqdzvgdpwa4"; + url = "https://download.documentfoundation.org/libreoffice/src/26.2.5/libreoffice-translations-26.2.5.2.tar.xz"; +} diff --git a/pkgs/applications/office/libreoffice/src-stable/version.nix b/pkgs/applications/office/libreoffice/src-stable/version.nix new file mode 100644 index 000000000000..0e5bfe2dc3cf --- /dev/null +++ b/pkgs/applications/office/libreoffice/src-stable/version.nix @@ -0,0 +1 @@ +"26.2.5.2" diff --git a/pkgs/applications/office/libreoffice/src-still/deps.nix b/pkgs/applications/office/libreoffice/src-still/deps.nix deleted file mode 100644 index b2f5dd10ac5e..000000000000 --- a/pkgs/applications/office/libreoffice/src-still/deps.nix +++ /dev/null @@ -1,1017 +0,0 @@ -[ - { - name = "libabw-0.1.3.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libabw-0.1.3.tar.xz"; - sha256 = "e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed"; - md5 = ""; - md5name = "e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed-libabw-0.1.3.tar.xz"; - } - { - name = "phc-winner-argon2-20190702.tar.gz"; - url = "https://dev-www.libreoffice.org/src/phc-winner-argon2-20190702.tar.gz"; - sha256 = "daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c"; - md5 = ""; - md5name = "daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c-phc-winner-argon2-20190702.tar.gz"; - } - { - name = "boost_1_88_0.tar.xz"; - url = "https://dev-www.libreoffice.org/src/boost_1_88_0.tar.xz"; - sha256 = "5c67a448c562f1606e38203ba7ed7e8d7453581b6b9ca324e96205eae0da5ff8"; - md5 = ""; - md5name = "5c67a448c562f1606e38203ba7ed7e8d7453581b6b9ca324e96205eae0da5ff8-boost_1_88_0.tar.xz"; - } - { - name = "box2d-2.4.1.tar.gz"; - url = "https://dev-www.libreoffice.org/src/box2d-2.4.1.tar.gz"; - sha256 = "d6b4650ff897ee1ead27cf77a5933ea197cbeef6705638dd181adc2e816b23c2"; - md5 = ""; - md5name = "d6b4650ff897ee1ead27cf77a5933ea197cbeef6705638dd181adc2e816b23c2-box2d-2.4.1.tar.gz"; - } - { - name = "breakpad-b324760c7f53667af128a6b77b790323da04fcb9.tar.xz"; - url = "https://dev-www.libreoffice.org/src/breakpad-b324760c7f53667af128a6b77b790323da04fcb9.tar.xz"; - sha256 = "c44a2e898895cfc13b42d2371ba4b88b0777d7782214d6cdc91c33720f3b0d91"; - md5 = ""; - md5name = "c44a2e898895cfc13b42d2371ba4b88b0777d7782214d6cdc91c33720f3b0d91-breakpad-b324760c7f53667af128a6b77b790323da04fcb9.tar.xz"; - } - { - name = "bsh-2.1.1-src.zip"; - url = "https://dev-www.libreoffice.org/src/bsh-2.1.1-src.zip"; - sha256 = "2248387ceaa319840434a3547a8b2fec12f95a8418ee039ce5ff5726053a139c"; - md5 = ""; - md5name = "2248387ceaa319840434a3547a8b2fec12f95a8418ee039ce5ff5726053a139c-bsh-2.1.1-src.zip"; - } - { - name = "bzip2-1.0.8.tar.gz"; - url = "https://dev-www.libreoffice.org/src/bzip2-1.0.8.tar.gz"; - sha256 = "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269"; - md5 = ""; - md5name = "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269-bzip2-1.0.8.tar.gz"; - } - { - name = "cairo-1.17.6.tar.xz"; - url = "https://dev-www.libreoffice.org/src/cairo-1.17.6.tar.xz"; - sha256 = "4eebc4c2bad0402bc3f501db184417094657d111fb6c06f076a82ea191fe1faf"; - md5 = ""; - md5name = "4eebc4c2bad0402bc3f501db184417094657d111fb6c06f076a82ea191fe1faf-cairo-1.17.6.tar.xz"; - } - { - name = "libcdr-0.1.8.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libcdr-0.1.8.tar.xz"; - sha256 = "ced677c8300b29c91d3004bb1dddf0b99761bf5544991c26c2ee8f427e87193c"; - md5 = ""; - md5name = "ced677c8300b29c91d3004bb1dddf0b99761bf5544991c26c2ee8f427e87193c-libcdr-0.1.8.tar.xz"; - } - { - name = "clucene-core-2.3.3.4.tar.gz"; - url = "https://dev-www.libreoffice.org/src/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz"; - sha256 = "ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab"; - md5 = "48d647fbd8ef8889e5a7f422c1bfda94"; - md5name = "48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz"; - } - { - name = "dragonbox-1.1.3.tar.gz"; - url = "https://dev-www.libreoffice.org/src/dragonbox-1.1.3.tar.gz"; - sha256 = "09d63b05e9c594ec423778ab59b7a5aa1d76fdd71d25c7048b0258c4ec9c3384"; - md5 = ""; - md5name = "09d63b05e9c594ec423778ab59b7a5aa1d76fdd71d25c7048b0258c4ec9c3384-dragonbox-1.1.3.tar.gz"; - } - { - name = "dtoa-20180411.tgz"; - url = "https://dev-www.libreoffice.org/src/dtoa-20180411.tgz"; - sha256 = "0082d0684f7db6f62361b76c4b7faba19e0c7ce5cb8e36c4b65fea8281e711b4"; - md5 = ""; - md5name = "0082d0684f7db6f62361b76c4b7faba19e0c7ce5cb8e36c4b65fea8281e711b4-dtoa-20180411.tgz"; - } - { - name = "libcmis-0.6.2.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libcmis-0.6.2.tar.xz"; - sha256 = "1b5c2d7258ff93eb5f9958ff0e4dfd7332dc75a071bb717dde2217a26602a644"; - md5 = ""; - md5name = "1b5c2d7258ff93eb5f9958ff0e4dfd7332dc75a071bb717dde2217a26602a644-libcmis-0.6.2.tar.xz"; - } - { - name = "CoinMP-1.8.4.tgz"; - url = "https://dev-www.libreoffice.org/src/CoinMP-1.8.4.tgz"; - sha256 = "3459fb0ccbdd39342744684338984ac4cc153fb0434f4cae8cf74bd67490a38d"; - md5 = ""; - md5name = "3459fb0ccbdd39342744684338984ac4cc153fb0434f4cae8cf74bd67490a38d-CoinMP-1.8.4.tgz"; - } - { - name = "cppunit-1.15.1.tar.gz"; - url = "https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz"; - sha256 = "89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7"; - md5 = ""; - md5name = "89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7-cppunit-1.15.1.tar.gz"; - } - { - name = "curl-8.14.1.tar.xz"; - url = "https://dev-www.libreoffice.org/src/curl-8.14.1.tar.xz"; - sha256 = "f4619a1e2474c4bbfedc88a7c2191209c8334b48fa1f4e53fd584cc12e9120dd"; - md5 = ""; - md5name = "f4619a1e2474c4bbfedc88a7c2191209c8334b48fa1f4e53fd584cc12e9120dd-curl-8.14.1.tar.xz"; - } - { - name = "libe-book-0.1.3.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libe-book-0.1.3.tar.xz"; - sha256 = "7e8d8ff34f27831aca3bc6f9cc532c2f90d2057c778963b884ff3d1e34dfe1f9"; - md5 = ""; - md5name = "7e8d8ff34f27831aca3bc6f9cc532c2f90d2057c778963b884ff3d1e34dfe1f9-libe-book-0.1.3.tar.xz"; - } - { - name = "libepoxy-1.5.10.tar.gz"; - url = "https://dev-www.libreoffice.org/src/libepoxy-1.5.10.tar.gz"; - sha256 = "a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15"; - md5 = ""; - md5name = "a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15-libepoxy-1.5.10.tar.gz"; - } - { - name = "epm-3.7.tar.gz"; - url = "https://dev-www.libreoffice.org/src/3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz"; - sha256 = "b3fc4c5445de6c9a801504a3ea3efb2d4ea9d5a622c9427e716736e7713ddb91"; - md5 = "3ade8cfe7e59ca8e65052644fed9fca4"; - md5name = "3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz"; - } - { - name = "libepubgen-0.1.1.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libepubgen-0.1.1.tar.xz"; - sha256 = "03e084b994cbeffc8c3dd13303b2cb805f44d8f2c3b79f7690d7e3fc7f6215ad"; - md5 = ""; - md5name = "03e084b994cbeffc8c3dd13303b2cb805f44d8f2c3b79f7690d7e3fc7f6215ad-libepubgen-0.1.1.tar.xz"; - } - { - name = "libetonyek-0.1.13.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libetonyek-0.1.13.tar.xz"; - sha256 = "032b71cb597edd92a0b270b916188281bc35be55296b263f6817b29adbcb1709"; - md5 = ""; - md5name = "032b71cb597edd92a0b270b916188281bc35be55296b263f6817b29adbcb1709-libetonyek-0.1.13.tar.xz"; - } - { - name = "expat-2.7.4.tar.xz"; - url = "https://dev-www.libreoffice.org/src/expat-2.7.4.tar.xz"; - sha256 = "9e9cabb457c1e09de91db2706d8365645792638eb3be1f94dbb2149301086ac0"; - md5 = ""; - md5name = "9e9cabb457c1e09de91db2706d8365645792638eb3be1f94dbb2149301086ac0-expat-2.7.4.tar.xz"; - } - { - name = "Firebird-3.0.7.33374-0.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/Firebird-3.0.7.33374-0.tar.bz2"; - sha256 = "acb85cedafa10ce106b1823fb236b1b3e5d942a5741e8f8435cc8ccfec0afe76"; - md5 = ""; - md5name = "acb85cedafa10ce106b1823fb236b1b3e5d942a5741e8f8435cc8ccfec0afe76-Firebird-3.0.7.33374-0.tar.bz2"; - } - { - name = "fontconfig-2.17.1.tar.xz"; - url = "https://dev-www.libreoffice.org/src/fontconfig-2.17.1.tar.xz"; - sha256 = "9f5cae93f4fffc1fbc05ae99cdfc708cd60dfd6612ffc0512827025c026fa541"; - md5 = ""; - md5name = "9f5cae93f4fffc1fbc05ae99cdfc708cd60dfd6612ffc0512827025c026fa541-fontconfig-2.17.1.tar.xz"; - } - { - name = "crosextrafonts-20130214.tar.gz"; - url = "https://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz"; - sha256 = "c48d1c2fd613c9c06c959c34da7b8388059e2408d2bb19845dc3ed35f76e4d09"; - md5 = "368f114c078f94214a308a74c7e991bc"; - md5name = "368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz"; - } - { - name = "crosextrafonts-carlito-20130920.tar.gz"; - url = "https://dev-www.libreoffice.org/src/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz"; - sha256 = "4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a"; - md5 = "c74b7223abe75949b4af367942d96c7a"; - md5name = "c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz"; - } - { - name = "dejavu-fonts-ttf-2.37.zip"; - url = "https://dev-www.libreoffice.org/src/33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip"; - sha256 = "7576310b219e04159d35ff61dd4a4ec4cdba4f35c00e002a136f00e96a908b0a"; - md5 = "33e1e61fab06a547851ed308b4ffef42"; - md5name = "33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip"; - } - { - name = "GentiumBasic_1102.zip"; - url = "https://dev-www.libreoffice.org/src/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip"; - sha256 = "2f1a2c5491d7305dffd3520c6375d2f3e14931ee35c6d8ae1e8f098bf1a7b3cc"; - md5 = "1725634df4bb3dcb1b2c91a6175f8789"; - md5name = "1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip"; - } - { - name = "liberation-narrow-fonts-ttf-1.07.6.tar.gz"; - url = "https://dev-www.libreoffice.org/src/liberation-narrow-fonts-ttf-1.07.6.tar.gz"; - sha256 = "8879d89b5ff7b506c9fc28efc31a5c0b954bbe9333e66e5283d27d20a8519ea3"; - md5 = ""; - md5name = "8879d89b5ff7b506c9fc28efc31a5c0b954bbe9333e66e5283d27d20a8519ea3-liberation-narrow-fonts-ttf-1.07.6.tar.gz"; - } - { - name = "liberation-fonts-ttf-2.1.5.tar.gz"; - url = "https://dev-www.libreoffice.org/src/liberation-fonts-ttf-2.1.5.tar.gz"; - sha256 = "7191c669bf38899f73a2094ed00f7b800553364f90e2637010a69c0e268f25d0"; - md5 = ""; - md5name = "7191c669bf38899f73a2094ed00f7b800553364f90e2637010a69c0e268f25d0-liberation-fonts-ttf-2.1.5.tar.gz"; - } - { - name = "LinLibertineG-20120116.zip"; - url = "https://dev-www.libreoffice.org/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip"; - sha256 = "54adcb2bc8cac0927a647fbd9362f45eff48130ce6e2379dc3867643019e08c5"; - md5 = "e7a384790b13c29113e22e596ade9687"; - md5name = "e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip"; - } - { - name = "NotoKufiArabic-v2.110.zip"; - url = "https://dev-www.libreoffice.org/src/NotoKufiArabic-v2.110.zip"; - sha256 = "34390882c196f032811f2a3db8982c1e839f69aae3e4c2c1fdd63203150690df"; - md5 = ""; - md5name = "34390882c196f032811f2a3db8982c1e839f69aae3e4c2c1fdd63203150690df-NotoKufiArabic-v2.110.zip"; - } - { - name = "NotoSans-v2.015.zip"; - url = "https://dev-www.libreoffice.org/src/NotoSans-v2.015.zip"; - sha256 = "0c34df072a3fa7efbb7cbf34950e1f971a4447cffe365d3a359e2d4089b958f5"; - md5 = ""; - md5name = "0c34df072a3fa7efbb7cbf34950e1f971a4447cffe365d3a359e2d4089b958f5-NotoSans-v2.015.zip"; - } - { - name = "NotoSerif-v2.015.zip"; - url = "https://dev-www.libreoffice.org/src/NotoSerif-v2.015.zip"; - sha256 = "0e9a43c8a4b94ac76f55069ed1d7385bbcaf6b99527a94deb5619e032b7e76c1"; - md5 = ""; - md5name = "0e9a43c8a4b94ac76f55069ed1d7385bbcaf6b99527a94deb5619e032b7e76c1-NotoSerif-v2.015.zip"; - } - { - name = "NotoSerifHebrew-v2.004.zip"; - url = "https://dev-www.libreoffice.org/src/NotoSerifHebrew-v2.004.zip"; - sha256 = "99523f4f21051495f18cbd5169ed0d1e9b395eefe770fece1844a4a7a00c46da"; - md5 = ""; - md5name = "99523f4f21051495f18cbd5169ed0d1e9b395eefe770fece1844a4a7a00c46da-NotoSerifHebrew-v2.004.zip"; - } - { - name = "NotoSansArabic-v2.010.zip"; - url = "https://dev-www.libreoffice.org/src/NotoSansArabic-v2.010.zip"; - sha256 = "a5a34ac1ea01d0d71c083f99440ebfb1f64224474a0d88bb7ef0e2f8d9a996d2"; - md5 = ""; - md5name = "a5a34ac1ea01d0d71c083f99440ebfb1f64224474a0d88bb7ef0e2f8d9a996d2-NotoSansArabic-v2.010.zip"; - } - { - name = "NotoNaskhArabic-v2.021.zip"; - url = "https://dev-www.libreoffice.org/src/NotoNaskhArabic-v2.021.zip"; - sha256 = "6c050ab9bd087d69b733c505a7576e60c528c2f33cd7b91005a5bd7da4514032"; - md5 = ""; - md5name = "6c050ab9bd087d69b733c505a7576e60c528c2f33cd7b91005a5bd7da4514032-NotoNaskhArabic-v2.021.zip"; - } - { - name = "NotoSansHebrew-v3.001.zip"; - url = "https://dev-www.libreoffice.org/src/NotoSansHebrew-v3.001.zip"; - sha256 = "df0a71814b4e63644cf40fcc4529111b61266b7a2dafbe95068b29a7520cc3cb"; - md5 = ""; - md5name = "df0a71814b4e63644cf40fcc4529111b61266b7a2dafbe95068b29a7520cc3cb-NotoSansHebrew-v3.001.zip"; - } - { - name = "NotoSansArmenian-v2.008.zip"; - url = "https://dev-www.libreoffice.org/src/NotoSansArmenian-v2.008.zip"; - sha256 = "eab89b99e134177ca6a3f9f0412a7cb812aafceb13175d686b4c45cb237f64ac"; - md5 = ""; - md5name = "eab89b99e134177ca6a3f9f0412a7cb812aafceb13175d686b4c45cb237f64ac-NotoSansArmenian-v2.008.zip"; - } - { - name = "NotoSerifArmenian-v2.008.zip"; - url = "https://dev-www.libreoffice.org/src/NotoSerifArmenian-v2.008.zip"; - sha256 = "b21c198a4c76ae598a304decefb3b5c2a4c2d4c3ae226728eff359185f291c6f"; - md5 = ""; - md5name = "b21c198a4c76ae598a304decefb3b5c2a4c2d4c3ae226728eff359185f291c6f-NotoSerifArmenian-v2.008.zip"; - } - { - name = "NotoSansGeorgian-v2.005.zip"; - url = "https://dev-www.libreoffice.org/src/NotoSansGeorgian-v2.005.zip"; - sha256 = "10e85011008108308e6feab0408242acb07804da61ede3d3ff236461ae07ab1b"; - md5 = ""; - md5name = "10e85011008108308e6feab0408242acb07804da61ede3d3ff236461ae07ab1b-NotoSansGeorgian-v2.005.zip"; - } - { - name = "NotoSerifGeorgian-v2.003.zip"; - url = "https://dev-www.libreoffice.org/src/NotoSerifGeorgian-v2.003.zip"; - sha256 = "cfb41a264b97d463bab6807a5be937ba4a6ddcfa93d519a21b98b0ba73ca27d4"; - md5 = ""; - md5name = "cfb41a264b97d463bab6807a5be937ba4a6ddcfa93d519a21b98b0ba73ca27d4-NotoSerifGeorgian-v2.003.zip"; - } - { - name = "NotoSansLao-v2.003.zip"; - url = "https://dev-www.libreoffice.org/src/NotoSansLao-v2.003.zip"; - sha256 = "5a87c31b1a40ef8147c1e84437e5f0ceba2d4dbbfc0b56a65821ad29870da8c0"; - md5 = ""; - md5name = "5a87c31b1a40ef8147c1e84437e5f0ceba2d4dbbfc0b56a65821ad29870da8c0-NotoSansLao-v2.003.zip"; - } - { - name = "NotoSerifLao-v2.003.zip"; - url = "https://dev-www.libreoffice.org/src/NotoSerifLao-v2.003.zip"; - sha256 = "e96a303d3347790b0ef3db274971a989a736ce766ec9ea1bea0e1458568a80b2"; - md5 = ""; - md5name = "e96a303d3347790b0ef3db274971a989a736ce766ec9ea1bea0e1458568a80b2-NotoSerifLao-v2.003.zip"; - } - { - name = "NotoSansLisu-v2.102.zip"; - url = "https://dev-www.libreoffice.org/src/NotoSansLisu-v2.102.zip"; - sha256 = "b12a1ff762680681b7ce4d98dd29a7f54d90f5bcadd10c955afc640a27b3a268"; - md5 = ""; - md5name = "b12a1ff762680681b7ce4d98dd29a7f54d90f5bcadd10c955afc640a27b3a268-NotoSansLisu-v2.102.zip"; - } - { - name = "culmus-0.140.tar.gz"; - url = "https://dev-www.libreoffice.org/src/culmus-0.140.tar.gz"; - sha256 = "6daed104481007752a76905000e71c0093c591c8ef3017d1b18222c277fc52e3"; - md5 = ""; - md5name = "6daed104481007752a76905000e71c0093c591c8ef3017d1b18222c277fc52e3-culmus-0.140.tar.gz"; - } - { - name = "libre-hebrew-1.0.tar.gz"; - url = "https://dev-www.libreoffice.org/src/libre-hebrew-1.0.tar.gz"; - sha256 = "f596257c1db706ce35795b18d7f66a4db99d427725f20e9384914b534142579a"; - md5 = ""; - md5name = "f596257c1db706ce35795b18d7f66a4db99d427725f20e9384914b534142579a-libre-hebrew-1.0.tar.gz"; - } - { - name = "alef-1.001.tar.gz"; - url = "https://dev-www.libreoffice.org/src/alef-1.001.tar.gz"; - sha256 = "b98b67602a2c8880a1770f0b9e37c190f29a7e2ade5616784f0b89fbdb75bf52"; - md5 = ""; - md5name = "b98b67602a2c8880a1770f0b9e37c190f29a7e2ade5616784f0b89fbdb75bf52-alef-1.001.tar.gz"; - } - { - name = "Amiri-1.001.zip"; - url = "https://dev-www.libreoffice.org/src/Amiri-1.001.zip"; - sha256 = "cae999a9fc5638cb69cf0812e8bca1437ef1ebbf094f8b3c5b3f0a3ea2ef8c3a"; - md5 = ""; - md5name = "cae999a9fc5638cb69cf0812e8bca1437ef1ebbf094f8b3c5b3f0a3ea2ef8c3a-Amiri-1.001.zip"; - } - { - name = "ReemKufi-2.0.zip"; - url = "https://dev-www.libreoffice.org/src/ReemKufi-2.0.zip"; - sha256 = "94ae468fd88f37011607f03466bfc3a03fb617682b7bac6419b70de94cac22f0"; - md5 = ""; - md5name = "94ae468fd88f37011607f03466bfc3a03fb617682b7bac6419b70de94cac22f0-ReemKufi-2.0.zip"; - } - { - name = "Scheherazade-2.100.zip"; - url = "https://dev-www.libreoffice.org/src/Scheherazade-2.100.zip"; - sha256 = "251c8817ceb87d9b661ce1d5b49e732a0116add10abc046be4b8ba5196e149b5"; - md5 = ""; - md5name = "251c8817ceb87d9b661ce1d5b49e732a0116add10abc046be4b8ba5196e149b5-Scheherazade-2.100.zip"; - } - { - name = "Agdasima-2.002.zip"; - url = "https://dev-www.libreoffice.org/src/Agdasima-2.002.zip"; - sha256 = "b4c17499f8bc183320ffdcf1f8491c778dd68a237adc056dc08e1fcb2da488f3"; - md5 = ""; - md5name = "b4c17499f8bc183320ffdcf1f8491c778dd68a237adc056dc08e1fcb2da488f3-Agdasima-2.002.zip"; - } - { - name = "Bacasime_Antique-2.000.zip"; - url = "https://dev-www.libreoffice.org/src/Bacasime_Antique-2.000.zip"; - sha256 = "81127cebc97d4ee0b950c2bc2d6be0ed29abfe0d5988435eb9a39e382557250a"; - md5 = ""; - md5name = "81127cebc97d4ee0b950c2bc2d6be0ed29abfe0d5988435eb9a39e382557250a-Bacasime_Antique-2.000.zip"; - } - { - name = "Belanosima-2.000.zip"; - url = "https://dev-www.libreoffice.org/src/Belanosima-2.000.zip"; - sha256 = "9c30e9e7cdb0797b651113a77f6b789659b8d8598a466b2ba92754e9dec30449"; - md5 = ""; - md5name = "9c30e9e7cdb0797b651113a77f6b789659b8d8598a466b2ba92754e9dec30449-Belanosima-2.000.zip"; - } - { - name = "Caprasimo-1.001.zip"; - url = "https://dev-www.libreoffice.org/src/Caprasimo-1.001.zip"; - sha256 = "f066d27cfc99b6601083be102d08b4039da8d2834e2795aabd890f16c6fd1b9b"; - md5 = ""; - md5name = "f066d27cfc99b6601083be102d08b4039da8d2834e2795aabd890f16c6fd1b9b-Caprasimo-1.001.zip"; - } - { - name = "Lugrasimo-1.001.zip"; - url = "https://dev-www.libreoffice.org/src/Lugrasimo-1.001.zip"; - sha256 = "db24dff31e8ddf6a113556c947a219f9534b072852e9ce2079a08c94854a7503"; - md5 = ""; - md5name = "db24dff31e8ddf6a113556c947a219f9534b072852e9ce2079a08c94854a7503-Lugrasimo-1.001.zip"; - } - { - name = "Lumanosimo-1.010.zip"; - url = "https://dev-www.libreoffice.org/src/Lumanosimo-1.010.zip"; - sha256 = "d4545ad6afded9a55d9a7728cfc7453cf5637861db87aafe0a730676a0cb960f"; - md5 = ""; - md5name = "d4545ad6afded9a55d9a7728cfc7453cf5637861db87aafe0a730676a0cb960f-Lumanosimo-1.010.zip"; - } - { - name = "Lunasima-2.009.zip"; - url = "https://dev-www.libreoffice.org/src/Lunasima-2.009.zip"; - sha256 = "4302809cf4b95b481bec53de87484d919b391c90a518d065f6c775fd435a5393"; - md5 = ""; - md5name = "4302809cf4b95b481bec53de87484d919b391c90a518d065f6c775fd435a5393-Lunasima-2.009.zip"; - } - { - name = "libfreehand-0.1.2.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libfreehand-0.1.2.tar.xz"; - sha256 = "0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac"; - md5 = ""; - md5name = "0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac-libfreehand-0.1.2.tar.xz"; - } - { - name = "freetype-2.14.1.tar.xz"; - url = "https://dev-www.libreoffice.org/src/freetype-2.14.1.tar.xz"; - sha256 = "32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc"; - md5 = ""; - md5name = "32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc-freetype-2.14.1.tar.xz"; - } - { - name = "frozen-1.2.0.tar.gz"; - url = "https://dev-www.libreoffice.org/src/frozen-1.2.0.tar.gz"; - sha256 = "ed8339c017d7c5fe019ac2c642477f435278f0dc643c1d69d3f3b1e95915e823"; - md5 = ""; - md5name = "ed8339c017d7c5fe019ac2c642477f435278f0dc643c1d69d3f3b1e95915e823-frozen-1.2.0.tar.gz"; - } - { - name = "glm-1.0.2.zip"; - url = "https://dev-www.libreoffice.org/src/glm-1.0.2.zip"; - sha256 = "be64032585415ca7dbea0d614915bb8eec012adf7b4d4fea7ff6b5bd3e0b906a"; - md5 = ""; - md5name = "be64032585415ca7dbea0d614915bb8eec012adf7b4d4fea7ff6b5bd3e0b906a-glm-1.0.2.zip"; - } - { - name = "gpgme-1.24.3.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/gpgme-1.24.3.tar.bz2"; - sha256 = "bfc17f5bd1b178c8649fdd918956d277080f33df006a2dc40acdecdce68c50dd"; - md5 = ""; - md5name = "bfc17f5bd1b178c8649fdd918956d277080f33df006a2dc40acdecdce68c50dd-gpgme-1.24.3.tar.bz2"; - } - { - name = "graphite2-minimal-1.3.14.tgz"; - url = "https://dev-www.libreoffice.org/src/graphite2-minimal-1.3.14.tgz"; - sha256 = "b8e892d8627c41888ff121e921455b9e2d26836978f2359173d19825da62b8fc"; - md5 = ""; - md5name = "b8e892d8627c41888ff121e921455b9e2d26836978f2359173d19825da62b8fc-graphite2-minimal-1.3.14.tgz"; - } - { - name = "harfbuzz-12.3.0.tar.xz"; - url = "https://dev-www.libreoffice.org/src/harfbuzz-12.3.0.tar.xz"; - sha256 = "8660ebd3c27d9407fc8433b5d172bafba5f0317cb0bb4339f28e5370c93d42b7"; - md5 = ""; - md5name = "8660ebd3c27d9407fc8433b5d172bafba5f0317cb0bb4339f28e5370c93d42b7-harfbuzz-12.3.0.tar.xz"; - } - { - name = "hsqldb_1_8_0.zip"; - url = "https://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip"; - sha256 = "d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370"; - md5 = "17410483b5b5f267aa18b7e00b65e6e0"; - md5name = "17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip"; - } - { - name = "hunspell-1.7.2.tar.gz"; - url = "https://dev-www.libreoffice.org/src/hunspell-1.7.2.tar.gz"; - sha256 = "11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8"; - md5 = ""; - md5name = "11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8-hunspell-1.7.2.tar.gz"; - } - { - name = "hyphen-2.8.8.tar.gz"; - url = "https://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz"; - sha256 = "304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705"; - md5 = "5ade6ae2a99bc1e9e57031ca88d36dad"; - md5name = "5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz"; - } - { - name = "IAccessible2-1.3+git20231013.3d8c7f0.tar.gz"; - url = "https://dev-www.libreoffice.org/src/IAccessible2-1.3+git20231013.3d8c7f0.tar.gz"; - sha256 = "0e279003f5199f80031c6dcd08f79d6f65a0505139160e7df0d09b226bff4023"; - md5 = ""; - md5name = "0e279003f5199f80031c6dcd08f79d6f65a0505139160e7df0d09b226bff4023-IAccessible2-1.3+git20231013.3d8c7f0.tar.gz"; - } - { - name = "icu4c-77_1-src.tgz"; - url = "https://dev-www.libreoffice.org/src/icu4c-77_1-src.tgz"; - sha256 = "588e431f77327c39031ffbb8843c0e3bc122c211374485fa87dc5f3faff24061"; - md5 = ""; - md5name = "588e431f77327c39031ffbb8843c0e3bc122c211374485fa87dc5f3faff24061-icu4c-77_1-src.tgz"; - } - { - name = "icu4c-77_1-data.zip"; - url = "https://dev-www.libreoffice.org/src/icu4c-77_1-data.zip"; - sha256 = "1e08bfafa442260ccabf9a872d4eab12de813d42b90769df056bab032b37e1d3"; - md5 = ""; - md5name = "1e08bfafa442260ccabf9a872d4eab12de813d42b90769df056bab032b37e1d3-icu4c-77_1-data.zip"; - } - { - name = "Java-WebSocket-1.6.0.tar.gz"; - url = "https://dev-www.libreoffice.org/src/Java-WebSocket-1.6.0.tar.gz"; - sha256 = "f3ce29efde338707241d47ab4784b19a1e3658bfa0564b5bc5f80c27e5118728"; - md5 = ""; - md5name = "f3ce29efde338707241d47ab4784b19a1e3658bfa0564b5bc5f80c27e5118728-Java-WebSocket-1.6.0.tar.gz"; - } - { - name = "flow-engine-0.9.4.zip"; - url = "https://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip"; - sha256 = "233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd"; - md5 = "ba2930200c9f019c2d93a8c88c651a0f"; - md5name = "ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip"; - } - { - name = "flute-1.1.6.zip"; - url = "https://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip"; - sha256 = "1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133"; - md5 = "d8bd5eed178db6e2b18eeed243f85aa8"; - md5name = "d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip"; - } - { - name = "libbase-1.1.6.zip"; - url = "https://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip"; - sha256 = "75c80359c9ce343c20aab8a36a45cb3b9ee7c61cf92c13ae45399d854423a9ba"; - md5 = "eeb2c7ddf0d302fba4bfc6e97eac9624"; - md5name = "eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip"; - } - { - name = "libfonts-1.1.6.zip"; - url = "https://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip"; - sha256 = "e0531091787c0f16c83965fdcbc49162c059d7f0c64669e7f119699321549743"; - md5 = "3bdf40c0d199af31923e900d082ca2dd"; - md5name = "3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip"; - } - { - name = "libformula-1.1.7.zip"; - url = "https://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip"; - sha256 = "5826d1551bf599b85742545f6e01a0079b93c1b2c8434bf409eddb3a29e4726b"; - md5 = "3404ab6b1792ae5f16bbd603bd1e1d03"; - md5name = "3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip"; - } - { - name = "liblayout-0.2.10.zip"; - url = "https://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip"; - sha256 = "e1fb87f3f7b980d33414473279615c4644027e013012d156efa538bc2b031772"; - md5 = "db60e4fde8dd6d6807523deb71ee34dc"; - md5name = "db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip"; - } - { - name = "libloader-1.1.6.zip"; - url = "https://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip"; - sha256 = "3d853b19b1d94a6efa69e7af90f7f2b09ecf302913bee3da796c15ecfebcfac8"; - md5 = "97b2d4dba862397f446b217e2b623e71"; - md5name = "97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip"; - } - { - name = "librepository-1.1.6.zip"; - url = "https://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip"; - sha256 = "abe2c57ac12ba45d83563b02e240fa95d973376de2f720aab8fe11f2e621c095"; - md5 = "8ce2fcd72becf06c41f7201d15373ed9"; - md5name = "8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip"; - } - { - name = "libserializer-1.1.6.zip"; - url = "https://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip"; - sha256 = "05640a1f6805b2b2d7e2cb9c50db9a5cb084e3c52ab1a71ce015239b4a1d4343"; - md5 = "f94d9870737518e3b597f9265f4e9803"; - md5name = "f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip"; - } - { - name = "libxml-1.1.7.zip"; - url = "https://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip"; - sha256 = "7d2797fe9f79a77009721e3f14fa4a1dec17a6d706bdc93f85f1f01d124fab66"; - md5 = "ace6ab49184e329db254e454a010f56d"; - md5name = "ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip"; - } - { - name = "sacjava-1.3.zip"; - url = "https://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip"; - sha256 = "085f2112c51fa8c1783fac12fbd452650596415121348393bb51f0f7e85a9045"; - md5 = "39bb3fcea1514f1369fcfc87542390fd"; - md5name = "39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip"; - } - { - name = "libjpeg-turbo-3.1.3.tar.gz"; - url = "https://dev-www.libreoffice.org/src/libjpeg-turbo-3.1.3.tar.gz"; - sha256 = "3a13a5ba767dc8264bc40b185e41368a80d5d5f945944d1dbaa4b2fb0099f4e5"; - md5 = ""; - md5name = "3a13a5ba767dc8264bc40b185e41368a80d5d5f945944d1dbaa4b2fb0099f4e5-libjpeg-turbo-3.1.3.tar.gz"; - } - { - name = "language-subtag-registry-2025-08-25.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/language-subtag-registry-2025-08-25.tar.bz2"; - sha256 = "9b008d21f97bbf37c5aefd07805ff5500524bccbe8c39d623e184b1ed425ff39"; - md5 = ""; - md5name = "9b008d21f97bbf37c5aefd07805ff5500524bccbe8c39d623e184b1ed425ff39-language-subtag-registry-2025-08-25.tar.bz2"; - } - { - name = "lcms2-2.18.tar.gz"; - url = "https://dev-www.libreoffice.org/src/lcms2-2.18.tar.gz"; - sha256 = "ee67be3566f459362c1ee094fde2c159d33fa0390aa4ed5f5af676f9e5004347"; - md5 = ""; - md5name = "ee67be3566f459362c1ee094fde2c159d33fa0390aa4ed5f5af676f9e5004347-lcms2-2.18.tar.gz"; - } - { - name = "libassuan-3.0.2.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/libassuan-3.0.2.tar.bz2"; - sha256 = "d2931cdad266e633510f9970e1a2f346055e351bb19f9b78912475b8074c36f6"; - md5 = ""; - md5name = "d2931cdad266e633510f9970e1a2f346055e351bb19f9b78912475b8074c36f6-libassuan-3.0.2.tar.bz2"; - } - { - name = "libatomic_ops-7.8.4.tar.gz"; - url = "https://dev-www.libreoffice.org/src/libatomic_ops-7.8.4.tar.gz"; - sha256 = "2356e002e80ef695875e971d6a4fd8c61ca5c6fa4fd1bf31cce54a269c8bfcd5"; - md5 = ""; - md5name = "2356e002e80ef695875e971d6a4fd8c61ca5c6fa4fd1bf31cce54a269c8bfcd5-libatomic_ops-7.8.4.tar.gz"; - } - { - name = "libeot-0.01.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/libeot-0.01.tar.bz2"; - sha256 = "cf5091fa8e7dcdbe667335eb90a2cfdd0a3fe8f8c7c8d1ece44d9d055736a06a"; - md5 = ""; - md5name = "cf5091fa8e7dcdbe667335eb90a2cfdd0a3fe8f8c7c8d1ece44d9d055736a06a-libeot-0.01.tar.bz2"; - } - { - name = "libexttextcat-3.4.7.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libexttextcat-3.4.7.tar.xz"; - sha256 = "df0a59d413a5b202573d8d4f5159e33a8538da4f8e8e60979facc64d6290cebd"; - md5 = ""; - md5name = "df0a59d413a5b202573d8d4f5159e33a8538da4f8e8e60979facc64d6290cebd-libexttextcat-3.4.7.tar.xz"; - } - { - name = "libffi-3.5.2.tar.gz"; - url = "https://dev-www.libreoffice.org/src/libffi-3.5.2.tar.gz"; - sha256 = "f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc"; - md5 = ""; - md5name = "f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc-libffi-3.5.2.tar.gz"; - } - { - name = "libgpg-error-1.56.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/libgpg-error-1.56.tar.bz2"; - sha256 = "82c3d2deb4ad96ad3925d6f9f124fe7205716055ab50e291116ef27975d169c0"; - md5 = ""; - md5name = "82c3d2deb4ad96ad3925d6f9f124fe7205716055ab50e291116ef27975d169c0-libgpg-error-1.56.tar.bz2"; - } - { - name = "liblangtag-0.6.8.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/liblangtag-0.6.8.tar.bz2"; - sha256 = "a96975b79ddd8fef6d9295c083fe3f1afa1a8898a57235d4069255ade44e5cf2"; - md5 = ""; - md5name = "a96975b79ddd8fef6d9295c083fe3f1afa1a8898a57235d4069255ade44e5cf2-liblangtag-0.6.8.tar.bz2"; - } - { - name = "libnumbertext-1.0.11.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libnumbertext-1.0.11.tar.xz"; - sha256 = "5dcb4db3b2340f81f601ce86d8d76b69e34d70f84f804192c901e4b7f84d5fb0"; - md5 = ""; - md5name = "5dcb4db3b2340f81f601ce86d8d76b69e34d70f84f804192c901e4b7f84d5fb0-libnumbertext-1.0.11.tar.xz"; - } - { - name = "ltm-1.3.0.tar.xz"; - url = "https://dev-www.libreoffice.org/src/ltm-1.3.0.tar.xz"; - sha256 = "296272d93435991308eb73607600c034b558807a07e829e751142e65ccfa9d08"; - md5 = ""; - md5name = "296272d93435991308eb73607600c034b558807a07e829e751142e65ccfa9d08-ltm-1.3.0.tar.xz"; - } - { - name = "libwebp-1.6.0.tar.gz"; - url = "https://dev-www.libreoffice.org/src/libwebp-1.6.0.tar.gz"; - sha256 = "e4ab7009bf0629fd11982d4c2aa83964cf244cffba7347ecd39019a9e38c4564"; - md5 = ""; - md5name = "e4ab7009bf0629fd11982d4c2aa83964cf244cffba7347ecd39019a9e38c4564-libwebp-1.6.0.tar.gz"; - } - { - name = "xmlsec1-1.3.9.tar.gz"; - url = "https://dev-www.libreoffice.org/src/xmlsec1-1.3.9.tar.gz"; - sha256 = "a631c8cd7a6b86e6adb9f5b935d45a9cf9768b3cb090d461e8eb9d043cf9b62f"; - md5 = ""; - md5name = "a631c8cd7a6b86e6adb9f5b935d45a9cf9768b3cb090d461e8eb9d043cf9b62f-xmlsec1-1.3.9.tar.gz"; - } - { - name = "libxml2-2.14.6.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libxml2-2.14.6.tar.xz"; - sha256 = "7ce458a0affeb83f0b55f1f4f9e0e55735dbfc1a9de124ee86fb4a66b597203a"; - md5 = ""; - md5name = "7ce458a0affeb83f0b55f1f4f9e0e55735dbfc1a9de124ee86fb4a66b597203a-libxml2-2.14.6.tar.xz"; - } - { - name = "libxslt-1.1.45.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libxslt-1.1.45.tar.xz"; - sha256 = "9acfe68419c4d06a45c550321b3212762d92f41465062ca4ea19e632ee5d216e"; - md5 = ""; - md5name = "9acfe68419c4d06a45c550321b3212762d92f41465062ca4ea19e632ee5d216e-libxslt-1.1.45.tar.xz"; - } - { - name = "lp_solve_5.5.tar.gz"; - url = "https://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz"; - sha256 = "171816288f14215c69e730f7a4f1c325739873e21f946ff83884b350574e6695"; - md5 = "26b3e95ddf3d9c077c480ea45874b3b8"; - md5name = "26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz"; - } - { - name = "lxml-6.0.2.tar.gz"; - url = "https://dev-www.libreoffice.org/src/lxml-6.0.2.tar.gz"; - sha256 = "cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62"; - md5 = ""; - md5name = "cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62-lxml-6.0.2.tar.gz"; - } - { - name = "mariadb-connector-c-3.3.18-src.tar.gz"; - url = "https://dev-www.libreoffice.org/src/mariadb-connector-c-3.3.18-src.tar.gz"; - sha256 = "292c0f2e6ce5cb6f1217f3a53c72f792e55fb20393e00924b11943e2f9f6e9d5"; - md5 = ""; - md5name = "292c0f2e6ce5cb6f1217f3a53c72f792e55fb20393e00924b11943e2f9f6e9d5-mariadb-connector-c-3.3.18-src.tar.gz"; - } - { - name = "mdds-3.1.0.tar.xz"; - url = "https://dev-www.libreoffice.org/src/mdds-3.1.0.tar.xz"; - sha256 = "ca295f4c86968a7eb1f5d503ff7ae180e6605210cfb26d01658be42048c0924c"; - md5 = ""; - md5name = "ca295f4c86968a7eb1f5d503ff7ae180e6605210cfb26d01658be42048c0924c-mdds-3.1.0.tar.xz"; - } - { - name = "mDNSResponder-878.200.35.tar.gz"; - url = "https://dev-www.libreoffice.org/src/mDNSResponder-878.200.35.tar.gz"; - sha256 = "e777b4d7dbf5eb1552cb80090ad1ede319067ab6e45e3990d68aabf6e8b3f5a0"; - md5 = ""; - md5name = "e777b4d7dbf5eb1552cb80090ad1ede319067ab6e45e3990d68aabf6e8b3f5a0-mDNSResponder-878.200.35.tar.gz"; - } - { - name = "meson-1.8.3.tar.gz"; - url = "https://dev-www.libreoffice.org/src/meson-1.8.3.tar.gz"; - sha256 = "f118aa910fc0a137cc2dd0122232dbf82153d9a12fb5b0f5bb64896f6a157abf"; - md5 = ""; - md5name = "f118aa910fc0a137cc2dd0122232dbf82153d9a12fb5b0f5bb64896f6a157abf-meson-1.8.3.tar.gz"; - } - { - name = "libmspub-0.1.4.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libmspub-0.1.4.tar.xz"; - sha256 = "ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba"; - md5 = ""; - md5name = "ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba-libmspub-0.1.4.tar.xz"; - } - { - name = "libmwaw-0.3.22.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libmwaw-0.3.22.tar.xz"; - sha256 = "a1a39ffcea3ff2a7a7aae0c23877ddf4918b554bf82b0de5d7ce8e7f61ea8e32"; - md5 = ""; - md5name = "a1a39ffcea3ff2a7a7aae0c23877ddf4918b554bf82b0de5d7ce8e7f61ea8e32-libmwaw-0.3.22.tar.xz"; - } - { - name = "mythes-1.2.5.tar.xz"; - url = "https://dev-www.libreoffice.org/src/mythes-1.2.5.tar.xz"; - sha256 = "19279f70707bbe5ffa619f2dc319f888cec0c4a8d339dc0a21330517bd6f521d"; - md5 = ""; - md5name = "19279f70707bbe5ffa619f2dc319f888cec0c4a8d339dc0a21330517bd6f521d-mythes-1.2.5.tar.xz"; - } - { - name = "nss-3.118.1-with-nspr-4.37.tar.gz"; - url = "https://dev-www.libreoffice.org/src/nss-3.118.1-with-nspr-4.37.tar.gz"; - sha256 = "9e1f7da9f4e5e3bdfd73f7dc2c618d6125a12354aadaeedbb35af3699bc03e15"; - md5 = ""; - md5name = "9e1f7da9f4e5e3bdfd73f7dc2c618d6125a12354aadaeedbb35af3699bc03e15-nss-3.118.1-with-nspr-4.37.tar.gz"; - } - { - name = "libodfgen-0.1.8.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libodfgen-0.1.8.tar.xz"; - sha256 = "55200027fd46623b9bdddd38d275e7452d1b0ff8aeddcad6f9ae6dc25f610625"; - md5 = ""; - md5name = "55200027fd46623b9bdddd38d275e7452d1b0ff8aeddcad6f9ae6dc25f610625-libodfgen-0.1.8.tar.xz"; - } - { - name = "odfvalidator-0.9.0-RC2-SNAPSHOT-jar-with-dependencies-2726ab578664434a545f8379a01a9faffac0ae73.jar"; - url = "https://dev-www.libreoffice.org/src/../extern/odfvalidator-0.9.0-RC2-SNAPSHOT-jar-with-dependencies-2726ab578664434a545f8379a01a9faffac0ae73.jar"; - sha256 = "d55495ab3a86544650587de2a72180ddf8bfc6376d14ddfa923992dbc86a06e0"; - md5 = ""; - md5name = "d55495ab3a86544650587de2a72180ddf8bfc6376d14ddfa923992dbc86a06e0-odfvalidator-0.9.0-RC2-SNAPSHOT-jar-with-dependencies-2726ab578664434a545f8379a01a9faffac0ae73.jar"; - } - { - name = "officeotron-0.8.4.jar"; - url = "https://dev-www.libreoffice.org/src/../extern/officeotron-0.8.4.jar"; - sha256 = "567b9579510969e34085ed30995d87b27a11584f03711d7fc9b7ec2e1cea36c5"; - md5 = ""; - md5name = "567b9579510969e34085ed30995d87b27a11584f03711d7fc9b7ec2e1cea36c5-officeotron-0.8.4.jar"; - } - { - name = "onlineupdate-c003be8b9727672e7d30972983b375f4c200233f-2.tar.xz"; - url = "https://dev-www.libreoffice.org/src/onlineupdate-c003be8b9727672e7d30972983b375f4c200233f-2.tar.xz"; - sha256 = "37206cf981e8409d048b59ac5839621ea107ff49af72beb9d7769a2f41da8d90"; - md5 = ""; - md5name = "37206cf981e8409d048b59ac5839621ea107ff49af72beb9d7769a2f41da8d90-onlineupdate-c003be8b9727672e7d30972983b375f4c200233f-2.tar.xz"; - } - { - name = "openldap-2.6.10.tgz"; - url = "https://dev-www.libreoffice.org/src/openldap-2.6.10.tgz"; - sha256 = "c065f04aad42737aebd60b2fe4939704ac844266bc0aeaa1609f0cad987be516"; - md5 = ""; - md5name = "c065f04aad42737aebd60b2fe4939704ac844266bc0aeaa1609f0cad987be516-openldap-2.6.10.tgz"; - } - { - name = "openssl-3.0.19.tar.gz"; - url = "https://dev-www.libreoffice.org/src/openssl-3.0.19.tar.gz"; - sha256 = "fa5a4143b8aae18be53ef2f3caf29a2e0747430b8bc74d32d88335b94ab63072"; - md5 = ""; - md5name = "fa5a4143b8aae18be53ef2f3caf29a2e0747430b8bc74d32d88335b94ab63072-openssl-3.0.19.tar.gz"; - } - { - name = "liborcus-0.20.1.tar.xz"; - url = "https://dev-www.libreoffice.org/src/liborcus-0.20.1.tar.xz"; - sha256 = "ec27f30e8445a2a3f307f7e829fc446fd48193150b7f8f23bb5bfb25ec6e4e27"; - md5 = ""; - md5name = "ec27f30e8445a2a3f307f7e829fc446fd48193150b7f8f23bb5bfb25ec6e4e27-liborcus-0.20.1.tar.xz"; - } - { - name = "libpagemaker-0.0.4.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libpagemaker-0.0.4.tar.xz"; - sha256 = "66adacd705a7d19895e08eac46d1e851332adf2e736c566bef1164e7a442519d"; - md5 = ""; - md5name = "66adacd705a7d19895e08eac46d1e851332adf2e736c566bef1164e7a442519d-libpagemaker-0.0.4.tar.xz"; - } - { - name = "pdfium-7012.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/pdfium-7012.tar.bz2"; - sha256 = "e647ca4fcc2c91d9dca717452e1b1be1ab6155ac4977dca716041652c7b10bdd"; - md5 = ""; - md5name = "e647ca4fcc2c91d9dca717452e1b1be1ab6155ac4977dca716041652c7b10bdd-pdfium-7012.tar.bz2"; - } - { - name = "pixman-0.42.2.tar.gz"; - url = "https://dev-www.libreoffice.org/src/pixman-0.42.2.tar.gz"; - sha256 = "ea1480efada2fd948bc75366f7c349e1c96d3297d09a3fe62626e38e234a625e"; - md5 = ""; - md5name = "ea1480efada2fd948bc75366f7c349e1c96d3297d09a3fe62626e38e234a625e-pixman-0.42.2.tar.gz"; - } - { - name = "libpng-1.6.55.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libpng-1.6.55.tar.xz"; - sha256 = "d925722864837ad5ae2a82070d4b2e0603dc72af44bd457c3962298258b8e82d"; - md5 = ""; - md5name = "d925722864837ad5ae2a82070d4b2e0603dc72af44bd457c3962298258b8e82d-libpng-1.6.55.tar.xz"; - } - { - name = "tiff-4.7.1.tar.xz"; - url = "https://dev-www.libreoffice.org/src/tiff-4.7.1.tar.xz"; - sha256 = "b92017489bdc1db3a4c97191aa4b75366673cb746de0dce5d7a749d5954681ba"; - md5 = ""; - md5name = "b92017489bdc1db3a4c97191aa4b75366673cb746de0dce5d7a749d5954681ba-tiff-4.7.1.tar.xz"; - } - { - name = "poppler-25.12.0.tar.xz"; - url = "https://dev-www.libreoffice.org/src/poppler-25.12.0.tar.xz"; - sha256 = "c18b40eb36b1a0c5b86e29ca054bf0770304583da4f2cdd42fe86eca6a20de48"; - md5 = ""; - md5name = "c18b40eb36b1a0c5b86e29ca054bf0770304583da4f2cdd42fe86eca6a20de48-poppler-25.12.0.tar.xz"; - } - { - name = "poppler-data-0.4.12.tar.gz"; - url = "https://dev-www.libreoffice.org/src/poppler-data-0.4.12.tar.gz"; - sha256 = "c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74"; - md5 = ""; - md5name = "c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74-poppler-data-0.4.12.tar.gz"; - } - { - name = "postgresql-15.16.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/postgresql-15.16.tar.bz2"; - sha256 = "695ee29a77be1f5010e10f3667696f29871587f7aa311eadc1f809bea287cf48"; - md5 = ""; - md5name = "695ee29a77be1f5010e10f3667696f29871587f7aa311eadc1f809bea287cf48-postgresql-15.16.tar.bz2"; - } - { - name = "Python-3.11.14.tar.xz"; - url = "https://dev-www.libreoffice.org/src/Python-3.11.14.tar.xz"; - sha256 = "8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b78"; - md5 = ""; - md5name = "8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b78-Python-3.11.14.tar.xz"; - } - { - name = "python.3.12.8.nupkg"; - url = "https://dev-www.libreoffice.org/src/python.3.12.8.nupkg"; - sha256 = "406856be971d957e0bee7a5cefe20a5ec78d70a495e9e33cd0e53d31faec049d"; - md5 = ""; - md5name = "406856be971d957e0bee7a5cefe20a5ec78d70a495e9e33cd0e53d31faec049d-python.3.12.8.nupkg"; - } - { - name = "libqxp-0.0.2.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libqxp-0.0.2.tar.xz"; - sha256 = "e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c"; - md5 = ""; - md5name = "e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c-libqxp-0.0.2.tar.xz"; - } - { - name = "raptor2-2.0.16.tar.gz"; - url = "https://dev-www.libreoffice.org/src/raptor2-2.0.16.tar.gz"; - sha256 = "089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680"; - md5 = ""; - md5name = "089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680-raptor2-2.0.16.tar.gz"; - } - { - name = "rasqal-0.9.33.tar.gz"; - url = "https://dev-www.libreoffice.org/src/1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz"; - sha256 = "6924c9ac6570bd241a9669f83b467c728a322470bf34f4b2da4f69492ccfd97c"; - md5 = "1f5def51ca0026cd192958ef07228b52"; - md5name = "1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz"; - } - { - name = "redland-1.0.17.tar.gz"; - url = "https://dev-www.libreoffice.org/src/e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz"; - sha256 = "de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681"; - md5 = "e5be03eda13ef68aabab6e42aa67715e"; - md5name = "e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz"; - } - { - name = "librevenge-0.0.5.tar.bz2"; - url = "https://dev-www.libreoffice.org/src/librevenge-0.0.5.tar.bz2"; - sha256 = "5892ca6796f7a2a93d580832e907e849b19d980b40d326a283b18877ab6de0c5"; - md5 = ""; - md5name = "5892ca6796f7a2a93d580832e907e849b19d980b40d326a283b18877ab6de0c5-librevenge-0.0.5.tar.bz2"; - } - { - name = "rhino-1.7.15.1.zip"; - url = "https://dev-www.libreoffice.org/src/rhino-1.7.15.1.zip"; - sha256 = "65599965d82c0e60332601d511dacb0241e796cabfa5550c72bb80c4bf89e8ad"; - md5 = ""; - md5name = "65599965d82c0e60332601d511dacb0241e796cabfa5550c72bb80c4bf89e8ad-rhino-1.7.15.1.zip"; - } - { - name = "skia-m136-28685d899b0a35894743e2cedad4c9f525e90e1e.tar.xz"; - url = "https://dev-www.libreoffice.org/src/skia-m136-28685d899b0a35894743e2cedad4c9f525e90e1e.tar.xz"; - sha256 = "2384f5f44a0b714d8dc78923fdf17453ab5a1808ca638154e3e27b361531db25"; - md5 = ""; - md5name = "2384f5f44a0b714d8dc78923fdf17453ab5a1808ca638154e3e27b361531db25-skia-m136-28685d899b0a35894743e2cedad4c9f525e90e1e.tar.xz"; - } - { - name = "libstaroffice-0.0.7.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libstaroffice-0.0.7.tar.xz"; - sha256 = "f94fb0ad8216f97127bedef163a45886b43c62deac5e5b0f5e628e234220c8db"; - md5 = ""; - md5name = "f94fb0ad8216f97127bedef163a45886b43c62deac5e5b0f5e628e234220c8db-libstaroffice-0.0.7.tar.xz"; - } - { - name = "twaindsm_2.4.1.orig.tar.gz"; - url = "https://dev-www.libreoffice.org/src/twaindsm_2.4.1.orig.tar.gz"; - sha256 = "82c818be771f242388457aa8c807e4b52aa84dc22b21c6c56184a6b4cbb085e6"; - md5 = ""; - md5name = "82c818be771f242388457aa8c807e4b52aa84dc22b21c6c56184a6b4cbb085e6-twaindsm_2.4.1.orig.tar.gz"; - } - { - name = "libvisio-0.1.10.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libvisio-0.1.10.tar.xz"; - sha256 = "9e9eff75112d4d92d92262ad7fc2599c21e26f8fc5ba54900efdc83c0501e472"; - md5 = ""; - md5name = "9e9eff75112d4d92d92262ad7fc2599c21e26f8fc5ba54900efdc83c0501e472-libvisio-0.1.10.tar.xz"; - } - { - name = "libwpd-0.10.3.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libwpd-0.10.3.tar.xz"; - sha256 = "2465b0b662fdc5d4e3bebcdc9a79027713fb629ca2bff04a3c9251fdec42dd09"; - md5 = ""; - md5name = "2465b0b662fdc5d4e3bebcdc9a79027713fb629ca2bff04a3c9251fdec42dd09-libwpd-0.10.3.tar.xz"; - } - { - name = "libwpg-0.3.4.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libwpg-0.3.4.tar.xz"; - sha256 = "b55fda9440d1e070630eb2487d8b8697cf412c214a27caee9df69cec7c004de3"; - md5 = ""; - md5name = "b55fda9440d1e070630eb2487d8b8697cf412c214a27caee9df69cec7c004de3-libwpg-0.3.4.tar.xz"; - } - { - name = "libwps-0.4.14.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libwps-0.4.14.tar.xz"; - sha256 = "365b968e270e85a8469c6b160aa6af5619a4e6c995dbb04c1ecc1b4dd13e80de"; - md5 = ""; - md5name = "365b968e270e85a8469c6b160aa6af5619a4e6c995dbb04c1ecc1b4dd13e80de-libwps-0.4.14.tar.xz"; - } - { - name = "xsltml_2.1.2.zip"; - url = "https://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip"; - sha256 = "75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870"; - md5 = "a7983f859eafb2677d7ff386a023bc40"; - md5name = "a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip"; - } - { - name = "zlib-1.3.1.tar.xz"; - url = "https://dev-www.libreoffice.org/src/zlib-1.3.1.tar.xz"; - sha256 = "38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32"; - md5 = ""; - md5name = "38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32-zlib-1.3.1.tar.xz"; - } - { - name = "zstd-1.5.7.tar.gz"; - url = "https://dev-www.libreoffice.org/src/zstd-1.5.7.tar.gz"; - sha256 = "eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3"; - md5 = ""; - md5name = "eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3-zstd-1.5.7.tar.gz"; - } - { - name = "libzmf-0.0.2.tar.xz"; - url = "https://dev-www.libreoffice.org/src/libzmf-0.0.2.tar.xz"; - sha256 = "27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22"; - md5 = ""; - md5name = "27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22-libzmf-0.0.2.tar.xz"; - } - { - name = "zxcvbn-c-2.6.tar.gz"; - url = "https://dev-www.libreoffice.org/src/zxcvbn-c-2.6.tar.gz"; - sha256 = "11e39f6776f9c82c68b2acb94336e32697d4ab6cdb4ac16f9583ccbdd735113a"; - md5 = ""; - md5name = "11e39f6776f9c82c68b2acb94336e32697d4ab6cdb4ac16f9583ccbdd735113a-zxcvbn-c-2.6.tar.gz"; - } - { - name = "zxing-cpp-2.3.0.tar.gz"; - url = "https://dev-www.libreoffice.org/src/zxing-cpp-2.3.0.tar.gz"; - sha256 = "64e4139103fdbc57752698ee15b5f0b0f7af9a0331ecbdc492047e0772c417ba"; - md5 = ""; - md5name = "64e4139103fdbc57752698ee15b5f0b0f7af9a0331ecbdc492047e0772c417ba-zxing-cpp-2.3.0.tar.gz"; - } -] diff --git a/pkgs/applications/office/libreoffice/src-still/help.nix b/pkgs/applications/office/libreoffice/src-still/help.nix deleted file mode 100644 index ab003694eecf..000000000000 --- a/pkgs/applications/office/libreoffice/src-still/help.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ fetchurl, ... }: -fetchurl { - sha256 = "1wn5qv1xblv8bff9zf484xi76ycsjswm93p4v09n42j10ai9qhxn"; - url = "https://download.documentfoundation.org/libreoffice/src/25.8.5/libreoffice-help-25.8.5.2.tar.xz"; -} diff --git a/pkgs/applications/office/libreoffice/src-still/main.nix b/pkgs/applications/office/libreoffice/src-still/main.nix deleted file mode 100644 index f2b1480c1365..000000000000 --- a/pkgs/applications/office/libreoffice/src-still/main.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ fetchurl, ... }: -fetchurl { - sha256 = "1bwiqwr98jhjlxphw8q0zlbrfn6ihk0s3izanskjm1lqs27xqqvz"; - url = "https://download.documentfoundation.org/libreoffice/src/25.8.5/libreoffice-25.8.5.2.tar.xz"; -} diff --git a/pkgs/applications/office/libreoffice/src-still/translations.nix b/pkgs/applications/office/libreoffice/src-still/translations.nix deleted file mode 100644 index 0eec005061f3..000000000000 --- a/pkgs/applications/office/libreoffice/src-still/translations.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ fetchurl, ... }: -fetchurl { - sha256 = "0im4g4gxx4zvv0csdcmzinm0vp8lxpz57dlclhnbxkasnh1y9vji"; - url = "https://download.documentfoundation.org/libreoffice/src/25.8.5/libreoffice-translations-25.8.5.2.tar.xz"; -} diff --git a/pkgs/applications/office/libreoffice/src-still/version.nix b/pkgs/applications/office/libreoffice/src-still/version.nix deleted file mode 100644 index 6efa4dc1080d..000000000000 --- a/pkgs/applications/office/libreoffice/src-still/version.nix +++ /dev/null @@ -1 +0,0 @@ -"25.8.5.2" diff --git a/pkgs/applications/office/libreoffice/update.sh b/pkgs/applications/office/libreoffice/update.sh index e48ea4cfd5ee..7860a10ace78 100755 --- a/pkgs/applications/office/libreoffice/update.sh +++ b/pkgs/applications/office/libreoffice/update.sh @@ -9,11 +9,9 @@ echoerr got fname $fname shift variant="$1" -# See comment near version_major variable -if [[ $variant == fresh ]]; then - head_tail=head -elif [[ $variant == still ]]; then - head_tail=tail +# not doing anything but checking correctness right now +if [[ $variant == stable ]]; then + true elif [[ $variant == collabora ]]; then true elif [[ $variant == collabora-coda ]]; then @@ -31,16 +29,16 @@ mkdir -p "$(dirname $fname)/src-$variant" cd "$(dirname $fname)/src-$variant" case $variant in -(fresh|still) +(stable) # The pup command prints both fresh and still versions one after another, and # we use either head -1 or tail -1 to get the right version, per the if elif # above. - version_major="$(curl --silent https://www.libreoffice.org/download/download-libreoffice/ |\ - pup '.dl_version_number text{}' | $head_tail -1)" - echoerr got from website ${variant}_version $version_major + version_major="$(curl --silent https://www.libreoffice.org/download/ |\ + pup '.version_heading' 'text{}' | xargs)" + echoerr got from website ${variant}_version "[[$version_major]]" baseurl=https://download.documentfoundation.org/libreoffice/src/$version_major tarballs=($(curl --silent $baseurl/ |\ - pup 'table json{}' |\ + pup 'table' 'json{}' |\ jq --raw-output '.. | .href? | strings' |\ grep "$version_major.*.tar.xz$")) diff --git a/pkgs/applications/office/libreoffice/wrapper.nix b/pkgs/applications/office/libreoffice/wrapper.nix index e66d6fa895f4..ad9f219dc14b 100644 --- a/pkgs/applications/office/libreoffice/wrapper.nix +++ b/pkgs/applications/office/libreoffice/wrapper.nix @@ -131,6 +131,11 @@ let in runCommand "${unwrapped.name}-wrapped" { + + # Not sure if meaningful for runCommand, but nixpkgs-vet demands this anyway + __structuredAttrs = true; + strictDeps = true; + inherit (unwrapped) meta pname version; paths = [ unwrapped ]; nativeBuildInputs = [ diff --git a/pkgs/by-name/ai/airwindows/package.nix b/pkgs/by-name/ai/airwindows/package.nix index e6307ac1a96f..d2f6e3fc6cb1 100644 --- a/pkgs/by-name/ai/airwindows/package.nix +++ b/pkgs/by-name/ai/airwindows/package.nix @@ -8,13 +8,13 @@ }: stdenv.mkDerivation { pname = "airwindows"; - version = "0-unstable-2026-08-02"; + version = "0-unstable-2026-08-16"; src = fetchFromGitHub { owner = "airwindows"; repo = "airwindows"; - rev = "5c8aae0c97ad547561056738a7c1d4d579113ffb"; - hash = "sha256-kVUhTTFWYTw5U1P/q6Ypk2PxOvpVDS0Ze4tyGF0ZjJI="; + rev = "1a6b436df99cbfced21a8850305bb1135a4efb4f"; + hash = "sha256-x+Yj+kqYFlk4f7jilZJWVqRw5DtmoHpqE8HXWUqmziA="; }; # we patch helpers because honestly im spooked out by where those variables diff --git a/pkgs/by-name/al/all-the-package-names/package.nix b/pkgs/by-name/al/all-the-package-names/package.nix index 6506e97b6ad4..70fba579e452 100644 --- a/pkgs/by-name/al/all-the-package-names/package.nix +++ b/pkgs/by-name/al/all-the-package-names/package.nix @@ -7,16 +7,16 @@ buildNpmPackage rec { pname = "all-the-package-names"; - version = "2.0.2529"; + version = "2.0.2538"; src = fetchFromGitHub { owner = "nice-registry"; repo = "all-the-package-names"; tag = "v${version}"; - hash = "sha256-W9SKlCc7m3O10PDF6lFp+Bjn9nxqnidIA+YM9qC2c5E="; + hash = "sha256-TYby3jGpaK1KKuZWwUSGm90527EyJvpm7i5arhwXWI8="; }; - npmDepsHash = "sha256-sE666gta+O49t2e8Cr8KS3srPKkfTyWFt+8IFOZaRd0="; + npmDepsHash = "sha256-rdHghCJtEPjNuNXqpdP39xChRgVYtMB4mNmzcYyxKGI="; passthru.updateScript = nix-update-script { }; diff --git a/pkgs/by-name/an/ansible-navigator/package.nix b/pkgs/by-name/an/ansible-navigator/package.nix index b0fa00076589..3d69e035e6ad 100644 --- a/pkgs/by-name/an/ansible-navigator/package.nix +++ b/pkgs/by-name/an/ansible-navigator/package.nix @@ -8,13 +8,13 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "ansible-navigator"; - version = "26.6.0"; + version = "26.8.0"; pyproject = true; src = fetchPypi { inherit (finalAttrs) version; pname = "ansible_navigator"; - hash = "sha256-WyazCoFg4uPx0jLAG8u19l4dr806pQFzbYFadJwYfTM="; + hash = "sha256-V5UyoCrLr4iZvDeFQUIcXSxTWP1G3TmCJUdhWQIpn+Q="; }; build-system = with python3Packages; [ diff --git a/pkgs/by-name/at/atmos/package.nix b/pkgs/by-name/at/atmos/package.nix index 211de0f0d67f..b0ff1740c6c8 100644 --- a/pkgs/by-name/at/atmos/package.nix +++ b/pkgs/by-name/at/atmos/package.nix @@ -7,16 +7,16 @@ buildGoModule (finalAttrs: { pname = "atmos"; - version = "1.225.0"; + version = "1.226.0"; src = fetchFromGitHub { owner = "cloudposse"; repo = "atmos"; tag = "v${finalAttrs.version}"; - hash = "sha256-PP2yOYwNnvk08QJtNSvpF/ZEQIrh1dQlMH9CUf6Ozr8="; + hash = "sha256-OAQ/LRzk49br+5qtHf/3v+L6WtK4itm7cSaYXwspbTo="; }; - vendorHash = "sha256-1lyBg1slFnCCdmP749Ub7Hjx1zFvNaZaMVwOnSuqG/M="; + vendorHash = "sha256-Gs90dEuk2uq2MbT/05g4x73FPOmZhJjWBxLmxe37vlg="; env.CGO_ENABLED = 0; # Compiles a pure statically linked Go binary. diff --git a/pkgs/by-name/aw/aws-lambda-rie/package.nix b/pkgs/by-name/aw/aws-lambda-rie/package.nix index b41e18ec91a8..e898a5781e7f 100644 --- a/pkgs/by-name/aw/aws-lambda-rie/package.nix +++ b/pkgs/by-name/aw/aws-lambda-rie/package.nix @@ -6,13 +6,13 @@ buildGoModule (finalAttrs: { pname = "aws-lambda-runtime-interface-emulator"; - version = "1.35"; + version = "1.36"; src = fetchFromGitHub { owner = "aws"; repo = "aws-lambda-runtime-interface-emulator"; rev = "v${finalAttrs.version}"; - sha256 = "sha256-tO7ru3sdCWbdALcOmxQny7ak96utgABUvIaGThZRedw="; + sha256 = "sha256-bI+UZuaRuBwUgDGSb/SnBTzUR+iNPHWdVHHpzT29SIs="; }; vendorHash = "sha256-+7BuDaN1ns63cQOMKuRMjBo9GnLrmsubx/KppUsyheY="; diff --git a/pkgs/by-name/az/azure-storage-azcopy/package.nix b/pkgs/by-name/az/azure-storage-azcopy/package.nix index 58e373da153a..07f74674534a 100644 --- a/pkgs/by-name/az/azure-storage-azcopy/package.nix +++ b/pkgs/by-name/az/azure-storage-azcopy/package.nix @@ -6,18 +6,18 @@ buildGoModule (finalAttrs: { pname = "azure-storage-azcopy"; - version = "10.32.6"; + version = "10.32.7"; src = fetchFromGitHub { owner = "Azure"; repo = "azure-storage-azcopy"; tag = "v${finalAttrs.version}"; - hash = "sha256-BTbPye3ATHqALvVgEhlMKsKbAVxy61FMVPOhHkFaubI="; + hash = "sha256-q1JqGrP7ufjtAC2vLrnO15127g1f2O3JQ3ihqWj8xp0="; }; subPackages = [ "." ]; - vendorHash = "sha256-adSxTxf38E9ttVcBXECUXJmMTZRQwG6Tq3rsTWh3rhc="; + vendorHash = "sha256-FU9/aeom1LIlnrkfbs2D/Y7ZmI1FPlKF/SbBxlbmiM4="; doCheck = false; diff --git a/pkgs/by-name/be/better-commits/package.nix b/pkgs/by-name/be/better-commits/package.nix index 93e75d7d3226..8cc3900fe1a9 100644 --- a/pkgs/by-name/be/better-commits/package.nix +++ b/pkgs/by-name/be/better-commits/package.nix @@ -8,16 +8,16 @@ buildNpmPackage rec { pname = "better-commits"; - version = "1.24.0"; + version = "1.26.0"; src = fetchFromGitHub { owner = "Everduin94"; repo = "better-commits"; tag = "v${version}"; - hash = "sha256-OzQ6/ShE5V49hOvTbG2v6J/orDCulgaAQnU6S9w/Ayw="; + hash = "sha256-jlyZD6ceqLQS02ttz8pU2aMj8eT1cTuJx91rr73U/8Y="; }; - npmDepsHash = "sha256-1ASVbn8MqWDiDKx+vYs2DNv9GuvHg4Acv8Kuj7JVBHE="; + npmDepsHash = "sha256-y7jj9kAmubZJQJeviItLhkZ/2YHrgD+Lh+cTeTgwFN0="; passthru.updateScript = nix-update-script { }; diff --git a/pkgs/by-name/ca/cargo-feature-combinations/package.nix b/pkgs/by-name/ca/cargo-feature-combinations/package.nix index 1b68debc5517..37553ecd7b4b 100644 --- a/pkgs/by-name/ca/cargo-feature-combinations/package.nix +++ b/pkgs/by-name/ca/cargo-feature-combinations/package.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage (finalAttrs: { __structuredAttrs = true; pname = "cargo-feature-combinations"; - version = "0.4.3"; + version = "0.5.0"; src = fetchFromGitHub { owner = "romnn"; repo = "cargo-feature-combinations"; tag = "v${finalAttrs.version}"; - hash = "sha256-UvKEXWBT2W4wsjlKUTeyF2A8NIqLnfpjQRKJpCqszp8="; + hash = "sha256-0rAo6zH/SRe2cV2H2koYJ0Pe0Y8pqVFIhCl3CzS8wnA="; }; - cargoHash = "sha256-wDd7910GjQwSPk44HwF9LhqNlgUwAEC9D2J0essIT1o="; + cargoHash = "sha256-Ihy1qRrZPmBIi9yDHS+wNxx2CATxtaIbxSuRz94RGUE="; passthru.updateScript = nix-update-script { }; diff --git a/pkgs/by-name/ca/cargo-llvm-lines/package.nix b/pkgs/by-name/ca/cargo-llvm-lines/package.nix index 8191a49b659f..ab0dd10981b3 100644 --- a/pkgs/by-name/ca/cargo-llvm-lines/package.nix +++ b/pkgs/by-name/ca/cargo-llvm-lines/package.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "cargo-llvm-lines"; - version = "0.4.46"; + version = "0.4.48"; src = fetchFromGitHub { owner = "dtolnay"; repo = "cargo-llvm-lines"; tag = finalAttrs.version; - hash = "sha256-Pyl3IGPMjw48mjOh/P4FffP7r+Yd0bJodyKSSGK/kCQ="; + hash = "sha256-Cd0qjad+aQieaEdKByUU80zdL8JmCg+sSkLLInSu6Cw="; }; - cargoHash = "sha256-/8Ch74qXamQIgi1uR5huK+EnqpvGfIpYaVygu7NgihI="; + cargoHash = "sha256-RwmYWcuIx4uKtCczJkSE0Mj5TTi22V8ll9aAVcXKmcE="; meta = { description = "Count the number of lines of LLVM IR across all instantiations of a generic function"; diff --git a/pkgs/by-name/ca/cargo-tally/package.nix b/pkgs/by-name/ca/cargo-tally/package.nix index dc87f4a92021..d02786237009 100644 --- a/pkgs/by-name/ca/cargo-tally/package.nix +++ b/pkgs/by-name/ca/cargo-tally/package.nix @@ -6,14 +6,14 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "cargo-tally"; - version = "1.0.76"; + version = "1.0.77"; src = fetchCrate { inherit (finalAttrs) pname version; - hash = "sha256-b9AhyeVcx8Z8apj+P0CEHOTDcAcxwK0I6gNVOjlprBs="; + hash = "sha256-bkikJU5qyq+6+PYCJrEmdZHIsPGz4prOt6g69hOIZ8o="; }; - cargoHash = "sha256-RTRL56xEj0WxgQAw58DNimk6SWTSMR1lKdT87pxWIvs="; + cargoHash = "sha256-hVkQdWOhM/R0hcrtzvlSFtw51jSRKNPmhDCNUbiK3rI="; meta = { description = "Graph the number of crates that depend on your crate over time"; diff --git a/pkgs/by-name/cl/claude-code/manifest.json b/pkgs/by-name/cl/claude-code/manifest.json index 37bb7c0c532c..94d38f04a763 100644 --- a/pkgs/by-name/cl/claude-code/manifest.json +++ b/pkgs/by-name/cl/claude-code/manifest.json @@ -1,53 +1,51 @@ { - "version": "2.1.235", - "commit": "ba01fa45e3d1d888c1c23caed775ddd06192448b", - "buildDate": "2026-08-18T01:48:25Z", + "version": "2.1.237", + "commit": "45590910f0b746ddad3fe7d8135c5c29b33ccf88", + "buildDate": "2026-08-19T22:55:17Z", "platforms": { "darwin-arm64": { "binary": "claude", - "checksum": "83b8f806f6f2eea316cfe246628e6c23374711d868f1fd0409db551b877b7748", - "size": 313334608 + "checksum": "338901351d4ff17495738c67fc3e12a32c1b506738ac5e012eb782d3d8b5be43", + "size": 317110288 }, "darwin-x64": { "binary": "claude", - "checksum": "325a2dbc166ba8361a913ce588dce4a236789502060239acea52072bb51a54f1", - "size": 321995248 + "checksum": "9f00789754a7b95febc6d4e37a3b6523d4d9c4c2333a2ce4bd596ad82186224e", + "size": 325793008 }, "linux-arm64": { "binary": "claude", - "checksum": "cff9592faa292db0f6ac21874f151b8c3d44e23bf0ab9fd1bcca95edc3469549", - "size": 328063208 + "checksum": "a701cfb6bb4703abc6f3ce47508c878ca8158ebdbeacd5c35c7d510c7bc70177", + "size": 331864296 }, "linux-x64": { "binary": "claude", - "checksum": "bfcf0ae2dbf94b2b6a106074aabf3938b9a10889c3b678e4cb5a00c03274d5d5", - "size": 330946864 + "checksum": "73975167f0108693cf6fd6614994781657ebb8456ebef5d247458734abfb3916", + "size": 334715184 }, "linux-arm64-musl": { "binary": "claude", - "checksum": "c852a47a50db72560a779240a0a9b86ef38cc1453ab5268228f6519e0eb231de", - "size": 321208088 + "checksum": "60d832e81dd5076333e9f91286f660f2aaacc630079863599555caa8fe134eba", + "size": 325009176 }, "linux-x64-musl": { "binary": "claude", - "checksum": "6aae801d8f9d31d372e2152cab17d582941d94be03cfcd63328bb4436f0e0385", - "size": 325074912 + "checksum": "b2c81ba8f2b0086b2536a56bf074bbf643043c2bd1aeea6ac8905709ae296168", + "size": 328843232 }, "win32-x64": { "binary": "claude.exe", - "checksum": "6786fa5d75a64260de09a3b5f88cd4644dc4292e45a38a4df93dc7eb4d0df3fb", - "size": 326528672 + "checksum": "406167231b3636e55a01d0ce93567256c61e7973489e645883302f14808ae668", + "size": 330167456 }, "win32-arm64": { "binary": "claude.exe", - "checksum": "8709594f6daebfef9a03ab56401600cfd1d0a980c640daf30d6de6f7cf3f42fe", - "size": 314428576 + "checksum": "35978113ca98721cbf14c3abac90482d467419b9669d849c89d91c5664a5f95d", + "size": 318066848 } }, "sdkCompat": { "testedWrapperVersions": [ - "0.3.197", - "0.3.198", "0.3.199", "0.3.200", "0.3.201", diff --git a/pkgs/by-name/cl/clj-kondo/package.nix b/pkgs/by-name/cl/clj-kondo/package.nix index 34a45e30faa3..2296d7d353e0 100644 --- a/pkgs/by-name/cl/clj-kondo/package.nix +++ b/pkgs/by-name/cl/clj-kondo/package.nix @@ -2,6 +2,7 @@ lib, buildGraalvmNativeImage, fetchurl, + versionCheckHook, }: buildGraalvmNativeImage (finalAttrs: { @@ -16,8 +17,16 @@ buildGraalvmNativeImage (finalAttrs: { extraNativeImageBuildArgs = [ "-H:+ReportExceptionStackTraces" "--no-fallback" + # GraalVM >= 25.1 removed @AutomaticFeature discovery, so the bundled + # graal-build-time feature no longer runs and the binary crashes at + # startup. Register it explicitly. Remove once a release carrying + # https://github.com/clj-kondo/clj-kondo/pull/2949 is packaged. + "--features=InitAtBuildTimeFeature" ]; + doInstallCheck = true; + nativeInstallCheckInputs = [ versionCheckHook ]; + meta = { description = "Linter for Clojure code that sparks joy"; homepage = "https://github.com/clj-kondo/clj-kondo"; diff --git a/pkgs/by-name/co/cobang/package.nix b/pkgs/by-name/co/cobang/package.nix index a8bb553824e4..c733d1a2eb3c 100644 --- a/pkgs/by-name/co/cobang/package.nix +++ b/pkgs/by-name/co/cobang/package.nix @@ -18,14 +18,14 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "cobang"; - version = "2.7.1"; + version = "2.7.2"; pyproject = false; # Built with meson src = fetchFromGitHub { owner = "hongquan"; repo = "CoBang"; tag = "v${finalAttrs.version}"; - hash = "sha256-DQxbZQyzCN1N3/TmRSlakuyNJKagvjdVKVEXG+tP4sA="; + hash = "sha256-7otVlXrw6UiAKXM0MbeYyU3iPTj4Y9MClzuC+/uU9v0="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/co/containerlab/package.nix b/pkgs/by-name/co/containerlab/package.nix index 256ddd24d07f..188ab637648e 100644 --- a/pkgs/by-name/co/containerlab/package.nix +++ b/pkgs/by-name/co/containerlab/package.nix @@ -8,16 +8,16 @@ buildGoModule (finalAttrs: { pname = "containerlab"; - version = "0.76.1"; + version = "0.78.0"; src = fetchFromGitHub { owner = "srl-labs"; repo = "containerlab"; tag = "v${finalAttrs.version}"; - hash = "sha256-1BE3PZvXUYSMvs65MS5kT3xp0P7pPjTXJKq6dEcmKqw="; + hash = "sha256-e2TaBoC4kzwron1FXeb78V7BkYujdjgfZ8DNBhrL6Tw="; }; - vendorHash = "sha256-x9G80vupcewg0FtIAnWSTQiPPWDIvfjqSpmmjAradwA="; + vendorHash = "sha256-kRBYjxirApj91hNBz3a+NyRm8SqRTVeQQCz+JFsKY0U="; nativeBuildInputs = [ installShellFiles diff --git a/pkgs/by-name/co/convertx/package.nix b/pkgs/by-name/co/convertx/package.nix index 49dd77cf384f..23102358aa84 100644 --- a/pkgs/by-name/co/convertx/package.nix +++ b/pkgs/by-name/co/convertx/package.nix @@ -145,7 +145,10 @@ stdenvNoCC.mkDerivation { description = "Self-hosted online file converter"; homepage = "https://github.com/C4illin/ConvertX/tree/main"; license = lib.licenses.agpl3Only; - platforms = lib.platforms.linux; + platforms = [ + "x86_64-linux" + "aarch64-linux" + ]; changelog = "https://github.com/C4illin/ConvertX/blob/main/CHANGELOG.md"; mainProgram = "convertx"; maintainers = with lib.maintainers; [ diff --git a/pkgs/by-name/co/cook-cli/package.nix b/pkgs/by-name/co/cook-cli/package.nix index ffb418725d36..a8fade0a90a6 100644 --- a/pkgs/by-name/co/cook-cli/package.nix +++ b/pkgs/by-name/co/cook-cli/package.nix @@ -11,16 +11,16 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "cook-cli"; - version = "0.33.0"; + version = "0.33.1"; src = fetchFromGitHub { owner = "cooklang"; repo = "cookcli"; rev = "v${finalAttrs.version}"; - hash = "sha256-8gJlXxdZJpXe/50wzN8fT/M5JscC/mIdE3a74e+S2as="; + hash = "sha256-nqPOdJgQhTWLTfQvMAz31xk9DVUzmmXcBbfDFKepKvk="; }; - cargoHash = "sha256-fWD7rYPMdSJwsQ24o0cuZCqIggN+iXHAfRjx65YbXq8="; + cargoHash = "sha256-xeIwdU1JU8ByYUKpSPW1GKGEX8mqfg+4TgsLS3xVc5U="; # Build without the self-updating feature buildNoDefaultFeatures = true; diff --git a/pkgs/by-name/co/copilot-language-server/package.nix b/pkgs/by-name/co/copilot-language-server/package.nix index 82e070ba68b9..c977c71365a9 100644 --- a/pkgs/by-name/co/copilot-language-server/package.nix +++ b/pkgs/by-name/co/copilot-language-server/package.nix @@ -13,11 +13,11 @@ let in stdenvNoCC.mkDerivation (finalAttrs: { pname = "copilot-language-server"; - version = "1.530.0"; + version = "1.533.0"; src = fetchzip { url = "https://github.com/github/copilot-language-server-release/releases/download/${finalAttrs.version}/copilot-language-server-js-${finalAttrs.version}.zip"; - hash = "sha256-dnlkzbJpoQHm7ua1wEBu9FWorrbzLK97ezM0hX/EN2Q="; + hash = "sha256-E0KA39Gc7ISeNxeUz/vjPxPD/3ugLZ1Nxa4OP1bqKpw="; stripRoot = false; }; diff --git a/pkgs/by-name/co/coroot/package.nix b/pkgs/by-name/co/coroot/package.nix index 5a185ccc7f17..1e7b4270202c 100644 --- a/pkgs/by-name/co/coroot/package.nix +++ b/pkgs/by-name/co/coroot/package.nix @@ -11,13 +11,13 @@ buildGoModule (finalAttrs: { pname = "coroot"; - version = "1.24.4"; + version = "1.24.5"; src = fetchFromGitHub { owner = "coroot"; repo = "coroot"; rev = "v${finalAttrs.version}"; - hash = "sha256-2I+oRcw5mcoJtJhA9Q4BTkVGl+q3HBjGzv4RHRA1S48="; + hash = "sha256-FueDATEkS9P4ySeq4vP3f1QjdIdo175deb80KLOQk6Q="; }; vendorHash = "sha256-P7EXBRG6OYIwaoObqpKBK2n0f6QYphr+DRNLbfysotA="; diff --git a/pkgs/by-name/dd/ddns-go/package.nix b/pkgs/by-name/dd/ddns-go/package.nix index 7511d02cb126..4adb230f646b 100644 --- a/pkgs/by-name/dd/ddns-go/package.nix +++ b/pkgs/by-name/dd/ddns-go/package.nix @@ -6,16 +6,16 @@ buildGoModule (finalAttrs: { pname = "ddns-go"; - version = "6.17.5"; + version = "6.17.6"; src = fetchFromGitHub { owner = "jeessy2"; repo = "ddns-go"; rev = "v${finalAttrs.version}"; - hash = "sha256-OglGot/0QWn95kVIPuUvvXANRUYOXgd92rT891/8GGY="; + hash = "sha256-AZuwKI5nwDBunt+ddShbRJQoc68DA8bwXlSAa/7k0DU="; }; - vendorHash = "sha256-FX+qhBx4MeQUDtCI7mNXwOxZT5T3oAvPtiVLY5qR+ok="; + vendorHash = "sha256-gM9DFy4tkYAm/M0UotodIrhUn5v+aTPx8dseMz4DB4Y="; ldflags = [ "-X main.version=${finalAttrs.version}" diff --git a/pkgs/by-name/de/devin-desktop/info.json b/pkgs/by-name/de/devin-desktop/info.json index cfe982ef1a1e..71fb57af2ab4 100644 --- a/pkgs/by-name/de/devin-desktop/info.json +++ b/pkgs/by-name/de/devin-desktop/info.json @@ -1,14 +1,14 @@ { "aarch64-darwin": { - "version": "3.7.16", + "version": "3.7.25", "vscodeVersion": "1.126.0", - "url": "https://windsurf-stable.codeiumdata.com/darwin-arm64/stable/355c3c9ee32dad08f605d5ee8f9a7e6786316d4c/Devin-darwin-arm64-3.7.16.zip", - "sha256": "a5f8ff8e467dfae13ab11a3ccf0550ba7ddffd29efdfa6013949e84cfb14d766" + "url": "https://windsurf-stable.codeiumdata.com/darwin-arm64/stable/7e8e528a3057dcf000527b80072c9be7ea90a08d/Devin-darwin-arm64-3.7.25.zip", + "sha256": "8b684fe542257bc5838e81f90d3ccb304f2535c91d387127353406977eb0353f" }, "x86_64-linux": { - "version": "3.7.16", + "version": "3.7.25", "vscodeVersion": "1.126.0", - "url": "https://windsurf-stable.codeiumdata.com/linux-x64/stable/355c3c9ee32dad08f605d5ee8f9a7e6786316d4c/Devin-linux-x64-3.7.16.tar.gz", - "sha256": "7ce94e6a720a476b91a6a24c6618a7c670c9b4f76b8bb91f7c84b2c63bcf6435" + "url": "https://windsurf-stable.codeiumdata.com/linux-x64/stable/7e8e528a3057dcf000527b80072c9be7ea90a08d/Devin-linux-x64-3.7.25.tar.gz", + "sha256": "f0806d95a9f07ce5a577146262b10f99589d1c1936b8401590c5490b8467eee8" } } diff --git a/pkgs/by-name/el/eliza/package.nix b/pkgs/by-name/el/eliza/package.nix index 9b1f7eefad2d..85349058ce49 100644 --- a/pkgs/by-name/el/eliza/package.nix +++ b/pkgs/by-name/el/eliza/package.nix @@ -7,12 +7,12 @@ stdenv.mkDerivation (finalAttrs: { pname = "eliza"; - version = "0-unstable-2026-08-10"; + version = "0-unstable-2026-08-17"; src = fetchFromGitHub { owner = "anthay"; repo = "ELIZA"; - rev = "8d97abbf24b182295f76506b6f8d92f6c1f2d075"; - hash = "sha256-THl1hpQ0mLkU/EddcbQuH7XjRLDoNfFOmkfY4qhjQZk="; + rev = "0d34ebc234090a417755afe8fe4a31f75e2e55bf"; + hash = "sha256-hhyeVmtf9bkqzH5ORBkpgHrSBsHIKb1i/xK7tb3zt4M="; }; doCheck = true; diff --git a/pkgs/by-name/er/ergo/package.nix b/pkgs/by-name/er/ergo/package.nix index fbc41a573685..27c2cf09dcdc 100644 --- a/pkgs/by-name/er/ergo/package.nix +++ b/pkgs/by-name/er/ergo/package.nix @@ -9,11 +9,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "ergo"; - version = "6.0.3"; + version = "6.0.4"; src = fetchurl { url = "https://github.com/ergoplatform/ergo/releases/download/v${finalAttrs.version}/ergo-${finalAttrs.version}.jar"; - sha256 = "sha256-SALN41UGI+Y5pdCfRdJXki4BgVxbH+ZL2v0uvGnsZ8c="; + sha256 = "sha256-PeFQiRx+oE9cbNSPjVPU5/q7Ib+ZnFoXiattnszXT4c="; }; nativeBuildInputs = [ makeWrapper ]; diff --git a/pkgs/by-name/ev/evcc/package.nix b/pkgs/by-name/ev/evcc/package.nix index 9fef2f6091b1..d2c1df3bed5c 100644 --- a/pkgs/by-name/ev/evcc/package.nix +++ b/pkgs/by-name/ev/evcc/package.nix @@ -17,16 +17,16 @@ }: let - version = "0.313.3"; + version = "0.314.2"; src = fetchFromGitHub { owner = "evcc-io"; repo = "evcc"; tag = version; - hash = "sha256-mf8Jf+JtbcTQ227Dp0oRKBRpNKg2Gv+jkPsi36+Uogw="; + hash = "sha256-tqbalQxR6iH0xl5PTCmHTs4wYOI9Kca+IIqcyxo32c0="; }; - vendorHash = "sha256-QJsdBqa/JHaBig4bRtU3LqlYwh/BHnP3vg8YM3reuDY="; + vendorHash = "sha256-+EXNCUsgYJ3LKgcljX+VQriUYSghVTNLgwbrdZ2Htdc="; commonMeta = { license = lib.licenses.mit; @@ -40,7 +40,7 @@ buildGo126Module rec { npmDeps = fetchNpmDeps { inherit src; - hash = "sha256-2BBHdp3WVJReXfKpM0Hl1AT4vx1584BFbqdPMBGNYB4="; + hash = "sha256-lTcZIFBEqB22N71y8Bl9J/5vUejbz8nEszzRhwyfGBI="; }; nativeBuildInputs = [ @@ -74,6 +74,8 @@ buildGo126Module rec { ]; preBuild = '' + export PATH="$PWD/node_modules/.bin:$PATH" + export SSL_CERT_FILE="${cacert}/etc/ssl/certs/ca-bundle.crt" make ui ''; diff --git a/pkgs/by-name/fl/flexget/package.nix b/pkgs/by-name/fl/flexget/package.nix index c02fcfafce17..0a2fb0cc0ea9 100644 --- a/pkgs/by-name/fl/flexget/package.nix +++ b/pkgs/by-name/fl/flexget/package.nix @@ -7,14 +7,14 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "flexget"; - version = "3.20.5"; + version = "3.20.6"; pyproject = true; src = fetchFromGitHub { owner = "Flexget"; repo = "Flexget"; tag = "v${finalAttrs.version}"; - hash = "sha256-B8YFJB1iSKO1XnTdEGU6Az3dset2MmZPmPvlFjAq8qo="; + hash = "sha256-VIHOT8dvr3lIQgkkCZg/d5KF5Kf12cfRfW0r4di2Sj0="; }; pythonRelaxDeps = true; diff --git a/pkgs/by-name/fo/forgejo/lts.nix b/pkgs/by-name/fo/forgejo/lts.nix index abbcb17a4828..f4ab355ee044 100644 --- a/pkgs/by-name/fo/forgejo/lts.nix +++ b/pkgs/by-name/fo/forgejo/lts.nix @@ -1,8 +1,8 @@ import ./generic.nix { - version = "15.0.6"; - hash = "sha256-kWmBs/qAiBlmVcSwBM+rXapDbC8IpJtKfQRVPLH4geI="; - npmDepsHash = "sha256-wPta+potJJeOac7TyMk3BZg6su6mgHCEgesrsr7SCR4="; - vendorHash = "sha256-Kx+mP3GKfEOlsy5bkF7QYDebkrV+FHr37aQC4th/XJM="; + version = "15.0.7"; + hash = "sha256-RzrOnnxHUKWfiQnF2TSDkMa2AZfqBhWVAjw26/B3ZgM="; + npmDepsHash = "sha256-VFkOYYznOXXis8mE4njTcLbh36AnW4wQgMLcvyCTSKY="; + vendorHash = "sha256-7KqezBwhcbOhX426HTOcOOIzscuqWJLmkgpMYuBRVr8="; lts = true; nixUpdateExtraArgs = [ "--override-filename" diff --git a/pkgs/by-name/fo/forgejo/package.nix b/pkgs/by-name/fo/forgejo/package.nix index 2339fe77bf9e..058775eadc18 100644 --- a/pkgs/by-name/fo/forgejo/package.nix +++ b/pkgs/by-name/fo/forgejo/package.nix @@ -1,8 +1,8 @@ import ./generic.nix { - version = "16.0.2"; - hash = "sha256-cJWX77ROA9I1Y6/IEoGhm6wc2ScgKkMclpEyd4lHqew="; - npmDepsHash = "sha256-SS9Yb4fEY9C+ddk2Omf4+v1w6Ff2ArJZd1p5XGRN2EU="; - vendorHash = "sha256-iLzYUo+oTSiJbqp7NygfaUxZxeXYuQm1/9oTk5+n0dk="; + version = "16.0.3"; + hash = "sha256-G2kp2k/ivqxXG68+piBczXujtj3f/fLr+DnHoiMKOB4="; + npmDepsHash = "sha256-QwZ8X0pVxs5u4jMOqy3VGcBGVqqDKpLCMPmwoECVwEg="; + vendorHash = "sha256-0nvMy0oyVIy2qBngg1eu0UAGBEuoCGzDdsBYUuU/A48="; lts = false; nixUpdateExtraArgs = [ "--override-filename" diff --git a/pkgs/by-name/fo/fosrl-gerbil/package.nix b/pkgs/by-name/fo/fosrl-gerbil/package.nix index 7e31e213d342..46086935a7a8 100644 --- a/pkgs/by-name/fo/fosrl-gerbil/package.nix +++ b/pkgs/by-name/fo/fosrl-gerbil/package.nix @@ -7,13 +7,13 @@ buildGoModule (finalAttrs: { pname = "gerbil"; - version = "1.4.3"; + version = "1.5.0"; src = fetchFromGitHub { owner = "fosrl"; repo = "gerbil"; tag = finalAttrs.version; - hash = "sha256-9bKpuMAhQlhK8+IB6L3pEw4WU/1I3YXa0HDBhWPNOAo="; + hash = "sha256-3OzkSQRvyBgtdb8eInAC75F1EcTzAplP1PIQzTpO4j0="; }; vendorHash = "sha256-bTUUGVn4vKEoxd95iCGw9AFrRZmYSs5eQc8Lan+wSDw="; diff --git a/pkgs/by-name/fo/fosrl-pangolin/package.nix b/pkgs/by-name/fo/fosrl-pangolin/package.nix index 7f73cd3d3690..e34fad16e016 100644 --- a/pkgs/by-name/fo/fosrl-pangolin/package.nix +++ b/pkgs/by-name/fo/fosrl-pangolin/package.nix @@ -36,7 +36,7 @@ in buildNpmPackage (finalAttrs: { pname = "pangolin"; - version = "1.21.0"; + version = "1.21.1"; __structuredAttrs = true; enableParallelBuilding = true; @@ -45,12 +45,12 @@ buildNpmPackage (finalAttrs: { owner = "fosrl"; repo = "pangolin"; tag = finalAttrs.version; - hash = "sha256-LR4UO2xrTLKmemDVsJWtEQoV2bDy6U2ahxTtA+SDymI="; + hash = "sha256-zfXHev0bN3KVkoiSQ+2WQCgmcCtWi3dib6EiaYmthTo="; }; nodejs = nodejs_22; npmDepsFetcherVersion = 2; - npmDepsHash = "sha256-EBectG1zNdUb30SlhAzy9rCwF/mYHAV4HZTRbk2CbDY="; + npmDepsHash = "sha256-9wPn2nSD9VxMyHywrG52WrChsrJ/ctnKGlMZZEymP6A="; nativeBuildInputs = [ esbuild @@ -64,11 +64,11 @@ buildNpmPackage (finalAttrs: { # upstream inconsistently updates this # so leaving this here in case it's needed - postPatch = '' - substituteInPlace server/lib/consts.ts --replace-fail \ - 'export const APP_VERSION = "${lib.versions.majorMinor finalAttrs.version + ".0"}";' \ - 'export const APP_VERSION = "${finalAttrs.version}";' - ''; + # postPatch = '' + # substituteInPlace server/lib/consts.ts --replace-fail \ + # 'export const APP_VERSION = "${lib.versions.majorMinor finalAttrs.version + ".0"}";' \ + # 'export const APP_VERSION = "${finalAttrs.version}";' + # ''; preBuild = '' npm run set:${db false} diff --git a/pkgs/by-name/ga/gammu/package.nix b/pkgs/by-name/ga/gammu/package.nix index 1a4165f9d2e5..84c973f422f7 100644 --- a/pkgs/by-name/ga/gammu/package.nix +++ b/pkgs/by-name/ga/gammu/package.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "gammu"; - version = "1.44.0"; + version = "1.44.1"; __structuredAttrs = true; @@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "gammu"; repo = "gammu"; rev = finalAttrs.version; - sha256 = "sha256-1ZdsEd0uHB0nzOJ+780lLrJ84kZCHcv3CixuL6Utiow="; + sha256 = "sha256-1y49DZMz9avKI2QSuwOLslwrgA76+eaTmpwMLS5O4zk="; }; patches = [ diff --git a/pkgs/by-name/go/golangci-lint/package.nix b/pkgs/by-name/go/golangci-lint/package.nix index b1449652acfc..f8bb4241f2b3 100644 --- a/pkgs/by-name/go/golangci-lint/package.nix +++ b/pkgs/by-name/go/golangci-lint/package.nix @@ -4,7 +4,7 @@ # rather than buildGoLatestModule. # This can be bumped when the release notes of golangci-lint detail support for # new version of go. - buildGo126Module, + buildGo127Module, buildPackages, fetchFromGitHub, installShellFiles, @@ -12,18 +12,18 @@ stdenv, }: -buildGo126Module (finalAttrs: { +buildGo127Module (finalAttrs: { pname = "golangci-lint"; - version = "2.12.2"; + version = "2.13.1"; src = fetchFromGitHub { owner = "golangci"; repo = "golangci-lint"; tag = "v${finalAttrs.version}"; - hash = "sha256-qR7fp1x2S+EwEAcplRHTvA3jWwLr/XSiYKSZtAwkrNU="; + hash = "sha256-8nWHSMAwIILfKMPfxWKMimxWt9N+kUsZEAaoAOPbRBE="; }; - vendorHash = "sha256-AG5wtLwWLz55bdp1oi3cW+9O3yj1W1P7MV9zxym7Pb4="; + vendorHash = "sha256-yZRqfht5rY2yyoZNtYttE57sB7EYjk71yrKw8dLYzNk="; subPackages = [ "cmd/golangci-lint" ]; diff --git a/pkgs/by-name/gu/gum/package.nix b/pkgs/by-name/gu/gum/package.nix index 443a1d96bc50..556c7f2a45a1 100644 --- a/pkgs/by-name/gu/gum/package.nix +++ b/pkgs/by-name/gu/gum/package.nix @@ -8,16 +8,16 @@ buildGoModule (finalAttrs: { pname = "gum"; - version = "0.17.0"; + version = "2.0.0"; src = fetchFromGitHub { owner = "charmbracelet"; repo = "gum"; rev = "v${finalAttrs.version}"; - hash = "sha256-TbheGevUrUKwT97JayW7rfAEgAfRnpOvHyvAxt27sIg="; + hash = "sha256-M1eLi/Jc8QCc6Mai3Nc42MXRnl5ucafQMiOFL3kLoz4="; }; - vendorHash = "sha256-9vHlQuJA5g5sonfxe+whXDdkROuE3lZzOPYq74tJZtE="; + vendorHash = "sha256-gvTQQOkCVIyKE27dgeQAPM4ZBV2XZnjRtqmEwPbY3Gc="; nativeBuildInputs = [ installShellFiles diff --git a/pkgs/by-name/ha/harbor-cli/package.nix b/pkgs/by-name/ha/harbor-cli/package.nix index 2b78178f36c8..cfb35a03ceef 100644 --- a/pkgs/by-name/ha/harbor-cli/package.nix +++ b/pkgs/by-name/ha/harbor-cli/package.nix @@ -3,8 +3,8 @@ stdenv, buildGoModule, fetchFromGitHub, - testers, installShellFiles, + versionCheckHook, writableTmpDirAsHomeHook, }: @@ -12,6 +12,8 @@ buildGoModule (finalAttrs: { pname = "harbor-cli"; version = "0.0.26"; + __structuredAttrs = true; + src = fetchFromGitHub { owner = "goharbor"; repo = "harbor-cli"; @@ -33,7 +35,6 @@ buildGoModule (finalAttrs: { ldflags = [ "-s" - "-w" "-X github.com/goharbor/harbor-cli/cmd/harbor/internal/version.Version=${finalAttrs.version}" ]; @@ -46,10 +47,13 @@ buildGoModule (finalAttrs: { --zsh <($out/bin/harbor completion zsh) ''; - passthru.tests.version = testers.testVersion { - package = finalAttrs.finalPackage; - command = "HOME=\"$(mktemp -d)\" harbor version"; - }; + nativeInstallCheckInputs = [ + versionCheckHook + writableTmpDirAsHomeHook + ]; + versionCheckKeepEnvironment = [ "HOME" ]; + versionCheckProgramArg = "version"; + doInstallCheck = true; meta = { homepage = "https://github.com/goharbor/harbor-cli"; diff --git a/pkgs/by-name/he/helmfile/package.nix b/pkgs/by-name/he/helmfile/package.nix index 4136f425a9b1..39eb8ef34c9e 100644 --- a/pkgs/by-name/he/helmfile/package.nix +++ b/pkgs/by-name/he/helmfile/package.nix @@ -10,16 +10,16 @@ buildGoModule (finalAttrs: { pname = "helmfile"; - version = "1.7.3"; + version = "1.7.4"; src = fetchFromGitHub { owner = "helmfile"; repo = "helmfile"; rev = "v${finalAttrs.version}"; - hash = "sha256-St7MTDWoc/Ue5meAMe6Krbi4Csp2Kz5KqfUuFmjanbE="; + hash = "sha256-/igJVn3d9rsclr87z3q6BklE9+QzZ1NDRVRZhF3OQIc="; }; - vendorHash = "sha256-ngIAwWMicW4nqBqd0CIlOI3ocHfJPHbwnkIT0ADZzHk="; + vendorHash = "sha256-X3y6a5YcBAHuOxYKHj8dGRt8841lZBrA91e0nFjdR7o="; proxyVendor = true; # darwin/linux hash mismatch diff --git a/pkgs/by-name/ht/httplib/package.nix b/pkgs/by-name/ht/httplib/package.nix index ade3206758a7..29095da36f21 100644 --- a/pkgs/by-name/ht/httplib/package.nix +++ b/pkgs/by-name/ht/httplib/package.nix @@ -9,13 +9,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "httplib"; - version = "0.53.0"; + version = "0.53.1"; src = fetchFromGitHub { owner = "yhirose"; repo = "cpp-httplib"; rev = "v${finalAttrs.version}"; - hash = "sha256-0WyV3/yscOJsYkTXqloXoeL8DoPVxev3Qqou7XMpuGA="; + hash = "sha256-0qcBtQkE7b4o5M5zio6Ji/8HEt4qEI218h11uppNIdE="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/kl/kloak/package.nix b/pkgs/by-name/kl/kloak/package.nix index 69fadf380dce..348550dcf988 100644 --- a/pkgs/by-name/kl/kloak/package.nix +++ b/pkgs/by-name/kl/kloak/package.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "kloak"; - version = "0.8.9-1"; + version = "0.9.0-1"; src = fetchFromGitHub { owner = "Whonix"; repo = "kloak"; tag = finalAttrs.version; - hash = "sha256-PzKaOaGDzn+1rbfW1daY/DcAwNflJ+nMaBdtiVSQJf0="; + hash = "sha256-nDeTxfb+dqLgF6ToKvo+8wTVkP4AVbaA9qhINJtEbas="; }; strictDeps = true; diff --git a/pkgs/by-name/ko/komodo/package.nix b/pkgs/by-name/ko/komodo/package.nix index f57c1d8b0ca6..1c49c22218fb 100644 --- a/pkgs/by-name/ko/komodo/package.nix +++ b/pkgs/by-name/ko/komodo/package.nix @@ -10,16 +10,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "komodo"; - version = "2.3.1"; + version = "2.3.2"; src = fetchFromGitHub { owner = "moghtech"; repo = "komodo"; tag = "v${finalAttrs.version}"; - hash = "sha256-nEST1Mp/WJJ+GtsC9cX10w3thywe3dHNrQV5iLPXMIQ="; + hash = "sha256-UGzxRgNtt1BoWvQR0kcvieKVEN2b0Kws1BmO13gnnVo="; }; - cargoHash = "sha256-krFHWiHgdBL2jIr0YsBrNG4+NaaoaSVf6q65jWiQGsg="; + cargoHash = "sha256-iQolR+V38TTWYaW8NdQCsp/OR7jh/C+Q/0ZgFVxRZqY="; nativeBuildInputs = [ pkg-config ]; diff --git a/pkgs/by-name/li/libmowgli/package.nix b/pkgs/by-name/li/libmowgli/package.nix index 91904bdfd343..2c4d2215352f 100644 --- a/pkgs/by-name/li/libmowgli/package.nix +++ b/pkgs/by-name/li/libmowgli/package.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "libmowgli"; - version = "2.1.3-unstable-2024-04-01"; + version = "2.1.3-unstable-2026-08-12"; src = fetchFromGitHub { owner = "atheme"; repo = "libmowgli-2"; - rev = "878f7e931b55d36e2e1b27807f7a620cbb0577d8"; - hash = "sha256-Ik0GDsC0vEFNW/s10u+kNubqVh95ZqXb2I5W9iyU1z4="; + rev = "35d10d758d5aec35c9265640969e5d1dd32f975b"; + hash = "sha256-6jGGUhwFN9zb+oAuVBzW6GbeNn3iaNm3QxfTsUvBM2w="; }; passthru.updateScript = nix-update-script { diff --git a/pkgs/by-name/li/liferea/package.nix b/pkgs/by-name/li/liferea/package.nix index d2095fdb8964..d12b20d060b5 100644 --- a/pkgs/by-name/li/liferea/package.nix +++ b/pkgs/by-name/li/liferea/package.nix @@ -26,11 +26,11 @@ stdenv.mkDerivation rec { pname = "liferea"; - version = "1.16.12"; + version = "1.16.14"; src = fetchurl { url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2"; - hash = "sha256-9UDYvUuIhaz31vgq37KFtsfH3B2IzszzMaa/VSN8JW8="; + hash = "sha256-/zux42TNR453/XCep9/BJgObEXwT5Lq0dAVbucET1Og="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/li/lightdm/package.nix b/pkgs/by-name/li/lightdm/package.nix index 5012dcd2c4d3..8008653160cf 100644 --- a/pkgs/by-name/li/lightdm/package.nix +++ b/pkgs/by-name/li/lightdm/package.nix @@ -39,7 +39,7 @@ assert !(withQt5 && withQt6); stdenv.mkDerivation (finalAttrs: { pname = "lightdm"; - version = "1.33.0"; + version = "1.33.1"; outputs = [ "out" @@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "ubuntu"; repo = "lightdm"; tag = finalAttrs.version; - hash = "sha256-/OgG3jtqxCl3tAXHs+LaAkEAAun+bsUm5pZBffv1AWg="; + hash = "sha256-/p5/V2KNRkm1cP9/Ld3crfAxAdHYc2mFyNl1rV6QXr0="; }; nativeBuildInputs = [ @@ -127,12 +127,6 @@ stdenv.mkDerivation (finalAttrs: { substituteInPlace src/shared-data-manager.c \ --replace-fail /bin/rm ${busybox}/bin/rm - - # Fix switching users - # https://github.com/ubuntu/lightdm/pull/454 - substituteInPlace src/lightdm.c --replace-fail \ - "gboolean can_multi_session = login1_seat_get_can_multi_session (login1_seat);" \ - "gboolean can_multi_session = TRUE;" ''; postInstall = '' diff --git a/pkgs/by-name/li/likwid/package.nix b/pkgs/by-name/li/likwid/package.nix index 49889914b1c7..bcf086b92d08 100644 --- a/pkgs/by-name/li/likwid/package.nix +++ b/pkgs/by-name/li/likwid/package.nix @@ -10,11 +10,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "likwid"; - version = "5.5.1"; + version = "5.5.2"; src = fetchurl { url = "https://ftp.fau.de/pub/likwid/likwid-${finalAttrs.version}.tar.gz"; - hash = "sha256-JceDDmOyA5b8/DsWrnnDm0IgqG03bOt81pSbX/mR23g="; + hash = "sha256-FRjj1PPxUxTr7SjdGjzTCazaK8CcLWk6r6E/DisXip8="; }; nativeBuildInputs = [ perl ]; diff --git a/pkgs/by-name/li/linkding/package.nix b/pkgs/by-name/li/linkding/package.nix index 7af28af634e5..188700c366f4 100644 --- a/pkgs/by-name/li/linkding/package.nix +++ b/pkgs/by-name/li/linkding/package.nix @@ -14,7 +14,7 @@ uwsgi, }: let - version = "1.46.1"; + version = "1.46.2"; python = python3.override { self = python; @@ -77,7 +77,7 @@ python.pkgs.buildPythonApplication (finalAttrs: { owner = "sissbruecker"; repo = "linkding"; tag = "v${finalAttrs.version}"; - hash = "sha256-1tXWbcG4lKquI02nYw+CVKJWyCWbD3m5/ieRgbhtQnE="; + hash = "sha256-d/APoPxlrsvBqWGOSYLzLPfCgZd4PRPNh/zxcFnvCRA="; }; __structuredAttrs = true; diff --git a/pkgs/by-name/ma/mark/package.nix b/pkgs/by-name/ma/mark/package.nix index 72f1409321cf..91933bedc3e8 100644 --- a/pkgs/by-name/ma/mark/package.nix +++ b/pkgs/by-name/ma/mark/package.nix @@ -9,16 +9,16 @@ buildGoModule (finalAttrs: { pname = "mark"; - version = "16.8.11"; + version = "16.12.0"; src = fetchFromGitHub { owner = "kovetskiy"; repo = "mark"; rev = "v${finalAttrs.version}"; - sha256 = "sha256-xPMzfYZWwys9Hp3PTVzBtBg99cx4k78r/EDHi3PX2xE="; + sha256 = "sha256-KSxMcHizvTQh3AuJ0NV7GQhBgpBIZwrbeI945PFzQJE="; }; - vendorHash = "sha256-AhXMLBMn0MzBPZa7K2RO+Uk33X/KCe6ZoKAIOmuw+l0="; + vendorHash = "sha256-EELqh6C8SZdyCJfHDqOEY5bhP5G6jlOUhpDaK93fmTA="; ldflags = [ "-s" diff --git a/pkgs/by-name/me/melange/package.nix b/pkgs/by-name/me/melange/package.nix index 916e9c6dfc02..9615196fc8d0 100644 --- a/pkgs/by-name/me/melange/package.nix +++ b/pkgs/by-name/me/melange/package.nix @@ -8,13 +8,13 @@ buildGoModule (finalAttrs: { pname = "melange"; - version = "0.58.0"; + version = "0.59.1"; src = fetchFromGitHub { owner = "chainguard-dev"; repo = "melange"; rev = "v${finalAttrs.version}"; - hash = "sha256-gv6Y+VImdXICrqt2YDr4ROoL6xJSuRE1XyAasSM3dW4="; + hash = "sha256-i6JneJj/zg3lyVMqi1ojOgSzBHAIWmGBzgEpvIXW9r8="; # populate values that require us to use git. By doing this in postFetch we # can delete .git afterwards and maintain better reproducibility of the src. leaveDotGit = true; @@ -27,7 +27,7 @@ buildGoModule (finalAttrs: { ''; }; - vendorHash = "sha256-cyhegU/jGLVRidAEAq2XY9agjmMr28u7Hf9cZ67um1g="; + vendorHash = "sha256-mV4n+6RIf81abnYCaPevgqJfhkC7UMSRnn8JJQHTe4w="; subPackages = [ "." ]; diff --git a/pkgs/by-name/mi/micronaut/package.nix b/pkgs/by-name/mi/micronaut/package.nix index fac6a90ccda0..04e73e591773 100644 --- a/pkgs/by-name/mi/micronaut/package.nix +++ b/pkgs/by-name/mi/micronaut/package.nix @@ -9,11 +9,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "micronaut"; - version = "5.1.0"; + version = "5.1.1"; src = fetchzip { url = "https://github.com/micronaut-projects/micronaut-starter/releases/download/v${finalAttrs.version}/micronaut-cli-${finalAttrs.version}.zip"; - hash = "sha256-eJ3iCQKIpUUgsgqbD6HzH3xs/crYnaaUbzWDWFhSPbA="; + hash = "sha256-hLjvf9BBpcSME/Ed1OEm5rDv9Q47gOiGGmUMAtZIYng="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/mu/multi-scrobbler/package.nix b/pkgs/by-name/mu/multi-scrobbler/package.nix index b264b213790c..4ca8b34076ba 100644 --- a/pkgs/by-name/mu/multi-scrobbler/package.nix +++ b/pkgs/by-name/mu/multi-scrobbler/package.nix @@ -9,18 +9,18 @@ buildNpmPackage (finalAttrs: { pname = "multi-scrobbler"; - version = "0.16.2"; + version = "0.16.4"; __structuredAttrs = true; src = fetchFromGitHub { owner = "FoxxMD"; repo = "multi-scrobbler"; tag = finalAttrs.version; - hash = "sha256-R+CwL+Kp3C5wg1LFt0XlksMtRFt+7YItR3t4QPpND6w="; + hash = "sha256-Inzenh6wnv65ZrfdcSEfqXXhW96TabyNvla37zfxtJQ="; }; npmDepsFetcherVersion = 2; - npmDepsHash = "sha256-aqwiOajXjB6FbHzhXxTSpSxDBWkdYj9O+I1XqoEWgbE="; + npmDepsHash = "sha256-/oQbIxmTRnpfZruMykwv7tQabchYgUgun5tFAoctTRQ="; nativeBuildInputs = [ makeWrapper ]; diff --git a/pkgs/by-name/mu/musicfree-desktop/package.nix b/pkgs/by-name/mu/musicfree-desktop/package.nix index 75bf577a242c..e0790b4bf62e 100644 --- a/pkgs/by-name/mu/musicfree-desktop/package.nix +++ b/pkgs/by-name/mu/musicfree-desktop/package.nix @@ -7,7 +7,7 @@ copyDesktopItems, makeWrapper, nix-update-script, - electron, + electron_41, python3, nodejs, vips, @@ -16,7 +16,9 @@ xcodebuild, zip, }: - +let + electron = electron_41; +in buildNpmPackage (finalAttrs: { pname = "musicfree-desktop"; version = "0.0.8"; diff --git a/pkgs/by-name/ne/nexttrace/package.nix b/pkgs/by-name/ne/nexttrace/package.nix index 00d5fec04e37..fcf196dec704 100644 --- a/pkgs/by-name/ne/nexttrace/package.nix +++ b/pkgs/by-name/ne/nexttrace/package.nix @@ -7,15 +7,15 @@ buildGoModule (finalAttrs: { pname = "nexttrace"; - version = "1.7.1"; + version = "1.7.2"; src = fetchFromGitHub { owner = "nxtrace"; repo = "NTrace-core"; rev = "v${finalAttrs.version}"; - sha256 = "sha256-yjG/nXnZs5ks80Q5Qq9TsN57nuSrPvp/jlYV3FXJqMk="; + sha256 = "sha256-+e+TwqieJt9Piqwdp+v23PbBxQVAtdJ7xuUgo0+p/oY="; }; - vendorHash = "sha256-u5UTl3zNlnv0qk/Z60h1csp44ypn1V6i/aAThtTn3eg="; + vendorHash = "sha256-CrdQ7xvzBoo2jeEY4GQWzeQ1bjE6TEq6n0Atc238EuU="; buildInputs = [ libpcap ]; diff --git a/pkgs/by-name/nu/nushell/plugins/desktop_notifications/package.nix b/pkgs/by-name/nu/nushell/plugins/desktop_notifications/package.nix index 76cc59030954..fb355f91d78b 100644 --- a/pkgs/by-name/nu/nushell/plugins/desktop_notifications/package.nix +++ b/pkgs/by-name/nu/nushell/plugins/desktop_notifications/package.nix @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "nu_plugin_desktop_notifications"; - version = "0.114.1"; + version = "0.115.0"; src = fetchFromGitHub { owner = "FMotalleb"; repo = "nu_plugin_desktop_notifications"; tag = "v${finalAttrs.version}"; - hash = "sha256-/41DHPv9UKHUY551UppiauEiwoB0qQnkSrl6pHytwLs="; + hash = "sha256-6J6CNc5NDBk5PgIbjUHjgzUXZuLX3Ws/FKtXjyxoqHo="; }; - cargoHash = "sha256-csBlo1Gly1LbvMxfmydmLlzhQh7ul2haLr7IAq/GlbI="; + cargoHash = "sha256-yQqUm3pQn4U+9U37c/XajZIvosbbraMJTujhdFi6xRI="; passthru.updateScript = nix-update-script { }; diff --git a/pkgs/by-name/nu/nushell/plugins/hcl/package.nix b/pkgs/by-name/nu/nushell/plugins/hcl/package.nix index 1c234689cb2b..ddcc4587811d 100644 --- a/pkgs/by-name/nu/nushell/plugins/hcl/package.nix +++ b/pkgs/by-name/nu/nushell/plugins/hcl/package.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "nu_plugin_hcl"; - version = "0.114.1"; + version = "0.115.0"; src = fetchFromGitHub { owner = "Yethal"; repo = "nu_plugin_hcl"; tag = finalAttrs.version; - hash = "sha256-qhrKEArTI7DeSBJqdzSkZiQmkDtnPAn4KkZ7djH3wmY="; + hash = "sha256-F/JYk9dvxii3EzWr4WlrJxJvZ5rQwIFcG8KW28SpsGA="; }; - cargoHash = "sha256-+Vayvr53jxs2bRGa/8TWmRdcOEzIYsrY8dg1Z0Dgbm0="; + cargoHash = "sha256-qpIREWBy6hX5svk0SEQUeZe0HvNa11E6sh6QtS4mMCs="; nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; diff --git a/pkgs/by-name/oh/oh-my-zsh/package.nix b/pkgs/by-name/oh/oh-my-zsh/package.nix index 5e6c07872c67..52d1c343ff23 100644 --- a/pkgs/by-name/oh/oh-my-zsh/package.nix +++ b/pkgs/by-name/oh/oh-my-zsh/package.nix @@ -19,14 +19,14 @@ }: stdenv.mkDerivation rec { - version = "2026-08-09"; + version = "2026-08-16"; pname = "oh-my-zsh"; src = fetchFromGitHub { owner = "ohmyzsh"; repo = "ohmyzsh"; - rev = "97b27bb2ec0701330b18c2d3e340b22e742b3fa8"; - sha256 = "sha256-iREQC7ySFaU138Ua4Wr/sUQMglizzp+G/fuvDr0+Gts="; + rev = "97e11051e2f8053b1d694788d1cb4b0dbb1e2365"; + sha256 = "sha256-Fn6R7zlXiicUE8PtFfqoHY3iQrXZeKCBHxtSYHW3fBQ="; }; strictDeps = true; diff --git a/pkgs/by-name/pa/par2cmdline/package.nix b/pkgs/by-name/pa/par2cmdline/package.nix index a2338a57eddd..320251d6df99 100644 --- a/pkgs/by-name/pa/par2cmdline/package.nix +++ b/pkgs/by-name/pa/par2cmdline/package.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "par2cmdline"; - version = "0.8.1"; + version = "1.3.0"; src = fetchFromGitHub { owner = "Parchive"; repo = "par2cmdline"; rev = "v${finalAttrs.version}"; - sha256 = "11mx8q29cr0sryd11awab7y4mhqgbamb1ss77rffjj6in8pb4hdk"; + sha256 = "sha256-TEWfkjyjqG5cRsVkckIoIo/+/LwhwH1GVivX6Dpvpxw="; }; nativeBuildInputs = [ autoreconfHook ]; diff --git a/pkgs/by-name/pd/pdfding/package.nix b/pkgs/by-name/pd/pdfding/package.nix index 8306eb22ee4d..6a84ff859180 100644 --- a/pkgs/by-name/pd/pdfding/package.nix +++ b/pkgs/by-name/pd/pdfding/package.nix @@ -12,12 +12,12 @@ let in python.pkgs.buildPythonPackage (finalAttrs: { pname = "pdfding"; - version = "1.12.0"; + version = "1.13.0"; src = fetchFromGitHub { owner = "mrmn2"; repo = "PdfDing"; tag = "v${finalAttrs.version}"; - hash = "sha256-LcZa9BxP99lI7Hqt3seyBeFNn4oLtR31yjq3Ap/IwUE="; + hash = "sha256-HMoCmPlT40o6oitUw/X582dXie/5iglpnXQs4VEbp1g="; }; pyproject = true; @@ -138,6 +138,7 @@ python.pkgs.buildPythonPackage (finalAttrs: { "django-allauth" "gunicorn" "huey" + "markdown" "nh3" "psycopg2-binary" "pypdf" diff --git a/pkgs/by-name/pf/pfixtools/0001-Fix-build-with-unbound-1.6.1.patch b/pkgs/by-name/pf/pfixtools/0001-Fix-build-with-unbound-1.6.1.patch deleted file mode 100644 index 5de22573ea33..000000000000 --- a/pkgs/by-name/pf/pfixtools/0001-Fix-build-with-unbound-1.6.1.patch +++ /dev/null @@ -1,54 +0,0 @@ -From bf269dda3c81bb9eaa244b3015d426de38c85ccf Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Carles=20Pag=C3=A8s?= -Date: Fri, 3 Mar 2017 09:59:09 +0100 -Subject: [PATCH] Fix build with unbound 1.6.1 - -From their changelog: Fix to rename ub_callback_t to ub_callback_type, because POSIX reserves _t typedefs ---- - postlicyd/dns.c | 2 +- - postlicyd/dns.h | 2 +- - postlicyd/spf-proto.c | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/postlicyd/dns.c b/postlicyd/dns.c -index d8409c2..97f1c4d 100644 ---- a/postlicyd/dns.c -+++ b/postlicyd/dns.c -@@ -123,7 +123,7 @@ static int dns_handler(client_t *event, void *config) - } - - bool dns_resolve(const char *hostname, dns_rrtype_t type, -- ub_callback_t callback, void *data) -+ ub_callback_type callback, void *data) - { - if (_G.ctx == NULL) { - _G.ctx = ub_ctx_create(); -diff --git a/postlicyd/dns.h b/postlicyd/dns.h -index d84de3b..905b924 100644 ---- a/postlicyd/dns.h -+++ b/postlicyd/dns.h -@@ -89,7 +89,7 @@ typedef void (*dns_result_callback_f)(dns_result_t *result, void *data); - */ - __attribute__((nonnull(1,3,4))) - bool dns_resolve(const char *hostname, dns_rrtype_t type, -- ub_callback_t callback, void *data); -+ ub_callback_type callback, void *data); - - /** Fetch the DNS record of the given type. - */ -diff --git a/postlicyd/spf-proto.c b/postlicyd/spf-proto.c -index 31cb0a5..79a2d83 100644 ---- a/postlicyd/spf-proto.c -+++ b/postlicyd/spf-proto.c -@@ -279,7 +279,7 @@ static bool spf_validate_domain(const char* restrict domain) - } - - static bool spf_query(spf_t *spf, const char* query, dns_rrtype_t rtype, -- ub_callback_t cb) -+ ub_callback_type cb) - { - buffer_reset(&_G.query_buffer); - buffer_addstr(&_G.query_buffer, query); --- -2.12.0 - diff --git a/pkgs/by-name/pf/pfixtools/package.nix b/pkgs/by-name/pf/pfixtools/package.nix deleted file mode 100644 index 910df7af3da1..000000000000 --- a/pkgs/by-name/pf/pfixtools/package.nix +++ /dev/null @@ -1,84 +0,0 @@ -{ - stdenv, - lib, - fetchFromGitHub, - git, - gperf, - pcre, - unbound, - libev, - tokyocabinet, - pkg-config, - bash, - libsrs2, -}: - -let - version = "0.9"; - - pfixtoolsSrc = fetchFromGitHub { - owner = "Fruneau"; - repo = "pfixtools"; - rev = "pfixtools-${version}"; - sha256 = "1vmbrw686f41n6xfjphfshn96vl07ynvnsyjdw9yfn9bfnldcjcq"; - }; - - srcRoot = pfixtoolsSrc.name; - - libCommonSrc = fetchFromGitHub { - owner = "Fruneau"; - repo = "libcommon"; - rev = "b07e6bdea3d24748e0d39783d7d817096d10cc67"; - sha256 = "14fxldp29j4vmfmhfgwwi37pj8cz0flm1aykkxlbgakz92d4pm35"; - }; - -in - -stdenv.mkDerivation { - pname = "pfixtools"; - inherit version; - - src = pfixtoolsSrc; - - patches = [ ./0001-Fix-build-with-unbound-1.6.1.patch ]; - - nativeBuildInputs = [ pkg-config ]; - buildInputs = [ - git - gperf - pcre - unbound - libev - tokyocabinet - bash - libsrs2 - ]; - - postUnpack = '' - cp -Rp ${libCommonSrc}/* ${srcRoot}/common; - chmod -R +w ${srcRoot}/common; - ''; - - postPatch = '' - substituteInPlace postlicyd/policy_tokens.sh \ - --replace /bin/bash ${bash}/bin/bash; - - substituteInPlace postlicyd/*_tokens.sh \ - --replace "unsigned int" "size_t" - ''; - - env.NIX_CFLAGS_COMPILE = "-Wno-error=unused-result -Wno-error=nonnull-compare -Wno-error=format-truncation"; - - makeFlags = [ - "DESTDIR=$(out)" - "prefix=" - ]; - - meta = { - description = "Collection of postfix-related tools"; - license = lib.licenses.bsd3; - homepage = "https://github.com/Fruneau/pfixtools"; - platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ jerith666 ]; - }; -} diff --git a/pkgs/by-name/pi/pipenv-poetry-migrate/package.nix b/pkgs/by-name/pi/pipenv-poetry-migrate/package.nix index 5eede3ded518..1fe7e5474393 100644 --- a/pkgs/by-name/pi/pipenv-poetry-migrate/package.nix +++ b/pkgs/by-name/pi/pipenv-poetry-migrate/package.nix @@ -18,10 +18,12 @@ python3Packages.buildPythonApplication (finalAttrs: { build-system = [ python3Packages.poetry-core ]; - pythonRelaxDeps = [ "typer" ]; + pythonRelaxDeps = [ + "typer" + "tomlkit" + ]; dependencies = with python3Packages; [ - setuptools # for pkg_resources tomlkit typer ]; diff --git a/pkgs/by-name/pl/plezy/git-hashes.json b/pkgs/by-name/pl/plezy/git-hashes.json index ff287f73ce93..1278cdcd6d87 100644 --- a/pkgs/by-name/pl/plezy/git-hashes.json +++ b/pkgs/by-name/pl/plezy/git-hashes.json @@ -3,7 +3,7 @@ "auto_updater_macos": "sha256-787cMkeT2BlfwVcy4y46XkWioNqLKJgQ/CCxQvERa+A=", "auto_updater_platform_interface": "sha256-787cMkeT2BlfwVcy4y46XkWioNqLKJgQ/CCxQvERa+A=", "auto_updater_windows": "sha256-787cMkeT2BlfwVcy4y46XkWioNqLKJgQ/CCxQvERa+A=", - "background_downloader": "sha256-y37tzAxOwql1193E+aTJOIi2B0gXLxL3azghEYzcRGA=", + "background_downloader": "sha256-x1Z+Nlyvy+cc1EdRUikqZMDjVKdGHe7FOH2Yx9K0zhE=", "connectivity_plus": "sha256-sVUG5/6GF0Eu47BgUCkgbGi8w1ip5o0yQS00NnNjAGs=", "os_media_controls": "sha256-UkrBz52dkdlSJ+UJwC2E7RhuSOcXzJx+dVo0JcW8pEY=" } diff --git a/pkgs/by-name/pl/plezy/package.nix b/pkgs/by-name/pl/plezy/package.nix index b9462482a7b4..c92a6a6e7f8d 100644 --- a/pkgs/by-name/pl/plezy/package.nix +++ b/pkgs/by-name/pl/plezy/package.nix @@ -27,13 +27,13 @@ let pname = "plezy"; - version = "2.13.0"; + version = "2.16.0"; src = fetchFromGitHub { owner = "edde746"; repo = "plezy"; tag = version; - hash = "sha256-pSGHB2sN/iySd3WKskvZeBo9H9M3YrsLtfw1LoW15tA="; + hash = "sha256-i4QJ8o8zOivUKarXgEmKJeX5XyYTyaqxjevD6nwMjII="; }; simdutf = fetchurl { @@ -146,7 +146,7 @@ let src = fetchurl { url = "https://github.com/edde746/plezy/releases/download/${version}/plezy-macos.dmg"; - hash = "sha256-BF9jKIOzQYpQnJUXD8d2e2GSgIc6ZsjZaqceAc01QI0="; + hash = "sha256-h1aBFYEP1ie6v9BZZ/vH0b+fQL047tMZz3tASwnkcWI="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/pl/plezy/pubspec.lock.json b/pkgs/by-name/pl/plezy/pubspec.lock.json index 8d28b8f12633..6bc9ea0f7fa2 100644 --- a/pkgs/by-name/pl/plezy/pubspec.lock.json +++ b/pkgs/by-name/pl/plezy/pubspec.lock.json @@ -118,12 +118,12 @@ "dependency": "direct main", "description": { "path": ".", - "ref": "021e2075260e324b7440a5c81b57bf0242d35020", - "resolved-ref": "021e2075260e324b7440a5c81b57bf0242d35020", + "ref": "12ef3ff758709e3ceab8eccd6d43e0dea1c68ca1", + "resolved-ref": "12ef3ff758709e3ceab8eccd6d43e0dea1c68ca1", "url": "https://github.com/edde746/background_downloader" }, "source": "git", - "version": "9.5.5" + "version": "9.5.6" }, "boolean_selector": { "dependency": "transitive", diff --git a/pkgs/by-name/pr/prometheus-knot-exporter/package.nix b/pkgs/by-name/pr/prometheus-knot-exporter/package.nix index b2bdf816640f..ab3f1708fb61 100644 --- a/pkgs/by-name/pr/prometheus-knot-exporter/package.nix +++ b/pkgs/by-name/pr/prometheus-knot-exporter/package.nix @@ -7,13 +7,13 @@ python3.pkgs.buildPythonApplication rec { pname = "knot-exporter"; - version = "3.5.6"; + version = "3.5.7"; pyproject = true; src = fetchPypi { pname = "knot_exporter"; inherit version; - hash = "sha256-jCBi/PHMizG/OkwuoCbkud5w+pgGumHwwGd8W5C4zXc="; + hash = "sha256-4QWsq79AGOE435D2EFzX6Xif11YMbaxWNv5Ljfiqa6M="; }; build-system = [ diff --git a/pkgs/by-name/pr/prometheus-mongodb-exporter/package.nix b/pkgs/by-name/pr/prometheus-mongodb-exporter/package.nix index bd50b1e144f8..35df4c03a8a3 100644 --- a/pkgs/by-name/pr/prometheus-mongodb-exporter/package.nix +++ b/pkgs/by-name/pr/prometheus-mongodb-exporter/package.nix @@ -8,16 +8,16 @@ buildGoModule rec { pname = "mongodb_exporter"; - version = "0.52.0"; + version = "0.53.0"; src = fetchFromGitHub { owner = "percona"; repo = "mongodb_exporter"; rev = "v${version}"; - hash = "sha256-sf9I5RTlciXcoNOo5UTiLcr3N1c93xqFozbLQke/fFY="; + hash = "sha256-JmUWxiLKRd7ogXduCAuHCq0QayQxeoYlWXrzS/ZxWeQ="; }; - vendorHash = "sha256-swxJxgZccgcfuixcjzQHBu/b0dlFvhfcE4IS6xDdZI8="; + vendorHash = "sha256-o4ts3K+wWCO+WnyBsN1GFiEh2MG3l3C5pMxkTvhj4hU="; buildInputs = lib.optionals withGssapi [ krb5 ]; diff --git a/pkgs/by-name/pr/prometheus-zfs-exporter/package.nix b/pkgs/by-name/pr/prometheus-zfs-exporter/package.nix index 41c3258f1c3d..855744912f2c 100644 --- a/pkgs/by-name/pr/prometheus-zfs-exporter/package.nix +++ b/pkgs/by-name/pr/prometheus-zfs-exporter/package.nix @@ -6,13 +6,13 @@ buildGoModule rec { pname = "zfs_exporter"; - version = "2.4.0"; + version = "2.4.1"; src = fetchFromGitHub { owner = "pdf"; repo = "zfs_exporter"; rev = "v" + version; - hash = "sha256-66JVDE9PAQzE6frdlsCk2Gt9FECEK91ezAXYjucr9zs="; + hash = "sha256-gFczOwkFjhL+jss8n7eONWUeCzh/l94LLRgxFeoUZFs="; }; vendorHash = "sha256-8AUo6sfdKME5x89CvabMDxBOzq3f/+//du/+N+cvpWA="; diff --git a/pkgs/by-name/pu/pulumi-bin/data.nix b/pkgs/by-name/pu/pulumi-bin/data.nix index a19b7840f2cc..c3921d3d71ac 100644 --- a/pkgs/by-name/pu/pulumi-bin/data.nix +++ b/pkgs/by-name/pu/pulumi-bin/data.nix @@ -1,12 +1,12 @@ # DO NOT EDIT! This file is generated automatically by update.sh { }: { - version = "3.256.0"; + version = "3.258.0"; pulumiPkgs = { x86_64-linux = [ { - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.256.0-linux-x64.tar.gz"; - sha256 = "1snaj7x6qbpf02nn3viiigx1xyvqmx686s0jjq3gxxs8v96gsjpy"; + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.258.0-linux-x64.tar.gz"; + sha256 = "0yb4ikm5p468qrngcy8wi4arxhwla5maxivb707y9v1z4kh2vkxn"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.58.0-linux-amd64.tar.gz"; @@ -21,16 +21,16 @@ sha256 = "1cp0x63hwpsii6kqw1wkyg2qxjry13jmcq0aq844c8m3fvvx024c"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.11.5-linux-amd64.tar.gz"; - sha256 = "0cypa7hgq41vcffix6s7ssc5y6qam9id1bgmnqxjvhb3az4hlyvw"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.11.6-linux-amd64.tar.gz"; + sha256 = "0444a7avsvvnd37yfhp3036srzyjff1vx7g7ihmflwxzkvl3hkvh"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.50.0-linux-amd64.tar.gz"; - sha256 = "08fnb4dk0gfca7i44dh0751kjz6590pmxc92wvqarw11wz56g2z0"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.51.0-linux-amd64.tar.gz"; + sha256 = "13bka5zi970knhdny226kdwd3qf48by3ib1vgfcn7yi8lzsfw6zg"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.40.0-linux-amd64.tar.gz"; - sha256 = "1zfy86j3khc3q9kczrf55liv7z0hdqsh0rydxsfm3vnn0dy0759b"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.42.0-linux-amd64.tar.gz"; + sha256 = "1px6479hb9lxzjzvgd599kr3652l7gjn4vn7vkzbg5nx3sray59a"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v6.10.0-linux-amd64.tar.gz"; @@ -45,8 +45,8 @@ sha256 = "13crj1h932vf9ch4m3yphm701dqc86j8pmi4ymjlg0yzfm6b8xwb"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v6.18.0-linux-amd64.tar.gz"; - sha256 = "0y0l71d638zl4853fd42j6ldxv1xwiwn4v7x6wbcfaz0djx94x4l"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v6.19.0-linux-amd64.tar.gz"; + sha256 = "1x000jvb807c9an1g0sh5sp1dasll568d6l2alh28kgi4pals253"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-consul-v3.15.1-linux-amd64.tar.gz"; @@ -57,8 +57,8 @@ sha256 = "1zxmwaixy9hifz981avanqpsh88wcyygy0ybcqnggfbsil5dk9cr"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.78.0-linux-amd64.tar.gz"; - sha256 = "1mk40lb0jkdvwsds4bwvfj0y0fn0p3xmcllsp0nalvcra356f15z"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.78.1-linux-amd64.tar.gz"; + sha256 = "1h3j295s2y89yz7af6962hgy6y588d69bkiahgfhwkcix3xhxkxc"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-docker-v5.1.0-linux-amd64.tar.gz"; @@ -69,16 +69,16 @@ sha256 = "0hnardid0kbzy65dmn7vz8ddy5hq78nf2871zz6srf2hfyiv7qa4"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v12.5.0-linux-amd64.tar.gz"; - sha256 = "0azwk840kbfwvzikjhhq3pplkr98v8ahh3p9ws0q5jvz7q9lz3xx"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v12.6.0-linux-amd64.tar.gz"; + sha256 = "0d616czllvqbjmp4ksk2v9kl8b47l57443bxc76p5yk4jkqx4szl"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.32.1-linux-amd64.tar.gz"; - sha256 = "0vg8qjpfwx6iwkxxrahl7v4c00146hy73hk2z02akjb3y09d6nss"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.34.0-linux-amd64.tar.gz"; + sha256 = "1wy5k6l72aqywm66gmsxhfmvrf3i0sxx86y37lkiw2dp4q7vc0wq"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.14.1-linux-amd64.tar.gz"; - sha256 = "07gxsrldf77c46cshrawc6v860xplgnnh8dn4r18i24gnksd5xh1"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.15.0-linux-amd64.tar.gz"; + sha256 = "0zzfkgis3kda2yvx1asx9nz3dr5f708761pcl1kyapkwmcrrijaj"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v10.1.1-linux-amd64.tar.gz"; @@ -97,8 +97,8 @@ sha256 = "09j62fdkmsn1kzqyqcbs2sykx58db13nw3mlsmdm9pnnkskh02p5"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v6.2.0-linux-amd64.tar.gz"; - sha256 = "17fcpgadvs0402aqhyqrni77gq5fwzxxmf69pd73d8frg9bwkqyv"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v6.3.0-linux-amd64.tar.gz"; + sha256 = "1pavlwkrq4ps5dy7i3mn2h7pzzr6bxv19q5h6v3bscbzvf39jagi"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-mailgun-v3.9.0-linux-amd64.tar.gz"; @@ -125,8 +125,8 @@ sha256 = "1nivfz44b4gqp4qiv0f3p9vkh5is4paz12wynw5309jzkg7mypc6"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.135.1-linux-amd64.tar.gz"; - sha256 = "004qrwn8028a8qcdfxiwkq1l6py6wiwqjfgv1pc0x7l2x48mxh0l"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.137.0-linux-amd64.tar.gz"; + sha256 = "1f35wm1hvhlchjq5hmwg5xiybfc0bfd26d2npm554m7lkw2j3c0q"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v1.0.11-linux-amd64.tar.gz"; @@ -141,8 +141,8 @@ sha256 = "02ww9272mfrfw7f4n2rldfjj9p5qc9rcazli71g6rzrklx2r1f6p"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v7.11.0-linux-amd64.tar.gz"; - sha256 = "0w524zqy7xprgv0al7k0ki36ypbvj80bk6y5dx0xvlgl4h1ha4m3"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v7.12.0-linux-amd64.tar.gz"; + sha256 = "09f6dqbjkln3nva8g6dqn1hv7hq0p03bas65yanvnayqkyr4sr3d"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-venafi-v1.13.1-linux-amd64.tar.gz"; @@ -163,8 +163,8 @@ ]; aarch64-linux = [ { - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.256.0-linux-arm64.tar.gz"; - sha256 = "04aph6qr2vrb7i29apar564gj5v5zf8bbvk9hxxi9nclr37w9c55"; + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.258.0-linux-arm64.tar.gz"; + sha256 = "1wb9wdndvp7gaacb489hzx1qf522i6843vj352r2icqaqwc8g4n5"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.58.0-linux-arm64.tar.gz"; @@ -179,16 +179,16 @@ sha256 = "007slzw6y0a5s4azb7s2kp0qfkahy2v2ybd9lw2yrigd4cf02110"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.11.5-linux-arm64.tar.gz"; - sha256 = "1nmbcaa4kdm39zzds29rgq07bnch3pnnb5275yyhw8lx6gqwkkb4"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.11.6-linux-arm64.tar.gz"; + sha256 = "1jwjfv3yv2vcxsxrrabvlwz7zy00nmjrszxybrxvmymkm0wpqh43"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.50.0-linux-arm64.tar.gz"; - sha256 = "0q7781wfmnjnkwgfc17ag3v9ral85qzssh318car75iqqn6vkyz6"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.51.0-linux-arm64.tar.gz"; + sha256 = "1yns6xka6cx9s3mivs7k33g8l39k1lv66skqhljf5ahm19np5gdi"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.40.0-linux-arm64.tar.gz"; - sha256 = "1ym9i8kapia8l22s5ycsgfmnghqcmlz5kkdkb5lhw4w5l212c8mg"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.42.0-linux-arm64.tar.gz"; + sha256 = "115pg8irbqlfkjcp3d8jvk3mnwbj2l6mnh3s7401lgvpfm2as1sa"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v6.10.0-linux-arm64.tar.gz"; @@ -203,8 +203,8 @@ sha256 = "1zwqw37zvv5yqdy95vs7dvq8x6a34glfy5sg336rgz36mnrbs2fb"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v6.18.0-linux-arm64.tar.gz"; - sha256 = "01l38jr81yvr8j3vdp5r7qdbj56432y0xmsvc1cnr24snf2hhq0i"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v6.19.0-linux-arm64.tar.gz"; + sha256 = "1lnp6fyvi0ip9ga4sgrwq6fk7lblmpmqp32l8a3adj0c89p84h6b"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-consul-v3.15.1-linux-arm64.tar.gz"; @@ -215,8 +215,8 @@ sha256 = "1ly50rv1g8g0qhknd95v1sq60ikf0j99nbfihj8yifm2v95nwqxf"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.78.0-linux-arm64.tar.gz"; - sha256 = "05pyah88i3mc2gvha603sbqm6bsfnyh2pj4891v29q8kwh40zzs4"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.78.1-linux-arm64.tar.gz"; + sha256 = "1byn551bqxvbsayj52jnq85qg538m91vyk5n3s4jcjqx308kiqd4"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-docker-v5.1.0-linux-arm64.tar.gz"; @@ -227,16 +227,16 @@ sha256 = "111pia2f5xwkwaqs6p90ri29l5b3ivmahsa1bji4fwyyjyp22h4r"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v12.5.0-linux-arm64.tar.gz"; - sha256 = "1jmlcckfp34f2b7dk70cbmnyjbaaigvzzxzhkq1l5cpv5nzlss58"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v12.6.0-linux-arm64.tar.gz"; + sha256 = "1jx0rm1zfv8b717akj3w5is9aqr9mx5cbazp3qkb79vd8q9s8ki8"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.32.1-linux-arm64.tar.gz"; - sha256 = "13sn4qq5wai538wl1ykklgbp13qa7zbsrnpjsfshri6q8xql29nr"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.34.0-linux-arm64.tar.gz"; + sha256 = "1zvlh94fxwbfg0gyml7s1xmybn8777pg4623rgyrkigpz8vc6g90"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.14.1-linux-arm64.tar.gz"; - sha256 = "1ilhfgy32icxcwdj3xi6zvancf0bx8nc9kpxd10m7pcc449mhwnn"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.15.0-linux-arm64.tar.gz"; + sha256 = "00lyfnyd1n5ilpva4ya15rpjfnwhqaxp3ck03rksx7jk14yjgi9g"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v10.1.1-linux-arm64.tar.gz"; @@ -255,8 +255,8 @@ sha256 = "1ab0pl2i1bphy8y5ws82s23l3iz99dmfsz6n09b0yb8wwzwzcphj"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v6.2.0-linux-arm64.tar.gz"; - sha256 = "132l4n0prl4mlnpkpw24g1qihjqicgwrfy80x6ii4flghfllxipa"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v6.3.0-linux-arm64.tar.gz"; + sha256 = "1hadl5w1yq700a6dkb23caglmn2prpgbjgjppq3d035qlz2f9xjq"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-mailgun-v3.9.0-linux-arm64.tar.gz"; @@ -283,8 +283,8 @@ sha256 = "03j9idkd5afaafczb61v1c1k843y1xhg8rk2kfigk3z69f8asz1k"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.135.1-linux-arm64.tar.gz"; - sha256 = "1ip0dx6c516ag1hvks7mcq7rn7h6aqp40dw58j9bw4q26kgyh5jk"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.137.0-linux-arm64.tar.gz"; + sha256 = "1lv7h5n2a7dg53q1phnvclg6pm3xmhijgrsbilkfcga957g76j67"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v1.0.11-linux-arm64.tar.gz"; @@ -299,8 +299,8 @@ sha256 = "0afxnkk2vmyhy52mbn3mv6bq7fdx3hk1gn6qhsf2h4gd7x7qr6vh"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v7.11.0-linux-arm64.tar.gz"; - sha256 = "0wigb7qqm2kjx6jgqn26wa6f0jw07nis3phzkp21q4dciqg0fwnr"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v7.12.0-linux-arm64.tar.gz"; + sha256 = "155qrdwmfz2hd9kv1h3pmlsbqi7fddvmx0zpqah5a9ah5sz932hn"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-venafi-v1.13.1-linux-arm64.tar.gz"; @@ -321,8 +321,8 @@ ]; aarch64-darwin = [ { - url = "https://get.pulumi.com/releases/sdk/pulumi-v3.256.0-darwin-arm64.tar.gz"; - sha256 = "0nsvy3jf34r1km7gr3lvss95162cvz7dv2d4n32h1vq71kcdb3ns"; + url = "https://get.pulumi.com/releases/sdk/pulumi-v3.258.0-darwin-arm64.tar.gz"; + sha256 = "1gwmls2sz11zkv7m8b0hdjpac0z9pybf88incvhc57gxbb83wx2g"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aiven-v6.58.0-darwin-arm64.tar.gz"; @@ -337,16 +337,16 @@ sha256 = "1i792m76dlmaqmchzbrnd0m4ls1wq4jc61q63yacm2zj63yk6g5h"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.11.5-darwin-arm64.tar.gz"; - sha256 = "1yank4slw1r2c7dilvzbpjjshx2kynnsizdb0n2qidpfsz5v2pk1"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-artifactory-v8.11.6-darwin-arm64.tar.gz"; + sha256 = "1fjlm288j6jwkyhh9l78g7xfqbvdl0d8hfvywlydfywr1fnvqws3"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.50.0-darwin-arm64.tar.gz"; - sha256 = "0ckks641m66l6y0qymz0cjm03j2q56783gcyvs2wjd60xlqyc8h4"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-auth0-v3.51.0-darwin-arm64.tar.gz"; + sha256 = "15ngq8qqr2r1mf9x4yhl3xk1z5rsi5v3zxrdm5d5y8fn4iymgvpw"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.40.0-darwin-arm64.tar.gz"; - sha256 = "1jlssxp5pr4pwzbxvgvszlar0vhb6viyx9ppaahijckab9gnvp6f"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-aws-v7.42.0-darwin-arm64.tar.gz"; + sha256 = "03y8b94dab5g792v4f6ad0x6x2h77xla2wnfi9c73ql0djgrrlrs"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-azuread-v6.10.0-darwin-arm64.tar.gz"; @@ -361,8 +361,8 @@ sha256 = "01cfgmb13ylbi2dk7ng8mda6lsrjgaccyrffjp6jhfp245fj97pb"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v6.18.0-darwin-arm64.tar.gz"; - sha256 = "0lyhpx5hdj2qnhssin9ghhx5vrz7pa9sikaylgkbmfbv4s14lmx6"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-cloudflare-v6.19.0-darwin-arm64.tar.gz"; + sha256 = "05yqg6lmw4q6vgw8vjhlbzpc58fvdb08c1glpva3mda894p42dm6"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-consul-v3.15.1-darwin-arm64.tar.gz"; @@ -373,8 +373,8 @@ sha256 = "0gsqfa5wjws6fn0wcf52673nql96g4n8gc4fprf7gv4aix7m8z0i"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.78.0-darwin-arm64.tar.gz"; - sha256 = "1dzwxmxink561cwyck8kg9pznplrzhqky8mdlb1az0kjq8fyfnga"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-digitalocean-v4.78.1-darwin-arm64.tar.gz"; + sha256 = "03wqn02npkkbxyf5hs23n8ipf65g1rb4d90as6rqmsnm4k46h9dy"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-docker-v5.1.0-darwin-arm64.tar.gz"; @@ -385,16 +385,16 @@ sha256 = "12bzicm43l7yvh02v5fx3z8v46l9i7a9f677735xi5rjbmd2an4c"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v12.5.0-darwin-arm64.tar.gz"; - sha256 = "1sqqdrcxdfn4qqxfarcgg2jf6dawiln94bx0xc24dlhg8xr36da3"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-fastly-v12.6.0-darwin-arm64.tar.gz"; + sha256 = "101p9ljxybi58n2p62q3sh6vg20ag0vlr9ma64y8l2h9icm9wkmh"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.32.1-darwin-arm64.tar.gz"; - sha256 = "1y8xwj58a24v6h04hmi6dgcczzxbrxjax21yyszd4vwwzzaqmgph"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gcp-v9.34.0-darwin-arm64.tar.gz"; + sha256 = "148sv30x6nnnw7ghv7qp3i2n6rg4shi0mg8959x2awwvsli4si3p"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.14.1-darwin-arm64.tar.gz"; - sha256 = "0bkx2qf8p815k50fg8rzhxz0bzcqf32hniv7abbwfqpykyxjvgqf"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-github-v6.15.0-darwin-arm64.tar.gz"; + sha256 = "0i99akb2h89g81gkn01122pg3ai0lydjnwakv3xp9xd0abnl86gq"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-gitlab-v10.1.1-darwin-arm64.tar.gz"; @@ -413,8 +413,8 @@ sha256 = "1c4l129v163p31vc8wnbqq3pq9ai5rfj0zcrhhvwajbwdfv7g719"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v6.2.0-darwin-arm64.tar.gz"; - sha256 = "0aj9hirprk6b55cigwpcldhqcxylf1ynavyzq70zyhadda5mm4f9"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-linode-v6.3.0-darwin-arm64.tar.gz"; + sha256 = "1avf6hkwwhbfs6vvbxand25xxhbfrf0qxan4h8n5z51463yhgnji"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-mailgun-v3.9.0-darwin-arm64.tar.gz"; @@ -441,8 +441,8 @@ sha256 = "1lyc8yddcazassi4qcs98mj3pqbmigrcbjxnl5vgcxr23s3xdlb1"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.135.1-darwin-arm64.tar.gz"; - sha256 = "1frm0fijq6f4ay93qq9n31hl03vga313qfhbxp8bn7mbyl6gbxsz"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-spotinst-v3.137.0-darwin-arm64.tar.gz"; + sha256 = "09g7dbm2y3flg8vliymjd96n99c4ha57kadmybhj9glv7ij4s171"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-sumologic-v1.0.11-darwin-arm64.tar.gz"; @@ -457,8 +457,8 @@ sha256 = "17a9hjb4yslw6367q7ixcmazrcnzzs2887pkc001kk7h8h1qgx1w"; } { - url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v7.11.0-darwin-arm64.tar.gz"; - sha256 = "10447krdfm4fqn04n2sd6m4fscy3vgbkgzbfaymmxqqvdxc04lm8"; + url = "https://api.pulumi.com/releases/plugins/pulumi-resource-vault-v7.12.0-darwin-arm64.tar.gz"; + sha256 = "06v3iqv2qns2qwamlbmkci4al41m4vqdwrl4nlp2nm7a5z502kzh"; } { url = "https://api.pulumi.com/releases/plugins/pulumi-resource-venafi-v1.13.1-darwin-arm64.tar.gz"; diff --git a/pkgs/by-name/ra/rabbitmqadmin-ng/package.nix b/pkgs/by-name/ra/rabbitmqadmin-ng/package.nix index 75300aa7f258..a26d7deadec3 100644 --- a/pkgs/by-name/ra/rabbitmqadmin-ng/package.nix +++ b/pkgs/by-name/ra/rabbitmqadmin-ng/package.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "rabbitmqadmin-ng"; - version = "2.32.0"; + version = "2.33.0"; src = fetchFromGitHub { owner = "rabbitmq"; repo = "rabbitmqadmin-ng"; tag = "v${finalAttrs.version}"; - hash = "sha256-RCDjMOKPRRm1l9hcLPyxa6Qzf7fHXe1898SLqwZ+n7I="; + hash = "sha256-GLpWOdXip7QeQWyp77ncXJvKMrxJLqW3gaxHwrEc9Ng="; }; - cargoHash = "sha256-VO7Kwm2mtED4/eirL6lsYSFMsyE8A2LdAFkXIjHFgUE="; + cargoHash = "sha256-VDPyBm0v2DZEXpEbOMwbrvBvjELHEzRAgTJnm3MRrVY="; buildInputs = [ openssl ]; nativeBuildInputs = [ pkg-config ]; diff --git a/pkgs/by-name/re/reindeer/package.nix b/pkgs/by-name/re/reindeer/package.nix index 987a6b034b18..e84856b78e9d 100644 --- a/pkgs/by-name/re/reindeer/package.nix +++ b/pkgs/by-name/re/reindeer/package.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "reindeer"; - version = "2026.08.10.00"; + version = "2026.08.17.00"; src = fetchFromGitHub { owner = "facebookincubator"; repo = "reindeer"; tag = "v${finalAttrs.version}"; - hash = "sha256-RSnn8Ag+s3okJqtPxKcStYIyXlMtgyPjvVGjK9Rbsec="; + hash = "sha256-3PoNc6mhXc/gc3JaKT6RvfZ82Um2BYiL0E+QxiiEc6w="; }; - cargoHash = "sha256-Rg2f/PaRPfcfnbEtAa+ygNrxe4aFP2mCs3nPbuXg4f4="; + cargoHash = "sha256-IWYhr+A18UeeKccJ5Bh4eNuq3ZopKyROOBDepgWEYv4="; nativeBuildInputs = [ pkg-config ]; diff --git a/pkgs/by-name/re/reproxy/package.nix b/pkgs/by-name/re/reproxy/package.nix index 404a75ea7903..df2bbe3a4351 100644 --- a/pkgs/by-name/re/reproxy/package.nix +++ b/pkgs/by-name/re/reproxy/package.nix @@ -3,17 +3,20 @@ buildGoModule, fetchFromGitHub, installShellFiles, + versionCheckHook, }: buildGoModule (finalAttrs: { pname = "reproxy"; - version = "1.7.0"; + version = "1.7.1"; + + __structuredAttrs = true; src = fetchFromGitHub { owner = "umputun"; repo = "reproxy"; tag = "v${finalAttrs.version}"; - hash = "sha256-dxQWuONVYidNtppLd5S1tBEPXM64JdnAhdFWzOsaG6U="; + hash = "sha256-BTXe6xdEjeTQmKNcQ3g+bB7gU0tEvQQibLFBml4nBwg="; }; vendorHash = null; @@ -22,7 +25,6 @@ buildGoModule (finalAttrs: { ldflags = [ "-s" - "-w" "-X main.revision=${finalAttrs.version}" ]; @@ -36,6 +38,9 @@ buildGoModule (finalAttrs: { installShellCompletion completions/* ''; + nativeInstallCheckInputs = [ versionCheckHook ]; + doInstallCheck = true; + __darwinAllowLocalNetworking = true; meta = { diff --git a/pkgs/by-name/re/retroarch-assets/package.nix b/pkgs/by-name/re/retroarch-assets/package.nix index 03d7c8e00fc3..dfa506bda305 100644 --- a/pkgs/by-name/re/retroarch-assets/package.nix +++ b/pkgs/by-name/re/retroarch-assets/package.nix @@ -7,13 +7,13 @@ stdenvNoCC.mkDerivation { pname = "retroarch-assets"; - version = "1.22.0-unstable-2026-08-08"; + version = "1.22.0-unstable-2026-08-13"; src = fetchFromGitHub { owner = "libretro"; repo = "retroarch-assets"; - rev = "6a1bbdeff5bca537a5712e2226a2aeeaee211fd0"; - hash = "sha256-BZyGCveK4h/T2toveGeeKwM6PnZurZLq9URzzf6mfmw="; + rev = "73106363e14e34c08a5854b4cfbc29f184e3b783"; + hash = "sha256-dakwryxDOhxV4jEsGTUU62nd8f/rL8Rl9p6kSY7M37s="; }; makeFlags = [ diff --git a/pkgs/by-name/rq/rqbit/package.nix b/pkgs/by-name/rq/rqbit/package.nix index 12f3bd54af0c..255ce712ffe6 100644 --- a/pkgs/by-name/rq/rqbit/package.nix +++ b/pkgs/by-name/rq/rqbit/package.nix @@ -15,13 +15,13 @@ let pname = "rqbit"; - version = "8.1.1"; + version = "9.0.0"; src = fetchFromGitHub { owner = "ikatson"; repo = "rqbit"; rev = "v${version}"; - hash = "sha256-5ErcI3hwC2EgxsjgEVlbHP1MzBf/LndpgTfynQGc29s="; + hash = "sha256-zcd3oVNntKxV25UWan//H523ph227Yhub/3N0wLfPiU="; }; rqbit-webui = buildNpmPackage { @@ -29,15 +29,15 @@ let inherit version src nodejs; - sourceRoot = "${src.name}/crates/librqbit/webui"; + npmWorkspace = [ "crates/librqbit/webui" ]; - npmDepsHash = "sha256-vib8jpf7Jn1qv0m/dWJ4TbisByczNbtEd8hIM5ll2Q8="; + npmDepsHash = "sha256-4q8u2B3HB19mBaEAVl9EDtt38e8aYHpUMADNaT98P7M="; installPhase = '' runHook preInstall mkdir -p $out/dist - cp -r dist/** $out/dist + cp -r ./crates/librqbit/webui/dist/** $out/dist runHook postInstall ''; @@ -46,7 +46,7 @@ in rustPlatform.buildRustPackage { inherit pname version src; - cargoHash = "sha256-gYasOjrG0oeT/6Ben57MKAvBtgpoSmZ93RZQqSXAxIc="; + cargoHash = "sha256-h0dPVqiQtkFo50CNHYn5Cqrm+l/j6RNJtFYUVyvioxI="; nativeBuildInputs = [ installShellFiles @@ -77,6 +77,17 @@ rustPlatform.buildRustPackage { ]; doInstallCheck = true; + checkFlags = [ + # skip these tests since they require internet access + "--skip=tests::e2e::test_e2e_download_tcp" + "--skip=tests::e2e::test_e2e_download_utp" + "--skip=tests::e2e_stream::test_e2e_stream" + "--skip=upnp_server_adapter::tests::test_browse" + ]; + + # required by test `read_buf::tests::can_read_long_metainfo_correctlyv` in `aarch64-darwin`(sandbox=relaxed) + __darwinAllowLocalNetworking = true; + passthru = { webui = rqbit-webui; updateScript = nix-update-script { diff --git a/pkgs/by-name/rs/rshim-user-space/package.nix b/pkgs/by-name/rs/rshim-user-space/package.nix index a418316db3e0..4557b63d2197 100644 --- a/pkgs/by-name/rs/rshim-user-space/package.nix +++ b/pkgs/by-name/rs/rshim-user-space/package.nix @@ -25,13 +25,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "rshim-user-space"; - version = "2.7.3"; + version = "2.8.5"; src = fetchFromGitHub { owner = "Mellanox"; repo = "rshim-user-space"; rev = "rshim-${finalAttrs.version}"; - hash = "sha256-2Hu5ysjh38dBaGeZirke+qMb6jw+6sTh8qd4LPei5ms="; + hash = "sha256-Qd2dkMr0yG4S89oOyGweAAPcp1Jf+u8euE1l19q4wcQ="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/sc/schleuder/Gemfile.lock b/pkgs/by-name/sc/schleuder/Gemfile.lock index 5fa592457fe8..2d2abbd04f64 100644 --- a/pkgs/by-name/sc/schleuder/Gemfile.lock +++ b/pkgs/by-name/sc/schleuder/Gemfile.lock @@ -20,7 +20,7 @@ GEM concurrent-ruby (1.3.1) daemons (1.4.1) eventmachine (1.2.7) - gpgme (2.0.24) + gpgme (2.0.26) mini_portile2 (~> 2.7) i18n (1.14.5) concurrent-ruby (~> 1.0) diff --git a/pkgs/by-name/sc/schleuder/gemset.nix b/pkgs/by-name/sc/schleuder/gemset.nix index 025c6aa9e997..f50cd8ed9ff9 100644 --- a/pkgs/by-name/sc/schleuder/gemset.nix +++ b/pkgs/by-name/sc/schleuder/gemset.nix @@ -97,10 +97,10 @@ platforms = [ ]; source = { remotes = [ "https://rubygems.org" ]; - sha256 = "0r1vmql7w7ka5xzj1aqf8pk2a4sv0znwj2zkg1fgvd5b89qcvv2k"; + sha256 = "sha256-Guv9Lrg7dFNB5vQW8xhZdWivWtTX0fVb+rTxB4Ejq6o="; type = "gem"; }; - version = "2.0.24"; + version = "2.0.26"; }; i18n = { dependencies = [ "concurrent-ruby" ]; diff --git a/pkgs/by-name/sd/sdl_gamecontrollerdb/package.nix b/pkgs/by-name/sd/sdl_gamecontrollerdb/package.nix index b13d42647c79..235865a36d48 100644 --- a/pkgs/by-name/sd/sdl_gamecontrollerdb/package.nix +++ b/pkgs/by-name/sd/sdl_gamecontrollerdb/package.nix @@ -7,13 +7,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "sdl_gamecontrollerdb"; - version = "0-unstable-2026-08-11"; + version = "0-unstable-2026-08-12"; src = fetchFromGitHub { owner = "mdqinc"; repo = "SDL_GameControllerDB"; - rev = "22e31ab02557a2b4d765feed8f06f92adee694a7"; - hash = "sha256-i0M9n9RKV7X0/Sg6JriBRk1C/V4fIm0ROcwqGAC5BLk="; + rev = "42f28e22d20761e7004e8db91c4ad86402fdf600"; + hash = "sha256-+HvonqZh/CNrnhEaVjwVA61qWF6qOt8Qy/4LNJT3fBc="; }; dontBuild = true; diff --git a/pkgs/by-name/se/session-desktop/package.nix b/pkgs/by-name/se/session-desktop/package.nix index cabd907dee6e..cbab33cb6556 100644 --- a/pkgs/by-name/se/session-desktop/package.nix +++ b/pkgs/by-name/se/session-desktop/package.nix @@ -246,6 +246,7 @@ stdenv.mkDerivation (finalAttrs: { }; meta = { + broken = true; description = "Onion routing based messenger"; mainProgram = "session-desktop"; homepage = "https://getsession.org/"; diff --git a/pkgs/by-name/sh/sharedown/package.nix b/pkgs/by-name/sh/sharedown/package.nix index fedaa6db4cef..952d1482e5a8 100644 --- a/pkgs/by-name/sh/sharedown/package.nix +++ b/pkgs/by-name/sh/sharedown/package.nix @@ -15,10 +15,12 @@ libsecret, ffmpeg, yt-dlp, - electron, + electron_41, chromium, }: - +let + electron = electron_41; +in buildNpmPackage (finalAttrs: { pname = "Sharedown"; version = "5.3.6-unstable-2025-12-16"; diff --git a/pkgs/by-name/so/solidtime-desktop/package.nix b/pkgs/by-name/so/solidtime-desktop/package.nix index 4ffd10268282..17af753623a6 100644 --- a/pkgs/by-name/so/solidtime-desktop/package.nix +++ b/pkgs/by-name/so/solidtime-desktop/package.nix @@ -5,11 +5,13 @@ fetchFromGitHub, copyDesktopItems, makeDesktopItem, - electron, + electron_41, xcodebuild, desktopToDarwinBundle, }: - +let + electron = electron_41; +in buildNpmPackage (finalAttrs: { pname = "solidtime-desktop"; version = "0.2.7"; diff --git a/pkgs/by-name/sq/sqlcipher/package.nix b/pkgs/by-name/sq/sqlcipher/package.nix index e6c45dfcddd0..80ebfa8b2169 100644 --- a/pkgs/by-name/sq/sqlcipher/package.nix +++ b/pkgs/by-name/sq/sqlcipher/package.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "sqlcipher"; - version = "4.17.0"; + version = "4.18.0"; src = fetchFromGitHub { owner = "sqlcipher"; repo = "sqlcipher"; tag = "v${finalAttrs.version}"; - hash = "sha256-IMtyUfpwhvKPWyXYZCxw2F8pbWAnknW3kxf8Gx3kW5Q="; + hash = "sha256-LVyFE5Oj7t48BpLF1nmPSVe7cuX6ogPO7Sgqi8CG17Q="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/sq/sqldef/package.nix b/pkgs/by-name/sq/sqldef/package.nix index 56fd09cacf12..8571afa0264f 100644 --- a/pkgs/by-name/sq/sqldef/package.nix +++ b/pkgs/by-name/sq/sqldef/package.nix @@ -6,13 +6,13 @@ buildGoModule (finalAttrs: { pname = "sqldef"; - version = "3.11.19"; + version = "3.11.20"; src = fetchFromGitHub { owner = "sqldef"; repo = "sqldef"; rev = "v${finalAttrs.version}"; - hash = "sha256-knOmb96QlT5ZIFjoDoSsuTEaBOytWa3EgLC6ZvBMQS4="; + hash = "sha256-YbEiwllmg/tMD+X7wTpzFyplqxRyH6frPfcK1B5Jq98="; }; proxyVendor = true; diff --git a/pkgs/by-name/st/stable-diffusion-cpp/package.nix b/pkgs/by-name/st/stable-diffusion-cpp/package.nix index c9c5de2f96b2..67811e5e8fad 100644 --- a/pkgs/by-name/st/stable-diffusion-cpp/package.nix +++ b/pkgs/by-name/st/stable-diffusion-cpp/package.nix @@ -41,7 +41,7 @@ let in effectiveStdenv.mkDerivation (finalAttrs: { pname = "stable-diffusion-cpp"; - version = "master-820-de298c2"; + version = "master-827-97d2990"; outputs = [ "out" @@ -52,7 +52,7 @@ effectiveStdenv.mkDerivation (finalAttrs: { owner = "leejet"; repo = "stable-diffusion.cpp"; tag = finalAttrs.version; - hash = "sha256-pUrTZSVWGJLwTk/I8t6xAjB08PXuedAnPfrh1hDXV5A="; + hash = "sha256-1XUQiZI3xybe8ukuDAQdHXObdIcfWMaQbaB1jbdEK90="; fetchSubmodules = true; }; diff --git a/pkgs/by-name/st/still/package.nix b/pkgs/by-name/st/still/package.nix index f0459249b1d0..0539fd2a6eea 100644 --- a/pkgs/by-name/st/still/package.nix +++ b/pkgs/by-name/st/still/package.nix @@ -14,13 +14,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "still"; - version = "0.0.9"; + version = "0.0.10"; src = fetchFromGitHub { owner = "faergeek"; repo = "still"; tag = "v${finalAttrs.version}"; - hash = "sha256-bZo4SvBB5pSdvwxuE3+A2iz1um1kSZQ62chR0lOjpj8="; + hash = "sha256-4ysI2U4k93ccC8gRoA+AcgTamSIL1ficLfqS8bc8vlY="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/sv/svelte-check/package.nix b/pkgs/by-name/sv/svelte-check/package.nix index 61ec233d4fb5..74b8de3644d4 100644 --- a/pkgs/by-name/sv/svelte-check/package.nix +++ b/pkgs/by-name/sv/svelte-check/package.nix @@ -14,13 +14,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "svelte-check"; - version = "4.7.5"; + version = "4.7.6"; src = fetchFromGitHub { owner = "sveltejs"; repo = "language-tools"; tag = "svelte-check@${finalAttrs.version}"; - hash = "sha256-9fpWKLmuH9TZAyARYgBxQYlx6qz36fU3HueKAGR0H6E="; + hash = "sha256-FYM4pceGgYLDWhdoTCk2dLkcxhamkxBd2nBEtReEGAo="; }; pnpmWorkspaces = [ "svelte-check..." ]; diff --git a/pkgs/by-name/ta/tabularis/package.nix b/pkgs/by-name/ta/tabularis/package.nix index 039dd8d8a83f..1cf457556900 100644 --- a/pkgs/by-name/ta/tabularis/package.nix +++ b/pkgs/by-name/ta/tabularis/package.nix @@ -19,14 +19,14 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "tabularis"; - version = "0.18.0"; + version = "0.20.0"; __structuredAttrs = true; src = fetchFromGitHub { owner = "TabularisDB"; repo = "tabularis"; tag = "v${finalAttrs.version}"; - hash = "sha256-Z+cvIKa5Ly81PmE8A4X6umKObe+ConLRIumNOk1iNrE="; + hash = "sha256-Q03i0EhhRPOQYkb27MwIzcGH1uA4npcD3OJbTHQG0hw="; }; strictDeps = true; @@ -34,13 +34,13 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoRoot = "src-tauri"; buildAndTestSubdir = finalAttrs.cargoRoot; - cargoHash = "sha256-kVhKEnqNNEF1IaXFATE2XiSPebb7v6PDd2x9evktOJI="; + cargoHash = "sha256-7UMmX8dPAYtWM8dG150RKCTdpUpVqlUaEiqio7K7ZIg="; pnpmDeps = fetchPnpmDeps { inherit (finalAttrs) pname version src; inherit pnpm; fetcherVersion = 3; - hash = "sha256-SZNu6RjRpc3o5Dzz+Xh2ZwGnRcxwqI8cJ3rAJ6969/4="; + hash = "sha256-pvocyG5wDCqpokUcYp3yoiOMK+Cbg2xKlYj0W1CtPME="; }; postPatch = '' diff --git a/pkgs/by-name/te/terraria-server/package.nix b/pkgs/by-name/te/terraria-server/package.nix index 4f05787e61c9..327d3617eb67 100644 --- a/pkgs/by-name/te/terraria-server/package.nix +++ b/pkgs/by-name/te/terraria-server/package.nix @@ -10,12 +10,12 @@ stdenv.mkDerivation (finalAttrs: { pname = "terraria-server"; - version = "1.4.5.6"; + version = "1.4.5.7"; urlVersion = lib.replaceStrings [ "." ] [ "" ] finalAttrs.version; src = fetchurl { url = "https://terraria.org/api/download/pc-dedicated-server/terraria-server-${finalAttrs.urlVersion}.zip"; - hash = "sha256-11xFWsIX/TQ0RIyPglHBNH8IdahcQ4WJ3HG1V3d+kVU="; + hash = "sha256-xqZ7c1WmwqEGm6NlPtShe9gb48+5IKc0CKrePFpBpUY="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/te/testkube/package.nix b/pkgs/by-name/te/testkube/package.nix index 63eed7df8b25..712552b7b7e3 100644 --- a/pkgs/by-name/te/testkube/package.nix +++ b/pkgs/by-name/te/testkube/package.nix @@ -5,16 +5,16 @@ }: buildGoModule (finalAttrs: { pname = "testkube"; - version = "2.12.1"; + version = "2.12.2"; src = fetchFromGitHub { owner = "kubeshop"; repo = "testkube"; rev = "${finalAttrs.version}"; - hash = "sha256-CaWLM/6W0GZl6ogX4pyULUVIjs6m/ro4O8ZAjV771Pc="; + hash = "sha256-5nKlOpSkr5YkocbfSZ/Zx19X3QSucSZV2UoNUAi09dI="; }; - vendorHash = "sha256-fW2n64CHTIJ9dgrrgQEOcaWYdFd8UtJwrfWCa9hYR0w="; + vendorHash = "sha256-ppSf2NWtxF72W+aS83Hvs6jw3TZoXkN/qwMpAcV/224="; ldflags = [ "-X main.version=${finalAttrs.version}" diff --git a/pkgs/by-name/th/thunderkittens/package.nix b/pkgs/by-name/th/thunderkittens/package.nix index fc43e415d613..a27a39d0e8f0 100644 --- a/pkgs/by-name/th/thunderkittens/package.nix +++ b/pkgs/by-name/th/thunderkittens/package.nix @@ -7,7 +7,7 @@ stdenvNoCC.mkDerivation { pname = "thunderkittens"; - version = "0-unstable-2026-07-13"; + version = "0-unstable-2026-08-18"; __structuredAttrs = true; strictDeps = true; @@ -15,8 +15,8 @@ stdenvNoCC.mkDerivation { src = fetchFromGitHub { owner = "HazyResearch"; repo = "ThunderKittens"; - rev = "1c3920d993404dd49a6d4c7267ea11d583bd5c68"; - hash = "sha256-I/pzSZDx5eEimz8s+GQrQroqyQOEtNB+kas99LBM590="; + rev = "0230013a72b51338a137b50f69538ec69d4d4675"; + hash = "sha256-lo+3k8WLpEXhRM+0k4OD8lMngoHUi+WKdWnAjqw1Dzk="; }; dontBuild = true; diff --git a/pkgs/by-name/un/unconvert/package.nix b/pkgs/by-name/un/unconvert/package.nix index 5b9069265250..4baef62f1d91 100644 --- a/pkgs/by-name/un/unconvert/package.nix +++ b/pkgs/by-name/un/unconvert/package.nix @@ -7,16 +7,16 @@ buildGoModule { pname = "unconvert"; - version = "0-unstable-2025-02-16"; + version = "0-unstable-2026-08-16"; src = fetchFromGitHub { owner = "mdempsky"; repo = "unconvert"; - rev = "4a038b3d31f56ff5ba511953b745c80a2317e4ae"; - hash = "sha256-97H5rlb4buRT6I3OUID8/UARFtCTDhIxnPCkpFF9RDs="; + rev = "33842c47157aa10fcb7bf53e7f67e1bad15b0ecc"; + hash = "sha256-cxjMdxB1W5HlTZ5MDithCpg5kS0N32uIvm0/Eik6l6k="; }; - vendorHash = "sha256-Yh33ZvQoMG9YM8bdxlMYEIwH2QMTwv2HSYSmA4C9EpA="; + vendorHash = "sha256-l4DAb6TziWjGbQ6AS6l2wH6VLTuOS5MJiXx+pp1JKk4="; ldflags = [ "-s" diff --git a/pkgs/by-name/us/userhosts/package.nix b/pkgs/by-name/us/userhosts/package.nix index ba1b7de253eb..8f083cf6f6c9 100644 --- a/pkgs/by-name/us/userhosts/package.nix +++ b/pkgs/by-name/us/userhosts/package.nix @@ -6,13 +6,16 @@ stdenv.mkDerivation (finalAttrs: { pname = "userhosts"; - version = "1.0.0"; + version = "1.0.1"; + + strictDeps = true; + __structuredAttrs = true; src = fetchFromGitHub { owner = "figiel"; repo = "hosts"; - rev = "v${finalAttrs.version}"; - hash = "sha256-9uF0fYl4Zz/Ia2UKx7CBi8ZU8jfWoBfy2QSgTSwXo5A"; + tag = "v${finalAttrs.version}"; + hash = "sha256-qpdwita1QDFGry5mNgg8pmbkVcjTzbEab742oEx6NYc="; }; installFlags = [ "PREFIX=$(out)" ]; diff --git a/pkgs/by-name/uu/uutils-procps/package.nix b/pkgs/by-name/uu/uutils-procps/package.nix index 59fb6e5931d7..210f903d8ee5 100644 --- a/pkgs/by-name/uu/uutils-procps/package.nix +++ b/pkgs/by-name/uu/uutils-procps/package.nix @@ -11,16 +11,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "uutils-procps"; - version = "0.0.1-unstable-2026-08-01"; + version = "0.0.1-unstable-2026-08-15"; src = fetchFromGitHub { owner = "uutils"; repo = "procps"; - rev = "bf003c760701e16e8028d15477aea9b5fa89b25a"; - hash = "sha256-fE2f3SI4tlN4IakAYHetQlBd29Tj1BEZmevIryc8D1M="; + rev = "afba7f3c6804621c832048e69afdb861255a1505"; + hash = "sha256-EeL9s0YVYgHEZOtEgs8VFlz0M1MswYciTN0nwm/YB9Q="; }; - cargoHash = "sha256-WNMQ3smycaxdfo2Fhrs2ZkYjubwxoeyIxCTT1v8cUw0="; + cargoHash = "sha256-1g5RGBMp7AOPzW15XsM0bTgf4iVcPuLCaX+zTKCnH6k="; cargoBuildFlags = [ "--workspace" ]; diff --git a/pkgs/by-name/uv/uv/package.nix b/pkgs/by-name/uv/uv/package.nix index dd7838f672f3..f20f97de030f 100644 --- a/pkgs/by-name/uv/uv/package.nix +++ b/pkgs/by-name/uv/uv/package.nix @@ -18,17 +18,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "uv"; - version = "0.12.3"; + version = "0.12.5"; __structuredAttrs = true; src = fetchFromGitHub { owner = "astral-sh"; repo = "uv"; tag = finalAttrs.version; - hash = "sha256-GSJEd1l4+8aaC8lDp6RzTf7p4z50v9QkjkYawmSRMMs="; + hash = "sha256-tKdqciPQnteeTqkXtWY8mliWUDv5gMdU8x0UPadQZlQ="; }; - cargoHash = "sha256-nMcF38b9ESk8bPldcLQG1e+Nxcs7ETnpkm0p1JkTxN4="; + cargoHash = "sha256-27NzA/YXYbcGO6ehXP9OgvgLJQG/YP/I+eeflLmzxRQ="; buildInputs = [ rust-jemalloc-sys diff --git a/pkgs/by-name/wa/wait4x/package.nix b/pkgs/by-name/wa/wait4x/package.nix index e3ef7311369b..3667d0712f72 100644 --- a/pkgs/by-name/wa/wait4x/package.nix +++ b/pkgs/by-name/wa/wait4x/package.nix @@ -5,16 +5,16 @@ }: buildGoModule (finalAttrs: { pname = "wait4x"; - version = "3.6.0"; + version = "3.7.0"; src = fetchFromGitHub { owner = "wait4x"; repo = "wait4x"; rev = "v${finalAttrs.version}"; - hash = "sha256-RiF5tcnzMteXaYmw4mfQdamwV1PAyNC8pUownJzfACs="; + hash = "sha256-5RfN51BwsTOZeg/O8qfk/mUKwdf9z36da+vl0NJlYPU="; }; - vendorHash = "sha256-fa3XEqLkzriMFYea3bv4FzaKgK2FsGwn5IQG48vh7+M="; + vendorHash = "sha256-3Wvtk05zLyJZCpdvAMlypL6JRn08S2rqm/n8JLxXJI8="; # Tests make network access doCheck = false; diff --git a/pkgs/by-name/wa/wasm-component-ld/package.nix b/pkgs/by-name/wa/wasm-component-ld/package.nix index bbf49a97928b..4fa7e6e88de8 100644 --- a/pkgs/by-name/wa/wasm-component-ld/package.nix +++ b/pkgs/by-name/wa/wasm-component-ld/package.nix @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "wasm-component-ld"; - version = "0.5.29"; + version = "0.5.30"; __structuredAttrs = true; @@ -14,10 +14,10 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "bytecodealliance"; repo = "wasm-component-ld"; tag = "v${finalAttrs.version}"; - hash = "sha256-YPQDSkNj1wXaZQUtQrailRIzLJ7+k2uvRLIDiD8oYpY="; + hash = "sha256-/Fg80rVPaPC7IOvaj+FecXY9Tmn9WiseiRMkO70TQ/0="; }; - cargoHash = "sha256-CaZNS0RInbhCjrkydP2O1eeBZCpoKknEI5HaW/pJGrQ="; + cargoHash = "sha256-jMI8XHQAfs/nzOLssz9+EqWCTkhv7qxIA5r9SH1Zx1c="; # Tests require a rustc that can target wasm32-wasip1, including std. This is awkward for # Nixpkgs to provide at the same time as providing a rustc that's targeting the actual target. diff --git a/pkgs/by-name/wg/wgo/package.nix b/pkgs/by-name/wg/wgo/package.nix index 2d682e977f8f..f94f9d69176c 100644 --- a/pkgs/by-name/wg/wgo/package.nix +++ b/pkgs/by-name/wg/wgo/package.nix @@ -6,16 +6,16 @@ buildGoModule (finalAttrs: { pname = "wgo"; - version = "0.6.4"; + version = "0.7.1"; src = fetchFromGitHub { owner = "bokwoon95"; repo = "wgo"; tag = "v${finalAttrs.version}"; - hash = "sha256-C7gVlBkXRJsaUPSWj3OVWKNlT77yXXVyNlE4LZPryZU="; + hash = "sha256-t1gVH/8woXhsJHJhAmSv0iFwdEjAKrI87kR23isS5n8="; }; - vendorHash = "sha256-6ZJNXw/ahaIziQGVNgjbTbm53JiO3dYCqJtdB///cmo="; + vendorHash = "sha256-c7Cp08kmDOV63tvfSkGcO+SWgpuzJEm/vqbCVPS/v/Q="; ldflags = [ "-s" diff --git a/pkgs/by-name/yt/yt-dlp/package.nix b/pkgs/by-name/yt/yt-dlp/package.nix index 5149d2a1ad29..8cf8ed9fc831 100644 --- a/pkgs/by-name/yt/yt-dlp/package.nix +++ b/pkgs/by-name/yt/yt-dlp/package.nix @@ -32,14 +32,14 @@ python3Packages.buildPythonApplication rec { # The websites yt-dlp deals with are a very moving target. That means that # downloads break constantly. Because of that, updates should always be backported # to the latest stable release. - version = "2026.07.04"; + version = "2026.08.19"; pyproject = true; src = fetchFromGitHub { owner = "yt-dlp"; repo = "yt-dlp"; tag = version; - hash = "sha256-+oHcVylLXFJTRR6jXF6IXvgntXJz0tRdtnwTruRPkoc="; + hash = "sha256-BM5ZeGTmHq+1xH6G/zsuCtjLgYgfRA11ya0zIHK5p4g="; }; postPatch = '' @@ -87,7 +87,6 @@ python3Packages.buildPythonApplication rec { ]; curl-cffi = [ python3Packages.curl-cffi ]; secretstorage = with python3Packages; [ - cffi secretstorage ]; }; diff --git a/pkgs/by-name/yt/ytdownloader/package.nix b/pkgs/by-name/yt/ytdownloader/package.nix index 7725aae9d0bc..6d5288b2d581 100644 --- a/pkgs/by-name/yt/ytdownloader/package.nix +++ b/pkgs/by-name/yt/ytdownloader/package.nix @@ -7,9 +7,11 @@ ffmpeg-headless, yt-dlp, makeDesktopItem, - electron, + electron_41, }: - +let + electron = electron_41; +in buildNpmPackage rec { pname = "ytDownloader"; version = "3.22.0"; diff --git a/pkgs/by-name/ze/zellij-unwrapped/package.nix b/pkgs/by-name/ze/zellij-unwrapped/package.nix index 2cf1815919ab..e240d33d8e4d 100644 --- a/pkgs/by-name/ze/zellij-unwrapped/package.nix +++ b/pkgs/by-name/ze/zellij-unwrapped/package.nix @@ -3,7 +3,6 @@ stdenv, rustPlatform, fetchFromGitHub, - mandown, installShellFiles, pkg-config, curl, @@ -16,14 +15,14 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "zellij-unwrapped"; - version = "0.44.3"; + version = "0.45.0"; __structuredAttrs = true; src = fetchFromGitHub { owner = "zellij-org"; repo = "zellij"; tag = "v${finalAttrs.version}"; - hash = "sha256-r8GAOiau4CZPVotFmsBQJOvEu+t0Bu9UCYAOs18i3Kg="; + hash = "sha256-1kS0DuF+mO60jf2UZTKhwZuekO31aoXIEytGuljzd08="; }; # Remove the `vendored_curl` feature in order to link against the libcurl from nixpkgs instead of @@ -37,12 +36,11 @@ rustPlatform.buildRustPackage (finalAttrs: { --replace-fail ', "web_server_capability"' "" ''; - cargoHash = "sha256-966FpfSsF9I10SrYe3+YNsfM2kLLv+gd0/Aw8vLp4Lk="; + cargoHash = "sha256-ZwxoqdZ73/HvdkdNWOKW3Av6htI/vCFcJ0zVpSL1SuU="; env.OPENSSL_NO_VENDOR = 1; nativeBuildInputs = [ - mandown installShellFiles pkg-config (lib.getDev curl) @@ -71,11 +69,7 @@ rustPlatform.buildRustPackage (finalAttrs: { runHook postInstallCheck ''; - postInstall = '' - mandown docs/MANPAGE.md > zellij.1 - installManPage zellij.1 - '' - + lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' + postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd zellij \ --bash <($out/bin/zellij setup --generate-completion bash) \ --fish <($out/bin/zellij setup --generate-completion fish) \ diff --git a/pkgs/development/python-modules/azure-mgmt-recoveryservicesbackup/default.nix b/pkgs/development/python-modules/azure-mgmt-recoveryservicesbackup/default.nix index 520066ef703b..35e17efad796 100644 --- a/pkgs/development/python-modules/azure-mgmt-recoveryservicesbackup/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-recoveryservicesbackup/default.nix @@ -5,19 +5,18 @@ buildPythonPackage, fetchPypi, isodate, - msrest, setuptools, }: -buildPythonPackage rec { +buildPythonPackage (finalAttrs: { pname = "azure-mgmt-recoveryservicesbackup"; - version = "10.0.0"; + version = "11.0.0"; pyproject = true; src = fetchPypi { pname = "azure_mgmt_recoveryservicesbackup"; - inherit version; - hash = "sha256-DKw8a4cjBjWbvEdQHRhLcAhGzlSPk/nA9u99HRC3I+k="; + inherit (finalAttrs) version; + hash = "sha256-Czjim5iddTF0H6mCSFZ8zGOEqArUaj3jY8njOkCXHvs="; }; build-system = [ setuptools ]; @@ -26,7 +25,6 @@ buildPythonPackage rec { azure-common azure-mgmt-core isodate - msrest ]; # Module has no tests @@ -37,8 +35,8 @@ buildPythonPackage rec { meta = { description = "This is the Microsoft Azure Recovery Services Backup Management Client Library"; homepage = "https://github.com/Azure/azure-sdk-for-python"; - changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-recoveryservicesbackup_${version}/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/CHANGELOG.md"; + changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-recoveryservicesbackup_${finalAttrs.version}/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ maxwilson ]; }; -} +}) diff --git a/pkgs/development/python-modules/curl-cffi/default.nix b/pkgs/development/python-modules/curl-cffi/default.nix index 90f0574cd578..a7cb72c848d9 100644 --- a/pkgs/development/python-modules/curl-cffi/default.nix +++ b/pkgs/development/python-modules/curl-cffi/default.nix @@ -16,8 +16,10 @@ pytest-asyncio, pytest-trio, pytestCheckHook, + python, python-multipart, rich, + stdenv, trustme, uvicorn, websockets, @@ -25,14 +27,14 @@ }: buildPythonPackage rec { pname = "curl-cffi"; - version = "0.15.0"; + version = "0.16.0"; pyproject = true; src = fetchFromGitHub { owner = "lexiforest"; repo = "curl_cffi"; tag = "v${version}"; - hash = "sha256-I8rQj28IvLD7HWuog46E0dLFgnWSA6oE4Jyn9Flr7mQ="; + hash = "sha256-VqfJS6vztIBIkOW+ZrY7JSiuJsxBBqxRbqeQyWR7bTo="; }; patches = [ ./use-system-libs.patch ]; @@ -50,6 +52,11 @@ buildPythonPackage rec { rich ]; + postFixup = lib.optionalString stdenv.hostPlatform.isDarwin '' + install_name_tool -add_rpath "${curl-impersonate}/lib" \ + $out/${python.sitePackages}/curl_cffi/_wrapper.abi3.so + ''; + pythonImportsCheck = [ "curl_cffi" ]; nativeCheckInputs = [ @@ -91,13 +98,6 @@ buildPythonPackage rec { "tests/unittest/test_websockets.py::on_message" "tests/unittest/test_websockets.py::test_on_data_callback" "tests/unittest/test_websockets.py::test_hello_twice_async" - - # Fails on newer versions of http3 - # remove once 0.16.0 is merged - "tests/unittest/test_async_session.py::test_verify" - "tests/unittest/test_curl.py::test_verify" - "tests/unittest/test_requests.py::test_verify" - "tests/unittest/test_requests.py::test_delete_cookies" ]; disabledTests = [ diff --git a/pkgs/development/python-modules/curl-cffi/use-system-libs.patch b/pkgs/development/python-modules/curl-cffi/use-system-libs.patch index 32ec6be5bfbf..9b912cbaca50 100644 --- a/pkgs/development/python-modules/curl-cffi/use-system-libs.patch +++ b/pkgs/development/python-modules/curl-cffi/use-system-libs.patch @@ -1,6 +1,6 @@ --- a/scripts/build.py +++ b/scripts/build.py -@@ -122,27 +122,8 @@ def get_curl_libraries(): +@@ -182,32 +182,9 @@ def get_curl_libraries(): ffibuilder = FFI() system = platform.system() root_dir = Path(__file__).parent.parent @@ -15,24 +15,31 @@ - f"-Wl,-force_load,{static_libs[0]}", - "-lc++", - ] -- elif system in ("Linux", "Android"): -- cxx_lib = "-lc++" if is_android else "-lstdc++" +- elif is_android: - extra_link_args = [ - "-Wl,--whole-archive", - static_libs[0], - "-Wl,--no-whole-archive", -- cxx_lib, +- "-lc++", - ] -- +- elif system == "Linux": +- extra_link_args = [ +- "-Wl,--whole-archive", +- static_libs[0], +- "-Wl,--no-whole-archive", +- ] + -libraries = get_curl_libraries() +libraries = ["curl-impersonate"] ffibuilder.set_source( "curl_cffi._wrapper", -@@ -160,7 +132,7 @@ ffibuilder.set_source( - """, - library_dirs=[str(libdir)], +@@ -218,7 +195,7 @@ ffibuilder.set_source( + runtime_library_dirs=( + [str(libdir)] if is_dynamic and arch["system"] != "Windows" else [] + ), - libraries=get_curl_libraries(), + libraries=libraries, extra_objects=[], # linked via extra_link_args source_extension=".c", + include_dirs=[ diff --git a/pkgs/development/python-modules/deepmerge/default.nix b/pkgs/development/python-modules/deepmerge/default.nix index 5db88ec807d1..5e37b7acade0 100644 --- a/pkgs/development/python-modules/deepmerge/default.nix +++ b/pkgs/development/python-modules/deepmerge/default.nix @@ -13,12 +13,12 @@ buildPythonPackage rec { pname = "deepmerge"; - version = "2.1.0"; + version = "3.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-B8p6e4k131lsUS+oFhh3wEh6xh9pHAd2bn1x0rI73S8="; + hash = "sha256-FO1p8GPeZLd0OYXHMsz/XWw0/0VglG5/v9mQhrhTuc4="; }; nativeBuildInputs = [ diff --git a/pkgs/development/python-modules/django-js-asset/default.nix b/pkgs/development/python-modules/django-js-asset/default.nix index fec92c80e237..e84acd60a0e5 100644 --- a/pkgs/development/python-modules/django-js-asset/default.nix +++ b/pkgs/development/python-modules/django-js-asset/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "django-js-asset"; - version = "4.0.1"; + version = "4.0.2"; pyproject = true; src = fetchFromGitHub { owner = "matthiask"; repo = "django-js-asset"; tag = version; - hash = "sha256-TmoT+WuOw92wWW82CpKLy0Lr+oSKf+c2diG8Gs5rWg4="; + hash = "sha256-YQ3fM4kvbsOXjM0bbhMErGwFnDs48GsYG1D19R2D9iI="; }; build-system = [ hatchling ]; diff --git a/pkgs/development/python-modules/faraday-plugins/default.nix b/pkgs/development/python-modules/faraday-plugins/default.nix index a5153de65b8a..078676b64a50 100644 --- a/pkgs/development/python-modules/faraday-plugins/default.nix +++ b/pkgs/development/python-modules/faraday-plugins/default.nix @@ -21,14 +21,14 @@ buildPythonPackage (finalAttrs: { pname = "faraday-plugins"; - version = "1.28.0"; + version = "1.29.0"; pyproject = true; src = fetchFromGitHub { owner = "infobyte"; repo = "faraday_plugins"; tag = finalAttrs.version; - hash = "sha256-NSJBxOD6zgDcKopU7ko6zGiN7AhIXWGQaetCkydhRwo="; + hash = "sha256-vH6H/oRQQRglDLHLvqZdSFVB2jug4xGwEQUkw9AAnZ4="; }; postPatch = '' diff --git a/pkgs/development/python-modules/fastai/default.nix b/pkgs/development/python-modules/fastai/default.nix index d1c56ae43b0a..b5e510ab83fc 100644 --- a/pkgs/development/python-modules/fastai/default.nix +++ b/pkgs/development/python-modules/fastai/default.nix @@ -28,7 +28,7 @@ buildPythonPackage (finalAttrs: { pname = "fastai"; - version = "2.8.7"; + version = "2.8.8"; pyproject = true; __structuredAttrs = true; @@ -36,7 +36,7 @@ buildPythonPackage (finalAttrs: { owner = "fastai"; repo = "fastai"; tag = finalAttrs.version; - hash = "sha256-qjBVqSVQV+v1Uc95Tz8NyLkKwCLdG+R7MkH+CugzY1Q="; + hash = "sha256-VqcJ33gVv3Nvau88ow8hg468slnmhKCy5EV3X2aL5lM="; }; build-system = [ diff --git a/pkgs/development/python-modules/griffecli/default.nix b/pkgs/development/python-modules/griffecli/default.nix index 735f3ea4daa1..56f5913fc4f1 100644 --- a/pkgs/development/python-modules/griffecli/default.nix +++ b/pkgs/development/python-modules/griffecli/default.nix @@ -11,14 +11,14 @@ buildPythonPackage (finalAttrs: { pname = "griffecli"; - version = "2.1.0"; + version = "2.2.0"; pyproject = true; src = fetchFromGitHub { owner = "mkdocstrings"; repo = "griffe"; tag = finalAttrs.version; - hash = "sha256-hNKL86LSE9PwIofxt2t5PrlThiX7hTgYADK2HDVhNjk="; + hash = "sha256-RiQRc83o0gZ2jjBjUvmwFQY1Q/kAyF4u2ajBPXrkhzM="; }; sourceRoot = "${finalAttrs.src.name}/packages/griffecli"; diff --git a/pkgs/development/python-modules/griffelib/default.nix b/pkgs/development/python-modules/griffelib/default.nix index 5aedae6d6a72..1ef728e30749 100644 --- a/pkgs/development/python-modules/griffelib/default.nix +++ b/pkgs/development/python-modules/griffelib/default.nix @@ -22,14 +22,14 @@ buildPythonPackage (finalAttrs: { pname = "griffelib"; - version = "2.1.0"; + version = "2.2.0"; pyproject = true; src = fetchFromGitHub { owner = "mkdocstrings"; repo = "griffe"; tag = finalAttrs.version; - hash = "sha256-hNKL86LSE9PwIofxt2t5PrlThiX7hTgYADK2HDVhNjk="; + hash = "sha256-RiQRc83o0gZ2jjBjUvmwFQY1Q/kAyF4u2ajBPXrkhzM="; }; sourceRoot = "${finalAttrs.src.name}/packages/griffelib"; diff --git a/pkgs/development/python-modules/heudiconv/default.nix b/pkgs/development/python-modules/heudiconv/default.nix index e5dafc6c213b..0547e9cecfe3 100644 --- a/pkgs/development/python-modules/heudiconv/default.nix +++ b/pkgs/development/python-modules/heudiconv/default.nix @@ -19,12 +19,12 @@ buildPythonPackage rec { pname = "heudiconv"; - version = "1.4.0"; + version = "1.5.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-xjPfKwYG2gh/USaMKyrdtHgmefjEZHgx9SUg93htVVU="; + hash = "sha256-N3W6lkUwb7ejZwyIrvvZBBOuuypchIaEYx6XQhmvSwc="; }; postPatch = '' diff --git a/pkgs/development/python-modules/libknot/default.nix b/pkgs/development/python-modules/libknot/default.nix index ca15756e2fa5..f6ed75c687fb 100644 --- a/pkgs/development/python-modules/libknot/default.nix +++ b/pkgs/development/python-modules/libknot/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "libknot"; - version = "3.5.6"; + version = "3.5.7"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-CCWjww6mF6UPQ4AwLWgQ2NcsqfzCxz2Paq4ovxBezPU="; + hash = "sha256-lh7PStyf+Ofqq752WinQvwG7LmUIxRrngN3Kp4k8YSk="; }; postPatch = '' diff --git a/pkgs/development/python-modules/lizard/default.nix b/pkgs/development/python-modules/lizard/default.nix index 7091de919ae4..9f3447e0ecb1 100644 --- a/pkgs/development/python-modules/lizard/default.nix +++ b/pkgs/development/python-modules/lizard/default.nix @@ -7,21 +7,24 @@ jinja2, pygments, # for Erlang support pathspec, # for .gitignore support + setuptools, }: -buildPythonPackage rec { +buildPythonPackage (finalAttrs: { pname = "lizard"; - version = "1.23.0"; - format = "setuptools"; + version = "1.24.0"; + pyproject = true; src = fetchFromGitHub { owner = "terryyin"; repo = "lizard"; - tag = version; - hash = "sha256-rKCa5JniIr6SZaYgfC29GjOXl9MW9Dkt76z/oqfqnqc="; + tag = finalAttrs.version; + hash = "sha256-npxnl9QrsAMLgrSDGsmWTb17VLwJ9sYCi9dhROCblhg="; }; - propagatedBuildInputs = [ + build-system = [ setuptools ]; + + dependencies = [ jinja2 pygments pathspec @@ -40,7 +43,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "lizard" ]; meta = { - changelog = "https://github.com/terryyin/lizard/blob/${src.tag}/CHANGELOG.md"; + changelog = "https://github.com/terryyin/lizard/blob/${finalAttrs.src.tag}/CHANGELOG.md"; description = "Code analyzer without caring the C/C++ header files"; mainProgram = "lizard"; downloadPage = "https://github.com/terryyin/lizard"; @@ -48,4 +51,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ jpetrucciani ]; }; -} +}) diff --git a/pkgs/development/python-modules/lookup-license/default.nix b/pkgs/development/python-modules/lookup-license/default.nix index 611425b902de..f6ccfde500be 100644 --- a/pkgs/development/python-modules/lookup-license/default.nix +++ b/pkgs/development/python-modules/lookup-license/default.nix @@ -25,7 +25,7 @@ buildPythonPackage (finalAttrs: { pname = "lookup-license"; - version = "0.1.30"; + version = "0.1.31"; pyproject = true; __structuredAttrs = true; @@ -33,7 +33,7 @@ buildPythonPackage (finalAttrs: { owner = "hesa"; repo = "lookup-license"; tag = finalAttrs.version; - hash = "sha256-zFDqh62bjYkO3Duze3suS8LlrlzuqQes7ZaH+9G+yQ4="; + hash = "sha256-0Etl+5j1CZdqGJZywXx4V6kKZheSucAyXkmy0PBgArI="; }; build-system = [ diff --git a/pkgs/development/python-modules/markdown-inline-graphviz/default.nix b/pkgs/development/python-modules/markdown-inline-graphviz-extension/default.nix similarity index 65% rename from pkgs/development/python-modules/markdown-inline-graphviz/default.nix rename to pkgs/development/python-modules/markdown-inline-graphviz-extension/default.nix index cf07c9249c83..0cd1181cf035 100644 --- a/pkgs/development/python-modules/markdown-inline-graphviz/default.nix +++ b/pkgs/development/python-modules/markdown-inline-graphviz-extension/default.nix @@ -1,24 +1,34 @@ { buildPythonPackage, fetchFromGitHub, + fetchpatch, pkgs, # Only for pkgs.graphviz lib, setuptools, markdown, }: -buildPythonPackage rec { - pname = "markdown-inline-graphviz"; +buildPythonPackage (finalAttrs: { + pname = "markdown-inline-graphviz-extension"; version = "1.1.3"; pyproject = true; src = fetchFromGitHub { owner = "cesaremorel"; repo = "markdown-inline-graphviz"; - tag = "v${version}"; + tag = "v${finalAttrs.version}"; hash = "sha256-FUBRFImX5NOxyYAK7z5Bo8VKVQllTbEewEGZXtVMBQE="; }; + patches = [ + # Fix the version discrepancy between the package and the source code + # Should be removed at the next release + (fetchpatch { + url = "https://github.com/cesaremorel/markdown-inline-graphviz/commit/579f10af9fe7187c717c20615f65774f898c1a0d.patch"; + hash = "sha256-PJdwQ6+vq28m55vbgFzlhMmgvFqGPsYfIaCYunG7bMU="; + }) + ]; + # Using substituteInPlace because there's only one replacement postPatch = '' substituteInPlace markdown_inline_graphviz.py \ @@ -37,8 +47,8 @@ buildPythonPackage rec { meta = { description = "Render inline graphs with Markdown and Graphviz"; homepage = "https://github.com/cesaremorel/markdown-inline-graphviz/"; - changelog = "https://github.com/cesaremorel/markdown-inline-graphviz/releases/tag/${src.tag}"; + changelog = "https://github.com/cesaremorel/markdown-inline-graphviz/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = [ ]; }; -} +}) diff --git a/pkgs/development/python-modules/plaid-python/default.nix b/pkgs/development/python-modules/plaid-python/default.nix index 6cf5986c0feb..94a7b9019e6d 100644 --- a/pkgs/development/python-modules/plaid-python/default.nix +++ b/pkgs/development/python-modules/plaid-python/default.nix @@ -10,13 +10,13 @@ buildPythonPackage (finalAttrs: { pname = "plaid-python"; - version = "42.0.0"; + version = "43.0.0"; pyproject = true; src = fetchPypi { pname = "plaid_python"; inherit (finalAttrs) version; - hash = "sha256-3+AMimjYDU9BEKOgOp3IsEcPjGPazgZQ93kDLerM90k="; + hash = "sha256-zcoKgWHeOYD75J/oCBUE9jvdoZCTkVd20fsG0g6oLHo="; }; build-system = [ setuptools ]; diff --git a/pkgs/development/python-modules/pycrdt/Cargo.lock b/pkgs/development/python-modules/pycrdt/Cargo.lock index 0a88d1d4a3b0..0d8c450a2632 100644 --- a/pkgs/development/python-modules/pycrdt/Cargo.lock +++ b/pkgs/development/python-modules/pycrdt/Cargo.lock @@ -24,9 +24,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.91" +version = "0.1.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec" +checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667" dependencies = [ "proc-macro2", "quote", @@ -51,15 +51,6 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" -[[package]] -name = "concurrent-queue" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" -dependencies = [ - "crossbeam-utils", -] - [[package]] name = "crossbeam-utils" version = "0.8.22" @@ -82,11 +73,10 @@ dependencies = [ [[package]] name = "event-listener" -version = "5.4.1" +version = "5.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" +checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2" dependencies = [ - "concurrent-queue", "parking", "pin-project-lite", ] @@ -112,9 +102,9 @@ dependencies = [ [[package]] name = "futures-task" -version = "0.3.33" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" +checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd" [[package]] name = "getrandom" @@ -149,9 +139,9 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "js-sys" -version = "0.3.103" +version = "0.3.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" +checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a" dependencies = [ "cfg-if", "wasm-bindgen", @@ -211,9 +201,9 @@ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" [[package]] name = "portable-atomic" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3" +checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85" [[package]] name = "proc-macro2" @@ -226,7 +216,7 @@ dependencies = [ [[package]] name = "pycrdt" -version = "0.14.2" +version = "0.14.3" dependencies = [ "futures-task", "pyo3", @@ -237,9 +227,9 @@ dependencies = [ [[package]] name = "pyo3" -version = "0.29.0" +version = "0.29.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c" +checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b" dependencies = [ "libc", "once_cell", @@ -251,18 +241,18 @@ dependencies = [ [[package]] name = "pyo3-build-config" -version = "0.29.0" +version = "0.29.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078" +checksum = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9" dependencies = [ "target-lexicon", ] [[package]] name = "pyo3-ffi" -version = "0.29.0" +version = "0.29.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b" +checksum = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327" dependencies = [ "libc", "pyo3-build-config", @@ -270,9 +260,9 @@ dependencies = [ [[package]] name = "pyo3-macros" -version = "0.29.0" +version = "0.29.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771" +checksum = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c" dependencies = [ "proc-macro2", "pyo3-macros-backend", @@ -282,9 +272,9 @@ dependencies = [ [[package]] name = "pyo3-macros-backend" -version = "0.29.0" +version = "0.29.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362" +checksum = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952" dependencies = [ "heck", "proc-macro2", @@ -416,18 +406,18 @@ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" [[package]] name = "thiserror" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" +checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" +checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" dependencies = [ "proc-macro2", "quote", @@ -442,9 +432,9 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "wasm-bindgen" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" +checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70" dependencies = [ "cfg-if", "once_cell", @@ -455,9 +445,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" +checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -465,9 +455,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" +checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284" dependencies = [ "bumpalo", "proc-macro2", @@ -478,9 +468,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" +checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf" dependencies = [ "unicode-ident", ] diff --git a/pkgs/development/python-modules/pycrdt/default.nix b/pkgs/development/python-modules/pycrdt/default.nix index d71439a01755..1133a476ac3f 100644 --- a/pkgs/development/python-modules/pycrdt/default.nix +++ b/pkgs/development/python-modules/pycrdt/default.nix @@ -20,7 +20,7 @@ buildPythonPackage (finalAttrs: { pname = "pycrdt"; - version = "0.14.2"; + version = "0.14.3"; pyproject = true; __structuredAttrs = true; @@ -28,7 +28,7 @@ buildPythonPackage (finalAttrs: { owner = "y-crdt"; repo = "pycrdt"; tag = finalAttrs.version; - hash = "sha256-s61r5b0wfEzvWUTEgwSqwURGbAkW1HENksmutRDBvkY="; + hash = "sha256-eOd1arKNUtaWhPR/WoHH7B3j1dpszR5859pKBBDycjQ="; }; postPatch = '' diff --git a/pkgs/development/python-modules/robot-descriptions/default.nix b/pkgs/development/python-modules/robot-descriptions/default.nix index 491cdf114eb0..688a4e883cf4 100644 --- a/pkgs/development/python-modules/robot-descriptions/default.nix +++ b/pkgs/development/python-modules/robot-descriptions/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "robot-descriptions"; - version = "3.0.0"; + version = "3.1.0"; pyproject = true; src = fetchFromGitHub { owner = "robot-descriptions"; repo = "robot_descriptions.py"; tag = "v${version}"; - hash = "sha256-THLGQWZVeXwbanBIyYw8ymM+c/x5rXJxD7YWgn8GCWw="; + hash = "sha256-tbyMcoZXnzWGZ9tO/2hBXNimJQa1UTxPLpyrI1yalWI="; }; build-system = [ diff --git a/pkgs/development/python-modules/soundcloud-v2/default.nix b/pkgs/development/python-modules/soundcloud-v2/default.nix index 9f0b7fdf3076..c35e1751c4c0 100644 --- a/pkgs/development/python-modules/soundcloud-v2/default.nix +++ b/pkgs/development/python-modules/soundcloud-v2/default.nix @@ -33,6 +33,8 @@ buildPythonPackage (finalAttrs: { pythonImportsCheck = [ "soundcloud" ]; + pythonRelaxDeps = [ "curl_cffi" ]; + meta = { description = "Python wrapper for the v2 SoundCloud API"; homepage = "https://github.com/7x11x13/soundcloud.py"; diff --git a/pkgs/development/python-modules/spacy/default.nix b/pkgs/development/python-modules/spacy/default.nix index c77bc05697ba..1847d106c909 100644 --- a/pkgs/development/python-modules/spacy/default.nix +++ b/pkgs/development/python-modules/spacy/default.nix @@ -33,6 +33,7 @@ spacy-lookups-data, # tests + pytest-xdist, pytestCheckHook, hypothesis, mock, @@ -96,6 +97,7 @@ buildPythonPackage (finalAttrs: { }; nativeCheckInputs = [ + pytest-xdist pytestCheckHook hypothesis mock diff --git a/pkgs/development/python-modules/zipstream-ng/default.nix b/pkgs/development/python-modules/zipstream-ng/default.nix index 9d1f9e2660c1..2a17aca87f39 100644 --- a/pkgs/development/python-modules/zipstream-ng/default.nix +++ b/pkgs/development/python-modules/zipstream-ng/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "zipstream-ng"; - version = "1.9.2"; + version = "1.9.3"; pyproject = true; src = fetchFromGitHub { owner = "pR0Ps"; repo = "zipstream-ng"; tag = "v${version}"; - hash = "sha256-1MSnabckpAwV/NmD5wKxF7k7hwve6fBiCPyw7skxdlM="; + hash = "sha256-YVF7uUOCYtQRtOUzS8/l9hIxp1nR0hoEJGpEw7HViwE="; }; build-system = [ hatchling ]; diff --git a/pkgs/development/rocq-modules/coqeal/default.nix b/pkgs/development/rocq-modules/coqeal/default.nix index 20b8745cef9d..117d68f50304 100644 --- a/pkgs/development/rocq-modules/coqeal/default.nix +++ b/pkgs/development/rocq-modules/coqeal/default.nix @@ -1,6 +1,6 @@ { coq, - mkCoqDerivation, + mkRocqDerivation, mathcomp, bignums, paramcoq, @@ -11,7 +11,7 @@ }: let - derivation = mkCoqDerivation { + derivation = mkRocqDerivation { pname = "CoqEAL"; @@ -59,6 +59,8 @@ let release."1.0.4".hash = "sha256:1g5m26lr2lwxh6ld2gykailhay4d0ayql4bfh0aiwqpmmczmxipk"; release."1.0.3".hash = "sha256:0hc63ny7phzbihy8l7wxjvn3haxx8jfnhi91iw8hkq8n29i23v24"; + useCoqifVersion = v: v != null && v != "dev" && lib.versions.isLe "2.1.2" v; + propagatedBuildInputs = [ mathcomp.algebra bignums diff --git a/pkgs/development/rocq-modules/fourcolor/default.nix b/pkgs/development/rocq-modules/fourcolor/default.nix index 198c7d4bac42..8fb36a4094ce 100644 --- a/pkgs/development/rocq-modules/fourcolor/default.nix +++ b/pkgs/development/rocq-modules/fourcolor/default.nix @@ -1,12 +1,12 @@ { lib, - mkCoqDerivation, + mkRocqDerivation, coq, mathcomp, version ? null, }: -mkCoqDerivation { +mkRocqDerivation { pname = "fourcolor"; owner = "math-comp"; @@ -37,16 +37,18 @@ mkCoqDerivation { lib.switch [ coq.coq-version mathcomp.version ] [ - (case (isGe "8.20") (isGe "2.5") "1.4.3") - (case (isGe "8.20") (range "2.4" "2.5") "1.4.2") - (case (isGe "8.16") (range "2.0" "2.4") "1.4.1") - (case (isGe "8.16") "2.0.0" "1.3.0") - (case (isGe "8.11") (range "1.12" "1.19") "1.2.5") - (case (isGe "8.11") (range "1.11" "1.14") "1.2.4") - (case (isLe "8.13") (lib.pred.inter (isGe "1.11.0") (isLt "1.13")) "1.2.3") + (case (range "8.20" "9.3") (isGe "2.5") "1.4.3") + (case (range "8.20" "9.1") (range "2.4" "2.5") "1.4.2") + (case (range "8.16" "9.0") (range "2.0" "2.4") "1.4.1") + (case (range "8.16" "8.17") "2.0.0" "1.3.0") + (case (range "8.11" "8.16") (range "1.12" "1.19") "1.2.5") + (case (range "8.11" "8.15") (range "1.11" "1.14") "1.2.4") + (case (range "8.10" "8.13") (lib.pred.inter (isGe "1.11.0") (isLt "1.13")) "1.2.3") ] null; + useCoqifVersion = v: v != null && v != "dev" && lib.versions.isLe "1.4.3" v; + propagatedBuildInputs = [ mathcomp.boot mathcomp.finite-group diff --git a/pkgs/development/rocq-modules/multinomials/default.nix b/pkgs/development/rocq-modules/multinomials/default.nix index 5cf9ba36bcb4..027fbbe70652 100644 --- a/pkgs/development/rocq-modules/multinomials/default.nix +++ b/pkgs/development/rocq-modules/multinomials/default.nix @@ -1,6 +1,6 @@ { coq, - mkCoqDerivation, + mkRocqDerivation, mathcomp, mathcomp-finmap, mathcomp-bigenough, @@ -8,10 +8,10 @@ version ? null, useDune ? false, }@args: -mkCoqDerivation { +mkRocqDerivation { namePrefix = [ - "coq" + "rocq" "mathcomp" ]; pname = "multinomials"; @@ -72,6 +72,8 @@ mkCoqDerivation { "1.0".hash = "sha256:1qmbxp1h81cy3imh627pznmng0kvv37k4hrwi2faa101s6bcx55m"; }; + useCoqifVersion = v: v != null && v != "dev" && lib.versions.isLe "2.4.0" v; + useDuneifVersion = lib.versions.range "1.5.3" "2.2.0"; preConfigure = '' diff --git a/pkgs/development/rocq-modules/odd-order/default.nix b/pkgs/development/rocq-modules/odd-order/default.nix index 7c9f3044069f..c90684312d9a 100644 --- a/pkgs/development/rocq-modules/odd-order/default.nix +++ b/pkgs/development/rocq-modules/odd-order/default.nix @@ -1,12 +1,12 @@ { lib, coq, - mkCoqDerivation, + mkRocqDerivation, mathcomp-group-representation, version ? null, }: -mkCoqDerivation { +mkRocqDerivation { pname = "odd-order"; owner = "math-comp"; @@ -44,6 +44,8 @@ mkCoqDerivation { ] null; + useCoqifVersion = v: v != null && v != "dev" && lib.versions.isLe "2.4.0" v; + propagatedBuildInputs = [ mathcomp-group-representation ]; diff --git a/pkgs/development/tools/infisical/default.nix b/pkgs/development/tools/infisical/default.nix index bc1b63a2dbd6..d29bab245b14 100644 --- a/pkgs/development/tools/infisical/default.nix +++ b/pkgs/development/tools/infisical/default.nix @@ -21,7 +21,7 @@ let buildHashes = builtins.fromJSON (builtins.readFile ./hashes.json); # the version of infisical - version = "0.43.110"; + version = "0.43.123"; # the platform-specific, statically linked binary src = diff --git a/pkgs/development/tools/infisical/hashes.json b/pkgs/development/tools/infisical/hashes.json index 04491577cdc5..e3fe90e12366 100644 --- a/pkgs/development/tools/infisical/hashes.json +++ b/pkgs/development/tools/infisical/hashes.json @@ -1,5 +1,5 @@ { "_comment": "@generated by pkgs/development/tools/infisical/update.sh" -, "x86_64-linux": "sha256-x+FFy3ZyypTmmXEX8Ga1BvjfOBebxXAKHasvszQOtHg=" -, "aarch64-linux": "sha256-s3InyLfRN4zG4B/Deuijj9T5KOdbcj7xtT0Bi/NWWzQ=" -, "aarch64-darwin": "sha256-PLy/+yvT4hwY7vj5DSVvCva+X70lBfdKKJbCBHAHwMY=" +, "x86_64-linux": "sha256-MLpz9w66ghyKgFvfXVtbpLK0S0u7l9yIEMrX74d7fC8=" +, "aarch64-linux": "sha256-g0Bhraebd+223g8GP1BQNaAv4n9e5vScA5h3PIxSRt8=" +, "aarch64-darwin": "sha256-bWO0bv1s28Zkoa1x+mHuQCyEj2m9gJUDYWq1gc+HVjo=" } diff --git a/pkgs/os-specific/linux/scx/scx_rustscheds.nix b/pkgs/os-specific/linux/scx/scx_rustscheds.nix index 6d1b52807861..68b2774882d2 100644 --- a/pkgs/os-specific/linux/scx/scx_rustscheds.nix +++ b/pkgs/os-specific/linux/scx/scx_rustscheds.nix @@ -15,16 +15,16 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "scx_rustscheds"; - version = "1.1.2"; + version = "1.1.3"; src = fetchFromGitHub { owner = "sched-ext"; repo = "scx"; tag = "v${finalAttrs.version}"; - hash = "sha256-igrmrfimVOEJnFxMr9ghN6lAHwEBSFLLVrB2MQ72PXI="; + hash = "sha256-LK0go5blWgCtDpS5xm9BQc7C2NvbfrW+Jp66ImIThxA="; }; - cargoHash = "sha256-CTEVdvw6aG/fFas2Fk3x9o4Sp2k3lHO/OLwUM8t9UjE="; + cargoHash = "sha256-vEsbpor52DEUpYO5OubFPMzRltO5kUXjqAoO/9hsKXc="; nativeBuildInputs = [ pkg-config @@ -95,6 +95,7 @@ rustPlatform.buildRustPackage (finalAttrs: { "scx_lavd" "scx_layered" "scx_mitosis" + "scx_mlfq" "scx_p2dq" "scx_pandemonium" "scx_rlfifo" diff --git a/pkgs/servers/monitoring/grafana/plugins/ventura-psychrometric-panel/default.nix b/pkgs/servers/monitoring/grafana/plugins/ventura-psychrometric-panel/default.nix index ad46b902a980..64e14ed29873 100644 --- a/pkgs/servers/monitoring/grafana/plugins/ventura-psychrometric-panel/default.nix +++ b/pkgs/servers/monitoring/grafana/plugins/ventura-psychrometric-panel/default.nix @@ -2,8 +2,8 @@ grafanaPlugin { pname = "ventura-psychrometric-panel"; - version = "5.1.0"; - zipHash = "sha256-FMoWOXyMZoVU9b2iG81RbEldrr5Hb3WaWIwzXn7qn4A="; + version = "5.2.0"; + zipHash = "sha256-qhx7ySUsl7a3Vnq2C5jtU2+aTPlVO1U/xHZDmZn+Ii8="; meta = { description = "Grafana plugin to display air conditions on a psychrometric chart"; license = lib.licenses.bsd3Lbnl; diff --git a/pkgs/shells/fish/plugins/exercism-cli-fish-wrapper.nix b/pkgs/shells/fish/plugins/exercism-cli-fish-wrapper.nix index cef847e86eb8..b2deb43d65ef 100644 --- a/pkgs/shells/fish/plugins/exercism-cli-fish-wrapper.nix +++ b/pkgs/shells/fish/plugins/exercism-cli-fish-wrapper.nix @@ -6,13 +6,13 @@ }: buildFishPlugin { pname = "exercism-cli-fish-wrapper"; - version = "0-unstable-2026-07-23"; + version = "0-unstable-2026-08-17"; src = fetchFromGitHub { owner = "glennj"; repo = "exercism-cli-fish-wrapper"; - rev = "6b6ac90236308c4cac807225f36fac9283974052"; - hash = "sha256-zfES9Q3NG3UkUekkZ3s/DkPgPsmbfjV4q2LSQFuZFVY="; + rev = "6d9cda3e69595ec97afd812565c97ebce185e779"; + hash = "sha256-F+4Y6U/0S3uTsxiDg+ECY7lewPO7ferwbY1HL0ZXMck="; }; passthru.updateScript = unstableGitUpdater { }; diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 415199b74c6a..bdebc6253082 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1345,12 +1345,22 @@ mapAliases { libquotient = throw "'libquotient' for qt5 was removed as upstream removed qt5 support. Consider explicitly upgrading to qt6 'libquotient'"; # Converted to throw 2025-07-04 LibreArp = throw "'LibreArp' has been renamed to/replaced by 'librearp'"; # Converted to throw 2025-10-27 LibreArp-lv2 = throw "'LibreArp-lv2' has been renamed to/replaced by 'librearp-lv2'"; # Converted to throw 2025-10-27 + #### + # LibreOffice related aliases + # Cannot order them usefully due to editorconfig + libreoffice-fresh = warnAlias "LibreOffice upstream has changed the versioning, please use use `libreoffice-stable`" libreoffice-stable; # Added 2026-08-11 libreoffice-qt6 = libreoffice-qt; # Added 2025-08-30 libreoffice-qt6-fresh = libreoffice-qt-fresh; # Added 2025-08-30 libreoffice-qt6-fresh-unwrapped = libreoffice-qt-fresh.unwrapped; # Added 2025-08-30 libreoffice-qt6-still = libreoffice-qt-still; # Added 2025-08-30 libreoffice-qt6-still-unwrapped = libreoffice-qt-still.unwrapped; # Added 2025-08-30 libreoffice-qt6-unwrapped = libreoffice-qt.unwrapped; # Added 2025-08-30 + libreoffice-qt-fresh = warnAlias "LibreOffice upstream has changed the versioning, please use use `libreoffice-qt-stable`" libreoffice-qt-stable; # Added 2026-08-11 + libreoffice-qt-fresh-unwrapped = libreoffice-qt-stable-unwrapped; # Added 2026-08-11 + libreoffice-qt-still = warnAlias "LibreOffice upstream has changed the versioning, please use use `libreoffice-qt-stable`" libreoffice-qt-stable; # Added 2026-08-11 + libreoffice-qt-still-unwrapped = libreoffice-qt-stable-unwrapped; # Added 2026-08-11 + libreoffice-still = warnAlias "LibreOffice upstream has changed the versioning, please use use `libreoffice-stable`" libreoffice-stable; # Added 2026-08-11 + ### librest_1_0 = warnAlias "'librest_1_0' has been renamed to/replaced by 'librest'" librest; # Added 2026-05-30 librewolf-wayland = throw "'librewolf-wayland' has been renamed to/replaced by 'librewolf'"; # Converted to throw 2025-10-27 librtlsdr = throw "'librtlsdr' has been renamed to/replaced by 'rtl-sdr'"; # Converted to throw 2025-10-27 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index b3004334b474..084ecb170066 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -4793,9 +4793,9 @@ with pkgs; electron_42 electron_43 ; - electron = electron_41; - electron-bin = electron_41-bin; - electron-chromedriver = electron-chromedriver_41; + electron = electron_43; + electron-bin = electron_43-bin; + electron-chromedriver = electron-chromedriver_43; autoconf = callPackage ../development/tools/misc/autoconf { }; autoconf269 = callPackage ../development/tools/misc/autoconf/2.69.nix { }; @@ -8858,49 +8858,30 @@ with pkgs; libreoffice-bin = callPackage ../applications/office/libreoffice/darwin { }; - libreoffice = hiPrio libreoffice-still; + libreoffice = hiPrio libreoffice-stable; libreoffice-unwrapped = libreoffice.unwrapped; - libreoffice-qt = hiPrio libreoffice-qt-still; + libreoffice-qt = hiPrio libreoffice-qt-stable; libreoffice-qt-unwrapped = libreoffice-qt.unwrapped; - libreoffice-qt-fresh = lowPrio ( + libreoffice-qt-stable = lowPrio ( callPackage ../applications/office/libreoffice/wrapper.nix { unwrapped = kdePackages.callPackage ../applications/office/libreoffice { kdeIntegration = true; - variant = "fresh"; + variant = "stable"; }; } ); - libreoffice-qt-fresh-unwrapped = libreoffice-qt-fresh.unwrapped; + libreoffice-qt-stable-unwrapped = libreoffice-qt-stable.unwrapped; - libreoffice-qt-still = lowPrio ( - callPackage ../applications/office/libreoffice/wrapper.nix { - unwrapped = kdePackages.callPackage ../applications/office/libreoffice { - kdeIntegration = true; - variant = "still"; - }; - } - ); - libreoffice-qt-still-unwrapped = libreoffice-qt-still.unwrapped; - - libreoffice-fresh = lowPrio ( + libreoffice-stable = lowPrio ( callPackage ../applications/office/libreoffice/wrapper.nix { unwrapped = callPackage ../applications/office/libreoffice { - variant = "fresh"; + variant = "stable"; }; } ); - libreoffice-fresh-unwrapped = libreoffice-fresh.unwrapped; - - libreoffice-still = lowPrio ( - callPackage ../applications/office/libreoffice/wrapper.nix { - unwrapped = callPackage ../applications/office/libreoffice { - variant = "still"; - }; - } - ); - libreoffice-still-unwrapped = libreoffice-still.unwrapped; + libreoffice-stable-unwrapped = libreoffice-stable.unwrapped; libreoffice-collabora = callPackage ../applications/office/libreoffice { variant = "collabora"; diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 0492a6bbc13a..d034c503c6c8 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -10392,7 +10392,9 @@ self: super: with self; { markdown-include = callPackage ../development/python-modules/markdown-include { }; - markdown-inline-graphviz = callPackage ../development/python-modules/markdown-inline-graphviz { }; + markdown-inline-graphviz-extension = + callPackage ../development/python-modules/markdown-inline-graphviz-extension + { }; markdown-it-py = callPackage ../development/python-modules/markdown-it-py { };