From 54399c8590334b29b8177e84cc969921f040f21b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 18 Nov 2025 12:02:48 +0000 Subject: [PATCH 01/39] phosh-mobile-settings: 0.50.0 -> 0.51.0 --- .../window-managers/phosh/phosh-mobile-settings.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix b/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix index 0a4d67c3bd6b..18bc6927040c 100644 --- a/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix +++ b/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix @@ -58,7 +58,7 @@ let in stdenv.mkDerivation rec { pname = "phosh-mobile-settings"; - version = "0.50.0"; + version = "0.51.0"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; @@ -66,7 +66,7 @@ stdenv.mkDerivation rec { owner = "Phosh"; repo = "phosh-mobile-settings"; rev = "v${version}"; - hash = "sha256-hcq99ilfclZCviFhpQ9mQLcpf7wc+IvlUOb0duQM6fk="; + hash = "sha256-eIRhxhU+u4cocqyw7ab5BefTp9om5UaiqrJWwN+RtoQ="; }; nativeBuildInputs = [ From 3137e8d843ac2376038bf7b3a73ba8ac5c3cabec Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 19 Nov 2025 18:53:29 +0000 Subject: [PATCH 02/39] phoc: 0.50.0 -> 0.51.0 --- pkgs/by-name/ph/phoc/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ph/phoc/package.nix b/pkgs/by-name/ph/phoc/package.nix index 36bbec837ade..a81dab4ddde9 100644 --- a/pkgs/by-name/ph/phoc/package.nix +++ b/pkgs/by-name/ph/phoc/package.nix @@ -39,7 +39,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "phoc"; - version = "0.50.0"; + version = "0.51.0"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; @@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "Phosh"; repo = "phoc"; rev = "v${finalAttrs.version}"; - hash = "sha256-Fq/XinXdFerzuutjXUGbpvAvJBt/23ISHvY5KfVgbFI="; + hash = "sha256-6glG5QvphanjBvf9xKiXjkVceWBQ8EjFkRywdfYc7E4="; }; nativeBuildInputs = [ From 07360d66bb53e32120dd14b4792db36ad4f5c79a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 28 Nov 2025 00:22:24 +0000 Subject: [PATCH 03/39] haproxy: 3.2.9 -> 3.3.0 --- pkgs/by-name/ha/haproxy/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ha/haproxy/package.nix b/pkgs/by-name/ha/haproxy/package.nix index 67a6bbe0ffc9..7ac73e5f56c9 100644 --- a/pkgs/by-name/ha/haproxy/package.nix +++ b/pkgs/by-name/ha/haproxy/package.nix @@ -39,11 +39,11 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "haproxy"; - version = "3.2.9"; + version = "3.3.0"; src = fetchurl { url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz"; - hash = "sha256-5mDRQbKQGfTRmHhbCDTMPpyW787rgHwv/y/JNb0zVMI="; + hash = "sha256-vy2mtp+C17hVvpd6ueHUcE7vVim2V6xyr7WVioackC4="; }; buildInputs = [ From 778cc3144c1362eaaf2d65e3ef95d058c509f7f7 Mon Sep 17 00:00:00 2001 From: abysssol Date: Fri, 28 Nov 2025 11:34:13 -0500 Subject: [PATCH 04/39] ollama-cpu: init --- pkgs/top-level/all-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 594372aac537..6e8debd51e9b 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -390,6 +390,7 @@ with pkgs; oletools = with python3.pkgs; toPythonApplication oletools; + ollama-cpu = callPackage ../by-name/ol/ollama/package.nix { acceleration = false; }; ollama-rocm = callPackage ../by-name/ol/ollama/package.nix { acceleration = "rocm"; }; ollama-cuda = callPackage ../by-name/ol/ollama/package.nix { acceleration = "cuda"; }; ollama-vulkan = callPackage ../by-name/ol/ollama/package.nix { acceleration = "vulkan"; }; From b3074a5df8a4610ac109657510d496c4595faa84 Mon Sep 17 00:00:00 2001 From: abysssol Date: Fri, 28 Nov 2025 11:36:52 -0500 Subject: [PATCH 05/39] ollama: refactor --- pkgs/by-name/ol/ollama/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ol/ollama/package.nix b/pkgs/by-name/ol/ollama/package.nix index b8157801d5de..274f50064e2a 100644 --- a/pkgs/by-name/ol/ollama/package.nix +++ b/pkgs/by-name/ol/ollama/package.nix @@ -57,7 +57,7 @@ let rocmRequested = shouldEnable "rocm" config.rocmSupport; cudaRequested = shouldEnable "cuda" config.cudaSupport; - vulkanRequested = shouldEnable "vulkan" false; + vulkanRequested = acceleration == "vulkan"; enableRocm = rocmRequested && stdenv.hostPlatform.isLinux; enableCuda = cudaRequested && stdenv.hostPlatform.isLinux; From 1aa800def6a24855b809c4bc5b4f51bc7fb3f01c Mon Sep 17 00:00:00 2001 From: abysssol Date: Fri, 28 Nov 2025 11:57:32 -0500 Subject: [PATCH 06/39] nixos/ollama: remove `acceleration` option in favor of setting `package` --- nixos/modules/services/misc/ollama.nix | 59 ++++++++++++-------------- nixos/tests/ollama-cuda.nix | 4 +- nixos/tests/ollama-rocm.nix | 4 +- nixos/tests/ollama-vulkan.nix | 4 +- 4 files changed, 33 insertions(+), 38 deletions(-) diff --git a/nixos/modules/services/misc/ollama.nix b/nixos/modules/services/misc/ollama.nix index 3d17fa484f43..975421e05162 100644 --- a/nixos/modules/services/misc/ollama.nix +++ b/nixos/modules/services/misc/ollama.nix @@ -8,7 +8,7 @@ let inherit (lib) literalExpression types; cfg = config.services.ollama; - ollamaPackage = cfg.package.override { inherit (cfg) acceleration; }; + ollama = lib.getExe cfg.package; staticUser = cfg.user != null && cfg.group != null; in @@ -32,12 +32,33 @@ in ] "The `models` directory is now always writable. To make other directories writable, use `systemd.services.ollama.serviceConfig.ReadWritePaths`." ) + (lib.mkRemovedOptionModule [ + "services" + "ollama" + "acceleration" + ] "Set `services.ollama.package` to one of `pkgs.ollama[,-vulkan,-rocm,-cuda,-cpu]` instead.") ]; options = { services.ollama = { enable = lib.mkEnableOption "ollama server for local large language models"; - package = lib.mkPackageOption pkgs "ollama" { }; + package = lib.mkPackageOption pkgs "ollama" { + example = "pkgs.ollama-rocm"; + extraDescription = '' + Different packages use different hardware acceleration. + + - `ollama`: default behavior; usually equivalent to `ollama-cpu` + - if `nixpkgs.config.rocmSupport` is enabled, is equivalent to `ollama-rocm` + - if `nixpkgs.config.cudaSupport` is enabled, is equivalent to `ollama-cuda` + - otherwise defaults to `false` + - `ollama-cpu`: disable GPU; only use CPU + - `ollama-rocm`: supported by most modern AMD GPUs + - may require overriding gpu type with `services.ollama.rocmOverrideGfx` + if rocm doesn't detect your AMD gpu + - `ollama-cuda`: supported by most modern NVIDIA GPUs + - `ollama-vulkan`: supported by most GPUs + ''; + }; user = lib.mkOption { type = with types; nullOr str; @@ -97,32 +118,6 @@ in ''; }; - acceleration = lib.mkOption { - type = types.nullOr ( - types.enum [ - false - "rocm" - "cuda" - "vulkan" - ] - ); - default = null; - example = "rocm"; - description = '' - What interface to use for hardware acceleration. - - - `null`: default behavior - - if `nixpkgs.config.rocmSupport` is enabled, uses `"rocm"` - - if `nixpkgs.config.cudaSupport` is enabled, uses `"cuda"` - - otherwise defaults to `false` - - `false`: disable GPU, only use CPU - - `"rocm"`: supported by most modern AMD GPUs - - may require overriding gpu type with `services.ollama.rocmOverrideGfx` - if rocm doesn't detect your AMD gpu - - `"cuda"`: supported by most modern NVIDIA GPUs - - `"vulkan"`: supported by most modern GPUs on Linux - ''; - }; rocmOverrideGfx = lib.mkOption { type = types.nullOr types.str; default = null; @@ -152,6 +147,7 @@ in Since `ollama run` is mostly a shell around the ollama server, this is usually sufficient. ''; }; + loadModels = lib.mkOption { type = types.listOf types.str; apply = builtins.filter (model: model != ""); @@ -180,6 +176,7 @@ in removing any models that are installed but not currently declared there. ''; }; + openFirewall = lib.mkOption { type = types.bool; default = false; @@ -224,7 +221,7 @@ in // { Type = "exec"; DynamicUser = true; - ExecStart = "${lib.getExe ollamaPackage} serve"; + ExecStart = "${ollama} serve"; WorkingDirectory = cfg.home; StateDirectory = [ "ollama" ]; ReadWritePaths = [ @@ -309,13 +306,11 @@ in script = let binaryInputs = lib.mapAttrs (_: lib.getExe) { - ollama = ollamaPackage; parallel = pkgs.parallel; awk = pkgs.gawk; sed = pkgs.gnused; }; inherit (binaryInputs) - ollama parallel awk sed @@ -355,7 +350,7 @@ in networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ cfg.port ]; }; - environment.systemPackages = [ ollamaPackage ]; + environment.systemPackages = [ cfg.package ]; }; meta.maintainers = with lib.maintainers; [ diff --git a/nixos/tests/ollama-cuda.nix b/nixos/tests/ollama-cuda.nix index bbab7e24d35c..433b05f8bebe 100644 --- a/nixos/tests/ollama-cuda.nix +++ b/nixos/tests/ollama-cuda.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ lib, pkgs, ... }: { name = "ollama-cuda"; meta.maintainers = with lib.maintainers; [ abysssol ]; @@ -7,7 +7,7 @@ { ... }: { services.ollama.enable = true; - services.ollama.acceleration = "cuda"; + services.ollama.package = pkgs.ollama-cuda; }; testScript = '' diff --git a/nixos/tests/ollama-rocm.nix b/nixos/tests/ollama-rocm.nix index 81915630d950..9d9d22c2c6ca 100644 --- a/nixos/tests/ollama-rocm.nix +++ b/nixos/tests/ollama-rocm.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ lib, pkgs, ... }: { name = "ollama-rocm"; meta.maintainers = with lib.maintainers; [ abysssol ]; @@ -7,7 +7,7 @@ { ... }: { services.ollama.enable = true; - services.ollama.acceleration = "rocm"; + services.ollama.package = pkgs.ollama-rocm; }; testScript = '' diff --git a/nixos/tests/ollama-vulkan.nix b/nixos/tests/ollama-vulkan.nix index c4f210ad26c8..b721b3079aa2 100644 --- a/nixos/tests/ollama-vulkan.nix +++ b/nixos/tests/ollama-vulkan.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ lib, pkgs, ... }: { name = "ollama-vulkan"; meta.maintainers = with lib.maintainers; [ abysssol ]; @@ -7,7 +7,7 @@ { ... }: { services.ollama.enable = true; - services.ollama.acceleration = "vulkan"; + services.ollama.package = pkgs.ollama-vulkan; }; testScript = '' From ed221f72dbd5cd46e3a1dc4085d0485bb4dbfebb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 29 Nov 2025 08:00:51 +0000 Subject: [PATCH 07/39] re-isearch: 2.20220925.4.0a-unstable-2025-11-18 -> 2.20220925.4.0a-unstable-2025-11-27 --- pkgs/by-name/re/re-isearch/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/re/re-isearch/package.nix b/pkgs/by-name/re/re-isearch/package.nix index 9617d416b26b..df58a6e17820 100644 --- a/pkgs/by-name/re/re-isearch/package.nix +++ b/pkgs/by-name/re/re-isearch/package.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation { pname = "re-Isearch"; - version = "2.20220925.4.0a-unstable-2025-11-18"; + version = "2.20220925.4.0a-unstable-2025-11-27"; src = fetchFromGitHub { owner = "re-Isearch"; repo = "re-Isearch"; - rev = "70d28aef0ea767e67a949774d7910b9337ec3ca7"; - hash = "sha256-10MXa+28sOWCDq7sKfZJqibVUOy4QS2ldc/6fsLvGQQ="; + rev = "e782ece4acc1f0011eaca16c099868839d903dc8"; + hash = "sha256-PZnRikX2G815tZAnyKaQXr7+yzazjakQEXjoVMTF55Q="; }; patches = [ From 01ab58d05deb7d63748f6d421122ffe49d29e142 Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Sun, 30 Nov 2025 02:22:46 +0200 Subject: [PATCH 08/39] writers: remove very old aliases --- pkgs/build-support/writers/aliases.nix | 33 -------------------------- pkgs/build-support/writers/default.nix | 10 ++------ 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 pkgs/build-support/writers/aliases.nix diff --git a/pkgs/build-support/writers/aliases.nix b/pkgs/build-support/writers/aliases.nix deleted file mode 100644 index cf369a34b828..000000000000 --- a/pkgs/build-support/writers/aliases.nix +++ /dev/null @@ -1,33 +0,0 @@ -lib: prev: - -let - # Removing recurseForDerivation prevents derivations of aliased attribute - # set to appear while listing all the packages available. - removeRecurseForDerivations = - alias: - if alias.recurseForDerivations or false then - lib.removeAttrs alias [ "recurseForDerivations" ] - else - alias; - - # Disabling distribution prevents top-level aliases for non-recursed package - # sets from building on Hydra. - removeDistribute = alias: if lib.isDerivation alias then lib.dontDistribute alias else alias; - - # Make sure that we are not shadowing something from - # writers. - checkInPkgs = - n: alias: if builtins.hasAttr n prev then throw "Alias ${n} is still in writers" else alias; - - mapAliases = - aliases: - lib.mapAttrs ( - n: alias: removeDistribute (removeRecurseForDerivations (checkInPkgs n alias)) - ) aliases; - -in -mapAliases { - # Cleanup before 22.05, Added 2021-12-11 - writePython2 = "Python 2 is EOL and the use of writers.writePython2 is deprecated."; - writePython2Bin = "Python 2 is EOL and the use of writers.writePython2Bin is deprecated."; -} diff --git a/pkgs/build-support/writers/default.nix b/pkgs/build-support/writers/default.nix index ad2be96f4b0b..46423a060540 100644 --- a/pkgs/build-support/writers/default.nix +++ b/pkgs/build-support/writers/default.nix @@ -1,13 +1,7 @@ -{ - config, - lib, - callPackages, -}: +{ callPackages }: # If you are reading this, you can test these writers by running: nix-build . -A tests.writers let - aliases = if config.allowAliases then (import ./aliases.nix lib) else prev: { }; - # Writers for JSON-like data structures dataWriters = callPackages ./data.nix { }; @@ -16,4 +10,4 @@ let writers = scriptWriters // dataWriters; in -writers // (aliases writers) +writers From aeea2cf596aa71c03281ef7fade69c1bc2107bf3 Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Sun, 30 Nov 2025 02:23:16 +0200 Subject: [PATCH 09/39] lua-modules: remove old throwing aliases --- .../interpreters/lua-5/default.nix | 7 --- pkgs/development/lua-modules/aliases.nix | 46 ------------------- 2 files changed, 53 deletions(-) delete mode 100644 pkgs/development/lua-modules/aliases.nix diff --git a/pkgs/development/interpreters/lua-5/default.nix b/pkgs/development/interpreters/lua-5/default.nix index 276b33c0defc..fd6ed6d800e1 100644 --- a/pkgs/development/interpreters/lua-5/default.nix +++ b/pkgs/development/interpreters/lua-5/default.nix @@ -1,11 +1,9 @@ # similar to interpreters/python/default.nix { stdenv, - config, lib, callPackage, fetchFromGitHub, - fetchurl, makeBinaryWrapper, }: @@ -62,12 +60,7 @@ let selfTargetTarget = luaOnTargetForTarget.pkgs or { }; }; - aliases = - final: prev: - lib.optionalAttrs config.allowAliases (import ../../lua-modules/aliases.nix lib final prev); - extensions = lib.composeManyExtensions [ - aliases generatedPackages overriddenPackages overrides diff --git a/pkgs/development/lua-modules/aliases.nix b/pkgs/development/lua-modules/aliases.nix deleted file mode 100644 index 5045f4ac165f..000000000000 --- a/pkgs/development/lua-modules/aliases.nix +++ /dev/null @@ -1,46 +0,0 @@ -lib: self: super: - -### Deprecated aliases - for backward compatibility -### -### !!! NOTE !!! -### Use `./remove-attr.py [attrname]` in this directory to remove your alias -### from the `luaPackages` set without regenerating the entire file. - -let - inherit (lib) - dontDistribute - hasAttr - isDerivation - mapAttrs - ; - - # Removing recurseForDerivation prevents derivations of aliased attribute - # set to appear while listing all the packages available. - removeRecurseForDerivations = - alias: - if alias.recurseForDerivations or false then - removeAttrs alias [ "recurseForDerivations" ] - else - alias; - - # Disabling distribution prevents top-level aliases for non-recursed package - # sets from building on Hydra. - removeDistribute = alias: if isDerivation alias then dontDistribute alias else alias; - - # Make sure that we are not shadowing something from node-packages.nix. - checkInPkgs = - n: alias: if hasAttr n super then throw "Alias ${n} is still in generated.nix" else alias; - - mapAliases = - aliases: - mapAttrs (n: alias: removeDistribute (removeRecurseForDerivations (checkInPkgs n alias))) aliases; -in - -mapAliases { - lpty = throw "lpy was removed because broken and unmaintained "; # added 2023-10-14 - cyrussasl = throw "cyrussasl was removed because broken and unmaintained "; # added 2023-10-18 - nlua-nvim = throw "nlua-nvim was removed, use neodev-nvim instead"; # added 2023-12-16 - nvim-client = throw "nvim-client was removed because it is now part of neovim"; # added 2023-12-17 - toml = throw "toml was removed because broken. You can use toml-edit instead"; # added 2024-06-25 - nvim-dbee = throw "nvim-dbee was removed because broken. You can use vimPlugins.nvim-dbee instead"; # added 2024-06-25 -} From b5983e7588fb7bc0eda51bd1837ec9a19ba6be05 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 30 Nov 2025 10:22:44 +0000 Subject: [PATCH 10/39] kcc: 9.3.1 -> 9.3.3 --- pkgs/by-name/kc/kcc/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/kc/kcc/package.nix b/pkgs/by-name/kc/kcc/package.nix index 416726ea89e5..fab5c48308d5 100644 --- a/pkgs/by-name/kc/kcc/package.nix +++ b/pkgs/by-name/kc/kcc/package.nix @@ -15,14 +15,14 @@ python3.pkgs.buildPythonApplication rec { pname = "kcc"; - version = "9.3.1"; + version = "9.3.3"; pyproject = true; src = fetchFromGitHub { owner = "ciromattia"; repo = "kcc"; tag = "v${version}"; - hash = "sha256-1qm8kKCYy3GE562EzDKepOaUJZr15o1ATQ9C+vwrDh0="; + hash = "sha256-ftS5umfaj6EQV81CuR6xGDrijuBe6ZiFOvBrNtD1Nxk="; }; nativeBuildInputs = [ From 31e0e38dc6b42a7237fef908a5bf55e4b9e11805 Mon Sep 17 00:00:00 2001 From: wrvsrx Date: Mon, 1 Dec 2025 12:47:34 +0800 Subject: [PATCH 11/39] xwayland-satellite: 0.7 -> 0.8 --- pkgs/by-name/xw/xwayland-satellite/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/xw/xwayland-satellite/package.nix b/pkgs/by-name/xw/xwayland-satellite/package.nix index 76deb44de602..98a31aff70d4 100644 --- a/pkgs/by-name/xw/xwayland-satellite/package.nix +++ b/pkgs/by-name/xw/xwayland-satellite/package.nix @@ -13,13 +13,13 @@ rustPlatform.buildRustPackage rec { pname = "xwayland-satellite"; - version = "0.7"; + version = "0.8"; src = fetchFromGitHub { owner = "Supreeeme"; repo = "xwayland-satellite"; tag = "v${version}"; - hash = "sha256-m+9tUfsmBeF2Gn4HWa6vSITZ4Gz1eA1F5Kh62B0N4oE="; + hash = "sha256-Qz1WvGdawnoz4dG3JtCtlParmdQHM5xu6osnXeVOqYI="; }; postPatch = '' @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec { --replace-fail '/usr/local/bin' "$out/bin" ''; - cargoHash = "sha256-2+qQSCyWOtOJ4fTVCHbvHYO+k4vxC2nbEOJMdjQZOgY="; + cargoHash = "sha256-HGrMjNIsUqh8AFtSABk615x4B9ygrVEn26V0G1kX/nA="; nativeBuildInputs = [ makeBinaryWrapper From 16577d0f2a20aecb64c0766a3b641a1fd3580158 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 1 Dec 2025 17:40:22 +0000 Subject: [PATCH 12/39] dexed: 0.9.9 -> 1.0.1 --- pkgs/by-name/de/dexed/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/de/dexed/package.nix b/pkgs/by-name/de/dexed/package.nix index faaac64563a6..3734ee0f27f3 100644 --- a/pkgs/by-name/de/dexed/package.nix +++ b/pkgs/by-name/de/dexed/package.nix @@ -17,14 +17,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "dexed"; - version = "0.9.9"; + version = "1.0.1"; src = fetchFromGitHub { owner = "asb2m10"; repo = "dexed"; tag = "v${finalAttrs.version}"; fetchSubmodules = true; - hash = "sha256-SPIcaFwx4uGx4Bc1EH1FTnAZ2BAno2h3iO0yhB3G71U="; + hash = "sha256-9EbaME3kw2ptCWpaV9CnM0j5HOof264s5iFoOTcjwNg="; }; postPatch = '' From 192c0ee9dcb7510314be24068f203f3458dc320d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 1 Dec 2025 22:15:58 +0100 Subject: [PATCH 13/39] zigbee2mqtt: 2.6.3 -> 2.7.0 https://github.com/Koenkk/zigbee2mqtt/releases/tag/2.7.0 --- pkgs/by-name/zi/zigbee2mqtt/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/zi/zigbee2mqtt/package.nix b/pkgs/by-name/zi/zigbee2mqtt/package.nix index 2c894ab0d819..81b177955f73 100644 --- a/pkgs/by-name/zi/zigbee2mqtt/package.nix +++ b/pkgs/by-name/zi/zigbee2mqtt/package.nix @@ -16,19 +16,19 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "zigbee2mqtt"; - version = "2.6.3"; + version = "2.7.0"; src = fetchFromGitHub { owner = "Koenkk"; repo = "zigbee2mqtt"; tag = finalAttrs.version; - hash = "sha256-50f5cSwrLiGfMeb3pqOc+599f0y8vG/7emQO1GLrO/4="; + hash = "sha256-s37nI4dTzyZHQ7SS9CtpysbGpYXbCkprJxzMEXIu9BE="; }; pnpmDeps = pnpm.fetchDeps { inherit (finalAttrs) pname version src; fetcherVersion = 1; - hash = "sha256-Z8wZX4kGvCG6uAwBxhtY8kFn7WPid8PuxPFjr95nE/I="; + hash = "sha256-dIN3obP//It1GoLfAdEeATWdObf9zfnkD0s1x8iQ8qo="; }; nativeBuildInputs = [ From 1618cca25424506b0a4d789006674bc662959077 Mon Sep 17 00:00:00 2001 From: Flokkq Date: Tue, 2 Dec 2025 10:21:26 +0100 Subject: [PATCH 14/39] maintainers: add flokkq Signed-off-by: Flokkq --- maintainers/maintainer-list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 54c6af756f33..db757298897c 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -8715,6 +8715,12 @@ githubId = 12560461; name = "Arne Keller"; }; + flokkq = { + email = "weberclemens07@gmail.com"; + github = "flokkq"; + githubId = 98653095; + name = "Clemens Weber"; + }; flokli = { email = "flokli@flokli.de"; github = "flokli"; From 05249f1184fc97638184bc93a1ff62031244d891 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 23 Oct 2025 15:03:50 +0000 Subject: [PATCH 15/39] phosh: 0.50.0 -> 0.51.0 --- pkgs/applications/window-managers/phosh/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/window-managers/phosh/default.nix b/pkgs/applications/window-managers/phosh/default.nix index 42ec0a5690cc..fb015508a49a 100644 --- a/pkgs/applications/window-managers/phosh/default.nix +++ b/pkgs/applications/window-managers/phosh/default.nix @@ -49,8 +49,8 @@ let group = "World"; owner = "Phosh"; repo = "libcall-ui"; - tag = "v0.1.4"; - hash = "sha256-6fiqdvagcMnvaZ9UxC05haBwObcsqwgJL/V03LuSMF8="; + tag = "v0.1.5"; + hash = "sha256-4lSTwSRZditK51N/4s3tmIOgffe5+WyKxVq2IGqWRn4="; }; # Derived from subprojects/gvc.wrap @@ -64,7 +64,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "phosh"; - version = "0.50.0"; + version = "0.51.0"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; @@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "Phosh"; repo = "phosh"; tag = "v${finalAttrs.version}"; - hash = "sha256-AvnMiLapHKSObz6x/fkLxqreksBkwLbcG6myj5xMuwc="; + hash = "sha256-bM1eKa5/aBjAHOFYyqjs6pLmr3R/WoK3590yGiLVNM4="; }; nativeBuildInputs = [ From 027c3c99a91c4d54a216bd39ed1a291185a46f02 Mon Sep 17 00:00:00 2001 From: Jared Baur Date: Tue, 2 Dec 2025 08:58:12 -0800 Subject: [PATCH 16/39] coredns: fix cross For some reason, go generate attempts to pull in the C compiler available in the environment. Setting CC to empty fixes the build when cross-compiling, since running the intermediate executables `go generate` creates would not work when using a C compiler build for the wrong architecture. --- pkgs/by-name/co/coredns/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/co/coredns/package.nix b/pkgs/by-name/co/coredns/package.nix index fe8733125926..449c0ee660d8 100644 --- a/pkgs/by-name/co/coredns/package.nix +++ b/pkgs/by-name/co/coredns/package.nix @@ -76,7 +76,7 @@ buildGoModule (finalAttrs: { } diff -u plugin.cfg.orig plugin.cfg || true for src in ${toString (attrsToSources externalPlugins)}; do go get $src; done - GOOS= GOARCH= go generate + CC= GOOS= GOARCH= go generate go mod tidy go mod vendor ''; @@ -90,7 +90,7 @@ buildGoModule (finalAttrs: { chmod -R u+w vendor mv -t . vendor/go.{mod,sum} vendor/plugin.cfg - GOOS= GOARCH= go generate + CC= GOOS= GOARCH= go generate ''; postPatch = '' From 48b82e1cd33840a13a6ab53652dbbf8ab9efedd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 2 Dec 2025 11:41:24 -0800 Subject: [PATCH 17/39] borgbackup: 1.4.2 -> 1.4.3 Diff: https://github.com/borgbackup/borg/compare/1.4.2...1.4.3 Changelog: https://github.com/borgbackup/borg/blob/refs/tags/1.4.3/docs/changes.rst --- pkgs/by-name/bo/borgbackup/package.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/bo/borgbackup/package.nix b/pkgs/by-name/bo/borgbackup/package.nix index ef6cc1615be3..a622d94fa9f1 100644 --- a/pkgs/by-name/bo/borgbackup/package.nix +++ b/pkgs/by-name/bo/borgbackup/package.nix @@ -21,14 +21,14 @@ let in python.pkgs.buildPythonApplication rec { pname = "borgbackup"; - version = "1.4.2"; + version = "1.4.3"; pyproject = true; src = fetchFromGitHub { owner = "borgbackup"; repo = "borg"; tag = version; - hash = "sha256-KoOulgOkMgnkN3I0Gw9z0YKZvqvPJ0A9sIAxRLOlchU="; + hash = "sha256-v42Mv2wz34w2VYu2mPT/K7VtGSYsUDr+NUM99AzpSB0="; }; postPatch = '' @@ -142,8 +142,6 @@ python.pkgs.buildPythonApplication rec { "man" ]; - disabled = python.pythonOlder "3.9"; - passthru.updateScript = nix-update-script { # Only match tags formatted as x.y.z (e.g., 1.2.3) extraArgs = [ From 4ed4b3cff61277d38c1d56c490bcb0c1f0ead9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 2 Dec 2025 11:45:14 -0800 Subject: [PATCH 18/39] borgbackup: run versionCheckHook --- pkgs/by-name/bo/borgbackup/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/bo/borgbackup/package.nix b/pkgs/by-name/bo/borgbackup/package.nix index a622d94fa9f1..035a28d2f0c6 100644 --- a/pkgs/by-name/bo/borgbackup/package.nix +++ b/pkgs/by-name/bo/borgbackup/package.nix @@ -14,6 +14,7 @@ installShellFiles, nixosTests, nix-update-script, + versionCheckHook, }: let @@ -99,6 +100,7 @@ python.pkgs.buildPythonApplication rec { pytest-benchmark pytest-xdist pytestCheckHook + versionCheckHook ]; pytestFlags = [ From 0daf5783734639a5e350ed2dc7afabca8194561e Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Tue, 2 Dec 2025 16:49:21 -0800 Subject: [PATCH 19/39] sentencepiece: mark as broken on Darwin (can remove after 0.2.1 release) --- pkgs/by-name/se/sentencepiece/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/se/sentencepiece/package.nix b/pkgs/by-name/se/sentencepiece/package.nix index 5963ae9582a9..7ee04afe12c1 100644 --- a/pkgs/by-name/se/sentencepiece/package.nix +++ b/pkgs/by-name/se/sentencepiece/package.nix @@ -42,5 +42,8 @@ stdenv.mkDerivation rec { license = licenses.asl20; platforms = platforms.unix; maintainers = with maintainers; [ pashashocky ]; + # sentencepiece 0.2.1 segfaults on darwin when instantiated + # See https://github.com/NixOS/nixpkgs/issues/466092 + badPlatforms = [ lib.systems.inspect.patterns.isDarwin ]; }; } From ad235608c9c6c48669514ae9f31348de43d2337c Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 3 Dec 2025 16:02:25 +0900 Subject: [PATCH 20/39] rumdl: disable checkPhase on Darwin --- pkgs/by-name/ru/rumdl/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ru/rumdl/package.nix b/pkgs/by-name/ru/rumdl/package.nix index ed72f591f187..833c994a5ff1 100644 --- a/pkgs/by-name/ru/rumdl/package.nix +++ b/pkgs/by-name/ru/rumdl/package.nix @@ -2,6 +2,7 @@ lib, fetchFromGitHub, rustPlatform, + stdenvNoCC, versionCheckHook, nix-update-script, }: @@ -23,7 +24,9 @@ rustPlatform.buildRustPackage (finalAttrs: { "--bin=rumdl" ]; - __darwinAllowLocalNetworking = true; # required for LSP tests + # Non-specific tests often fail on Darwin (especially aarch64-darwin), + # on both Hydra and GitHub-hosted runners, even with __darwinAllowLocalNetworking enabled. + doCheck = !stdenvNoCC.hostPlatform.isDarwin; useNextest = true; From 59ea68155d3fb2a900dce66e618b031dd2101a2c Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 3 Dec 2025 10:22:11 +0100 Subject: [PATCH 21/39] ifstate: 2.2.1 -> 2.2.2 --- pkgs/by-name/if/ifstate/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/if/ifstate/package.nix b/pkgs/by-name/if/ifstate/package.nix index 5d205e148af7..e030cca79e49 100644 --- a/pkgs/by-name/if/ifstate/package.nix +++ b/pkgs/by-name/if/ifstate/package.nix @@ -13,13 +13,13 @@ }: let - version = "2.2.1"; + version = "2.2.2"; src = fetchFromGitea { domain = "codeberg.org"; owner = "liske"; repo = "ifstate"; tag = version; - hash = "sha256-L79DZbkf+Yob1kfIKvHeUEvPfSbWfS0TTP0UYlkLzjI="; + hash = "sha256-p96wyvKDTckdUnPpZB2LS/c/d2OJA7iE+iH2QtvpVy4="; }; docs = stdenv.mkDerivation { pname = "ifstate-docs"; From ac253183c139f17b6f5a6ad5c72dd7f52e5c16f5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Dec 2025 09:41:03 +0000 Subject: [PATCH 22/39] candy-icons: 0-unstable-2025-11-01 -> 0-unstable-2025-11-28 --- pkgs/by-name/ca/candy-icons/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ca/candy-icons/package.nix b/pkgs/by-name/ca/candy-icons/package.nix index 9ea760afb4e4..6600cda39192 100644 --- a/pkgs/by-name/ca/candy-icons/package.nix +++ b/pkgs/by-name/ca/candy-icons/package.nix @@ -8,13 +8,13 @@ stdenvNoCC.mkDerivation { pname = "candy-icons"; - version = "0-unstable-2025-11-01"; + version = "0-unstable-2025-11-28"; src = fetchFromGitHub { owner = "EliverLara"; repo = "candy-icons"; - rev = "1be42f22a36813b8b992f37c1ce56d886a4f97cf"; - hash = "sha256-suQ2yvKsMbm0a4Qg9D3THMa1gCpZSlOF0plD0H8vYy8="; + rev = "ce1f1910da26b4112a0f5da72f7a8b3b72d09517"; + hash = "sha256-140FecsYY5/iweA+Ck9Wd5BRkSbL1TyEzzhgCPGoPQY="; }; nativeBuildInputs = [ gtk3 ]; From 1df1abd6feb434670d645d456710ddc599499a32 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Dec 2025 10:13:20 +0000 Subject: [PATCH 23/39] ocm: 1.0.9 -> 1.0.10 --- pkgs/by-name/oc/ocm/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/oc/ocm/package.nix b/pkgs/by-name/oc/ocm/package.nix index e914d800f971..e3af61062994 100644 --- a/pkgs/by-name/oc/ocm/package.nix +++ b/pkgs/by-name/oc/ocm/package.nix @@ -10,13 +10,13 @@ buildGoModule rec { pname = "ocm"; - version = "1.0.9"; + version = "1.0.10"; src = fetchFromGitHub { owner = "openshift-online"; repo = "ocm-cli"; rev = "v${version}"; - sha256 = "sha256-hj91qHj88YW0vKhwhuDZB91u63sJ3VrxfcJwbxgIzWg="; + sha256 = "sha256-tY7THl1mv9XTL6KVO1/lvZpcNimk3M8pmCbXoH0oet0="; }; vendorHash = "sha256-GOdRYVnFPS1ovFmU+9MEnwTNg1sa9/25AjzbcbBJrQ0="; From ebe1278f50b0486b517e7a5347d7ef8b531eddde Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Dec 2025 01:42:04 +0000 Subject: [PATCH 24/39] nextvi: 2.3 -> 2.4 --- pkgs/by-name/ne/nextvi/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ne/nextvi/package.nix b/pkgs/by-name/ne/nextvi/package.nix index dde947dce87e..45d5c4c11912 100644 --- a/pkgs/by-name/ne/nextvi/package.nix +++ b/pkgs/by-name/ne/nextvi/package.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "nextvi"; - version = "2.3"; + version = "2.4"; src = fetchFromGitHub { owner = "kyx0r"; repo = "nextvi"; tag = finalAttrs.version; - hash = "sha256-1bo2Cqa+d16yNQPFAYejHP838KX/sK33yxJO31o7cAc="; + hash = "sha256-rof0q498RzrE+v9iSwry6FF1SX8LWpvHt9hWfLXiuY0="; }; nativeBuildInputs = [ installShellFiles ]; From 8c61f12343bbba4c525b413e062f1c91e9d6499a Mon Sep 17 00:00:00 2001 From: Alexandre Badez Date: Wed, 3 Dec 2025 11:41:55 +0100 Subject: [PATCH 25/39] google-cloud-sdk: 537.0.0 -> 548.0.0 --- .../go/google-cloud-sdk/components.json | 880 +++++++++--------- pkgs/by-name/go/google-cloud-sdk/data.nix | 22 +- 2 files changed, 451 insertions(+), 451 deletions(-) diff --git a/pkgs/by-name/go/google-cloud-sdk/components.json b/pkgs/by-name/go/google-cloud-sdk/components.json index 3541c5d72d88..17293c8cd515 100644 --- a/pkgs/by-name/go/google-cloud-sdk/components.json +++ b/pkgs/by-name/go/google-cloud-sdk/components.json @@ -5,7 +5,7 @@ "checksum": "5a65179c291bc480696ca323d2f8c4874985458303eff8f233e16cdca4e88e6f", "contents_checksum": "038c999c7a7d70d5133eab7dc5868c4c3d0358431dad250f9833306af63016c8", "size": 800, - "source": "components/google-cloud-sdk-alpha-20250829143545.tar.gz", + "source": "components/google-cloud-sdk-alpha-20251117224618.tar.gz", "type": "tar" }, "dependencies": [ @@ -23,8 +23,8 @@ "platform": {}, "platform_required": false, "version": { - "build_number": 20250829143545, - "version_string": "2025.08.29" + "build_number": 20251117224618, + "version_string": "2025.11.17" } }, { @@ -1050,10 +1050,10 @@ }, { "data": { - "checksum": "46e54abbdd57d1571acd3101fac6040d897a2fffdd682e234db224acb014b6eb", - "contents_checksum": "08b1be7a13bbcb5284175730e0fe34a0eca687099eeb3d51d0eaf595b63fb363", - "size": 143701645, - "source": "components/google-cloud-sdk-app-engine-java-20250711193911.tar.gz", + "checksum": "55ad5ddca0be7c9e0d9f571894199e709c707b1613c3ec28618921a9ab9a4ad0", + "contents_checksum": "a15adb0ef2509f0a8e9f8f92ade2f4d16884efe7e5152b98fe243fec58784b46", + "size": 245073556, + "source": "components/google-cloud-sdk-app-engine-java-20251117224618.tar.gz", "type": "tar" }, "dependencies": [ @@ -1072,8 +1072,8 @@ "platform": {}, "platform_required": false, "version": { - "build_number": 20250711193911, - "version_string": "2.0.38" + "build_number": 20251117224618, + "version_string": "3.0.2" } }, { @@ -1138,7 +1138,7 @@ "checksum": "707d412854a14450b4fddee199d258e75946fe51b44eb2980c8cd7e274c15760", "contents_checksum": "0b4e9d8e6394dc841aece07ca4da91920a460cbd7ec22495be4a2b4f46635b4d", "size": 797, - "source": "components/google-cloud-sdk-beta-20250829143545.tar.gz", + "source": "components/google-cloud-sdk-beta-20251117224618.tar.gz", "type": "tar" }, "dependencies": [ @@ -1156,8 +1156,8 @@ "platform": {}, "platform_required": false, "version": { - "build_number": 20250829143545, - "version_string": "2025.08.29" + "build_number": 20251117224618, + "version_string": "2025.11.17" } }, { @@ -1481,10 +1481,10 @@ }, { "data": { - "checksum": "ddb27167afd5c4ed44db8492b6778ab982fb961089f816ca061c7b398aba1a46", - "contents_checksum": "37acbc41ff49a6f6cdd589b038c16cee5d02eb349af440c30284dd7f5533e920", - "size": 1856368, - "source": "components/google-cloud-sdk-bq-20250829143545.tar.gz", + "checksum": "76e66718dfcca1650a90391ca163f973c418a9ab006b49f7d5b69f997c32b1dc", + "contents_checksum": "424a17088dda3279e7dcd3c5b2b936e86c1a357daa6e831441e5480b11f035fe", + "size": 1911793, + "source": "components/google-cloud-sdk-bq-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -1504,16 +1504,16 @@ "platform": {}, "platform_required": false, "version": { - "build_number": 20250829143545, - "version_string": "2.1.22" + "build_number": 20251024121634, + "version_string": "2.1.25" } }, { "data": { - "checksum": "60d1fbaaa242cdb5a1720a64847e22f2b56e12203520baa7fb0c8267d9013f49", - "contents_checksum": "0a2bf62530849e8882a1cf4c7699078f44e1ca965c2dd9d90d18d3452d1d8d1b", - "size": 1935, - "source": "components/google-cloud-sdk-bq-nix-20250523104322.tar.gz", + "checksum": "119851c03302a7a253d076125a7b26c2c4a660001f350d3987a0a18ec1a25d5f", + "contents_checksum": "239d13b0bd2ce8c978287c3a07407946f459b829fda560a93665230e0b6f7338", + "size": 1932, + "source": "components/google-cloud-sdk-bq-nix-20251031202127.tar.gz", "type": "tar" }, "dependencies": [ @@ -1539,16 +1539,16 @@ }, "platform_required": false, "version": { - "build_number": 20250523104322, - "version_string": "2.1.17" + "build_number": 20251031202127, + "version_string": "2.1.25" } }, { "data": { - "checksum": "f25dcf6a4c7c543d02f481cb3c2214121411ac360d2e40d216829527b989baf8", - "contents_checksum": "d076d76898f42e3cf0cd34135b0af8dd0ae8eb5e73f5aa99d1bf0c3a35206247", - "size": 4020, - "source": "components/google-cloud-sdk-bq-win-20250523104322.tar.gz", + "checksum": "75f3592cf7fed57de06ede3989b89d381238863089b6ec1ef9d2efa44e692e37", + "contents_checksum": "abb474420cf1edac102c46ac1f8e56e14423512b89b2302274680fc67a41332f", + "size": 4016, + "source": "components/google-cloud-sdk-bq-win-20251031202127.tar.gz", "type": "tar" }, "dependencies": [ @@ -1571,8 +1571,8 @@ }, "platform_required": false, "version": { - "build_number": 20250523104322, - "version_string": "2.1.17" + "build_number": 20251031202127, + "version_string": "2.1.25" } }, { @@ -1582,8 +1582,8 @@ "core" ], "details": { - "description": "Provides stand-alone Python 3.12 install.", - "display_name": "Bundled Python 3.12" + "description": "Provides stand-alone Python 3.13 install.", + "display_name": "Bundled Python 3.13" }, "gdu_only": false, "id": "bundled-python3", @@ -1602,7 +1602,7 @@ "platform_required": false, "version": { "build_number": 0, - "version_string": "3.12.10" + "version_string": "3.13.8" } }, { @@ -1611,8 +1611,8 @@ "core" ], "details": { - "description": "Provides stand-alone Python 3.12.9 installation for UNIX.", - "display_name": "Bundled Python 3.12" + "description": "Provides stand-alone Python 3.13.7 installation for UNIX.", + "display_name": "Bundled Python 3.13" }, "gdu_only": false, "id": "bundled-python3-unix", @@ -1630,15 +1630,15 @@ "platform_required": false, "version": { "build_number": 0, - "version_string": "3.12.9" + "version_string": "3.13.7" } }, { "data": { - "checksum": "e4cf440e5b04362165b35190075dc3cfa09d5f4193eaf5002743695fb4d60e6c", - "contents_checksum": "4de425f34c44ba66a36a5973cb9d1b5dee1979bfb541fb3d5530197dba6f7f4e", - "size": 93610468, - "source": "components/google-cloud-sdk-bundled-python3-unix-linux-x86_64-20250502143716.tar.gz", + "checksum": "6120960471e1dbc378026ce4172d5ad010866c5b14a2223029e034dcb6c09358", + "contents_checksum": "d0852ae9c13c02d847b10c392fab52a8d9630a0d1a1590e84f01b20d1b93571d", + "size": 145334617, + "source": "components/google-cloud-sdk-bundled-python3-unix-linux-x86_64-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -1646,8 +1646,8 @@ "core" ], "details": { - "description": "Provides stand-alone Python 3.12.9 installation for UNIX.", - "display_name": "Bundled Python 3.12 (Platform Specific)" + "description": "Provides stand-alone Python 3.13.7 installation for UNIX.", + "display_name": "Bundled Python 3.13 (Platform Specific)" }, "gdu_only": false, "id": "bundled-python3-unix-linux-x86_64", @@ -1664,16 +1664,16 @@ }, "platform_required": false, "version": { - "build_number": 20250502143716, - "version_string": "3.12.9" + "build_number": 20251107144733, + "version_string": "3.13.7" } }, { "data": { - "checksum": "8847c7c93d5ebadc114622563abff1b4d1b5e836d394836f31185ee1f4338531", - "contents_checksum": "4d7197b9f354cf257448c0cb3dce00e532d693d424018152f7e5f71e89cfdefa", - "size": 19948672, - "source": "components/google-cloud-sdk-bundled-python3-windows-x86-20250718154810.tar.gz", + "checksum": "bacb23b5100aec6e235a6681e66de846c5531a9713603fb4ce514df22e3401d2", + "contents_checksum": "1b5833e1596260cd5f452d93e2510b016ed4b89a6c449176796681c8724e720d", + "size": 20224300, + "source": "components/google-cloud-sdk-bundled-python3-windows-x86-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -1681,8 +1681,8 @@ "core" ], "details": { - "description": "Provides stand-alone Python 3.12 install.", - "display_name": "Bundled Python 3.12 (Platform Specific)" + "description": "Provides stand-alone Python 3.13 install.", + "display_name": "Bundled Python 3.13 (Platform Specific)" }, "gdu_only": false, "id": "bundled-python3-windows-x86", @@ -1699,16 +1699,16 @@ }, "platform_required": false, "version": { - "build_number": 20250718154810, - "version_string": "3.12.10" + "build_number": 20251107144733, + "version_string": "3.13.8" } }, { "data": { - "checksum": "773dbb1945a6686521f4852b0cef8958bc02e7f8847fb278a571a0a7e3128c2c", - "contents_checksum": "c7a19db17deecec147b5acdf3ba418c8f2fe3840d4674e57a4b2a246a3d5a2f3", - "size": 22268162, - "source": "components/google-cloud-sdk-bundled-python3-windows-x86_64-20250718154810.tar.gz", + "checksum": "4732ee64d11ebe9ca8ce62c92b90e6b5a09d16334076861dfcf3cee6fc6352a2", + "contents_checksum": "6a342481c37bea9d0c4f44565281031440467d687304f96e7237c2ac841d17c1", + "size": 22671865, + "source": "components/google-cloud-sdk-bundled-python3-windows-x86_64-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -1716,8 +1716,8 @@ "core" ], "details": { - "description": "Provides stand-alone Python 3.12 install.", - "display_name": "Bundled Python 3.12 (Platform Specific)" + "description": "Provides stand-alone Python 3.13 install.", + "display_name": "Bundled Python 3.13 (Platform Specific)" }, "gdu_only": false, "id": "bundled-python3-windows-x86_64", @@ -1734,8 +1734,8 @@ }, "platform_required": false, "version": { - "build_number": 20250718154810, - "version_string": "3.12.10" + "build_number": 20251107144733, + "version_string": "3.13.8" } }, { @@ -2210,10 +2210,10 @@ }, { "data": { - "checksum": "ebf8c29adcb8254443c90fa3e9c12243f1dcb81bc181b3fce7fd8ee5ad18ab92", - "contents_checksum": "356d405a66225d17cb9f89d5e74ef6764ac7e44c723c3e712d3b89ffe853ba0b", - "size": 56206011, - "source": "components/google-cloud-sdk-cloud-firestore-emulator-20250808155822.tar.gz", + "checksum": "6c6bd30603e61a3b328b61b8bffd76583405b50145ae049d7786cf18d988f4ba", + "contents_checksum": "8637a7b08e378b7cd2d34af696fb94e1313d5ae5181888a20e30194a8a904a18", + "size": 56914837, + "source": "components/google-cloud-sdk-cloud-firestore-emulator-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -2231,8 +2231,8 @@ "platform": {}, "platform_required": false, "version": { - "build_number": 20250808155822, - "version_string": "1.20.1" + "build_number": 20250929142209, + "version_string": "1.20.2" } }, { @@ -2536,15 +2536,15 @@ "platform_required": false, "version": { "build_number": 0, - "version_string": "2.18.1" + "version_string": "2.19.0" } }, { "data": { - "checksum": "3c9c41cde82fea6de58a93c56bf0bf71b3503dd1c13568d6c0d7220ffa0c6886", - "contents_checksum": "3b0cb45e3835b4d8910a40b073950638c88250674e9832c9841974d8394f0c4b", - "size": 15594567, - "source": "components/google-cloud-sdk-cloud-sql-proxy-darwin-arm-20250822133333.tar.gz", + "checksum": "f13e089f19906bf8c31d2feb7ece3c736445ff21ea57b640251d268012eed172", + "contents_checksum": "ede9ec54de5d2d11595c37b76ae1e87f195e2ae54b31a76c448cd89577794b59", + "size": 15446507, + "source": "components/google-cloud-sdk-cloud-sql-proxy-darwin-arm-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -2569,16 +2569,16 @@ }, "platform_required": false, "version": { - "build_number": 20250822133333, - "version_string": "2.18.1" + "build_number": 20251107144733, + "version_string": "2.19.0" } }, { "data": { - "checksum": "1f79ccec947b934cbf245ad8b4a0d6d6235c398f167c6356d5cda7577524af80", - "contents_checksum": "39914a2bbc0666b3c069918911fc03c8f5b1c1616f9a42a880b554ac1c5bbdfb", - "size": 16373545, - "source": "components/google-cloud-sdk-cloud-sql-proxy-darwin-x86_64-20250822133333.tar.gz", + "checksum": "0c628deff84f7e7330186bd467ebe389800e11f375c94938104fd53d3aa79858", + "contents_checksum": "fb02b34ac5238057041354730ce2c4228c70432eacdf881c4978ad4f765e21a0", + "size": 16209590, + "source": "components/google-cloud-sdk-cloud-sql-proxy-darwin-x86_64-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -2603,16 +2603,16 @@ }, "platform_required": false, "version": { - "build_number": 20250822133333, - "version_string": "2.18.1" + "build_number": 20251107144733, + "version_string": "2.19.0" } }, { "data": { - "checksum": "8dbeaadde08b2443cb7c0d18ffbff682dbfabfee2ce9dbe35379b63bb4bb9103", - "contents_checksum": "2fe41f9c8aabe2a194b44df6dd02b3511dc3c7c83618e345495a4504a9063445", - "size": 15370203, - "source": "components/google-cloud-sdk-cloud-sql-proxy-linux-arm-20250822133333.tar.gz", + "checksum": "120bc22776ea726d2a6431ccfc6e65752688d0ca4f713472240fcb434d79b1a4", + "contents_checksum": "eb88c2d5070915ba38d561ef6b145e026100e6b9542274a4c44ab19ad261f4d2", + "size": 15211552, + "source": "components/google-cloud-sdk-cloud-sql-proxy-linux-arm-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -2637,16 +2637,16 @@ }, "platform_required": false, "version": { - "build_number": 20250822133333, - "version_string": "2.18.1" + "build_number": 20251107144733, + "version_string": "2.19.0" } }, { "data": { - "checksum": "bb2df6fc40ac5a2e14685fa9c10da5cc035d4efef8460020d93f66a95edc4548", - "contents_checksum": "d736231c99437689c385eb2b93ad5ce8a109e754dca5b97de4f3d463aebe70e6", - "size": 15556160, - "source": "components/google-cloud-sdk-cloud-sql-proxy-linux-x86-20250822133333.tar.gz", + "checksum": "92bf10a9a2a3fbf2dbb34649f33ebc7cbde55198332bfaae6089b4082a86fcd0", + "contents_checksum": "1721da0f538ae8c50099e6fc5f4dabdc4fdffa53db5e35ff568c7108f2e124a0", + "size": 15409221, + "source": "components/google-cloud-sdk-cloud-sql-proxy-linux-x86-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -2671,16 +2671,16 @@ }, "platform_required": false, "version": { - "build_number": 20250822133333, - "version_string": "2.18.1" + "build_number": 20251107144733, + "version_string": "2.19.0" } }, { "data": { - "checksum": "f00598644adc93f562c9d1c37e1da52b0c459a5626baacec8d396138c5f094eb", - "contents_checksum": "12c0b67babb62155c819e600fd808f4ed0a90fda1912a7dd4961b2c69b8b2a23", - "size": 16463005, - "source": "components/google-cloud-sdk-cloud-sql-proxy-linux-x86_64-20250822133333.tar.gz", + "checksum": "cf26370dec58ea6374f9cc85de474182ef599c64f8c6a551ae91d037a631e6a1", + "contents_checksum": "ceb335812013a11f9f6d37ef5921d9410d80e20b952a574130104ec381368acc", + "size": 16292146, + "source": "components/google-cloud-sdk-cloud-sql-proxy-linux-x86_64-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -2705,16 +2705,16 @@ }, "platform_required": false, "version": { - "build_number": 20250822133333, - "version_string": "2.18.1" + "build_number": 20251107144733, + "version_string": "2.19.0" } }, { "data": { - "checksum": "06b3506b8554e54e1c4450092a7517ccd95f0e0b3b40542258055cdcfc51bfb8", - "contents_checksum": "d07fa3671e5950d3f5a2c434174b4fecfff5d35d984f085a8776da2c73a0ecd1", - "size": 15591813, - "source": "components/google-cloud-sdk-cloud-sql-proxy-windows-x86-20250822133333.tar.gz", + "checksum": "a96e0578c2d4051624bd84bee2b096139e1280218e89cd4489d8323e541ee7d7", + "contents_checksum": "8ffcec5e731b909ac9a3c4799e4d91aa8870a965d1b6a53c73f563a336c0ffbb", + "size": 15437731, + "source": "components/google-cloud-sdk-cloud-sql-proxy-windows-x86-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -2739,16 +2739,16 @@ }, "platform_required": false, "version": { - "build_number": 20250822133333, - "version_string": "2.18.1" + "build_number": 20251107144733, + "version_string": "2.19.0" } }, { "data": { - "checksum": "0390b44cf8620edcfc8e278c0565614a2d6dcd199bc1450db9d3a51e4db408de", - "contents_checksum": "bf70ee154e7336d53c6d40fe6a4d5bdc5c41c8e5fc3a8bf0353913d782b2be7c", - "size": 16323538, - "source": "components/google-cloud-sdk-cloud-sql-proxy-windows-x86_64-20250822133333.tar.gz", + "checksum": "a95c3e8f912e4e7486f96ca643d9f272d41fa7a144416f02a110c759e38d2ac0", + "contents_checksum": "512ea7b0e1f7265be8233dedb290e852cbf407ed79c509fa809afeacfc81d2db", + "size": 16151946, + "source": "components/google-cloud-sdk-cloud-sql-proxy-windows-x86_64-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -2773,8 +2773,8 @@ }, "platform_required": false, "version": { - "build_number": 20250822133333, - "version_string": "2.18.1" + "build_number": 20251107144733, + "version_string": "2.19.0" } }, { @@ -3083,15 +3083,15 @@ "platform_required": false, "version": { "build_number": 0, - "version_string": "1.132.1" + "version_string": "1.137.0" } }, { "data": { - "checksum": "b22f8c4736dd0d25d71460a9e372c8fa1fa7175447f3a56bdb999496e371bd96", - "contents_checksum": "7ef14591096cebacfc002204fab403431bf0433ddbefeeb1519e8141fa606757", - "size": 137066450, - "source": "components/google-cloud-sdk-config-connector-darwin-arm-20250718154810.tar.gz", + "checksum": "83a1c4edc7659cfbfb56d243ec086e3ba5d15aeffdbd6d9513caf5bc8afa0d05", + "contents_checksum": "fa9081d527a33c1269c1be1ccea034c2a800763daf9beef2e3ae400622450e25", + "size": 138856602, + "source": "components/google-cloud-sdk-config-connector-darwin-arm-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -3116,16 +3116,16 @@ }, "platform_required": false, "version": { - "build_number": 20250718154810, - "version_string": "1.132.1" + "build_number": 20251024121634, + "version_string": "1.137.0" } }, { "data": { - "checksum": "ff14205f4b19452a7aeb146012c16965bc1134057b7bed956c87ecaabb3ea46f", - "contents_checksum": "4a1f014730ded6fb849eca325565886c099abaf00c11016449ab69498bedfcc9", - "size": 142910144, - "source": "components/google-cloud-sdk-config-connector-darwin-x86_64-20250718154810.tar.gz", + "checksum": "8409b0582cea95b02c532ab836e8e7a20e920ecd2b9a5679cff7f9444f0f18c6", + "contents_checksum": "15e8af8f8799633d07a4f9156173096476985a7ba107202fa4a68ab78472f7d6", + "size": 144755349, + "source": "components/google-cloud-sdk-config-connector-darwin-x86_64-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -3150,16 +3150,16 @@ }, "platform_required": false, "version": { - "build_number": 20250718154810, - "version_string": "1.132.1" + "build_number": 20251024121634, + "version_string": "1.137.0" } }, { "data": { - "checksum": "4650f6f7bee55be7c658169d06cea930baad8ac887860afa972e0e8c5d8f7987", - "contents_checksum": "b7f71ec88eae09bb90ad79abdf54eac3472262d6fa36b5159c809603cb1dfac3", - "size": 131661682, - "source": "components/google-cloud-sdk-config-connector-linux-arm-20250718154810.tar.gz", + "checksum": "3ee7aba1c1346aa970d1b7f9229455a9253db11bc8d6ea74a1a795b58d63b77f", + "contents_checksum": "d14ef724ec2d962b26bd10a15e302e7485c2dc055b0a7ce8d4d7e41cd9563223", + "size": 133396187, + "source": "components/google-cloud-sdk-config-connector-linux-arm-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -3184,16 +3184,16 @@ }, "platform_required": false, "version": { - "build_number": 20250718154810, - "version_string": "1.132.1" + "build_number": 20251024121634, + "version_string": "1.137.0" } }, { "data": { - "checksum": "f3e9de0c32c3581be2b88a97f38a2c4f9218e8bd3e969527e5579f8c381060a1", - "contents_checksum": "dbd5e1ad338d74d593cddb3fb2d5334f650a1c208c7204b8a7af223e2bc837ec", - "size": 139721765, - "source": "components/google-cloud-sdk-config-connector-linux-x86_64-20250718154810.tar.gz", + "checksum": "035b33da21368e9656fc2336afaa8522cab9156bc7145ecb90078c75e0eb89a1", + "contents_checksum": "94bdd29121a93efc5ab241e3f98c103d2d59333fcc36647bafc851fcecbc7418", + "size": 141497798, + "source": "components/google-cloud-sdk-config-connector-linux-x86_64-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -3218,16 +3218,16 @@ }, "platform_required": false, "version": { - "build_number": 20250718154810, - "version_string": "1.132.1" + "build_number": 20251024121634, + "version_string": "1.137.0" } }, { "data": { - "checksum": "dfb99d694cb4cc3ee28e5960f4c149a8e3ee3b3df6c99f0b5f4be7c09edeb0b3", - "contents_checksum": "a0bb09b505bd2e2a599dcf0c8b845fe9775cf7b2a7b7cf3c791487456b7ea967", - "size": 140629660, - "source": "components/google-cloud-sdk-config-connector-windows-x86_64-20250718154810.tar.gz", + "checksum": "c782f68931857b53f7342ebc0322da7a74736bd16682a8c6eefa66d9ed12073d", + "contents_checksum": "9236d555e53de78003b2105319121cada9c76cffc3b045ab1a1bc4c652e77839", + "size": 142428274, + "source": "components/google-cloud-sdk-config-connector-windows-x86_64-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -3252,16 +3252,16 @@ }, "platform_required": false, "version": { - "build_number": 20250718154810, - "version_string": "1.132.1" + "build_number": 20251024121634, + "version_string": "1.137.0" } }, { "data": { - "checksum": "183e7b991bef28f996ddd4756fd6bbb1d4b016785784302086e51645f67de093", - "contents_checksum": "b95b229e401e5e5233ffa03527c6ff366d79937c54d318290dccc266343d54a3", - "size": 23364799, - "source": "components/google-cloud-sdk-core-20250829143545.tar.gz", + "checksum": "9d09a7f6038852a45225561e3b2486ab0c3a34d073039fe3ce62c396234ca1c2", + "contents_checksum": "65ef71b6099ced9dfcf6aeae595e9cffd53e039afaa6c0bfcd473d4bfc9dc391", + "size": 24425688, + "source": "components/google-cloud-sdk-core-20251117224618.tar.gz", "type": "tar" }, "dependencies": [ @@ -3283,16 +3283,16 @@ "platform": {}, "platform_required": false, "version": { - "build_number": 20250829143545, - "version_string": "2025.08.29" + "build_number": 20251117224618, + "version_string": "2025.11.17" } }, { "data": { - "checksum": "9e1b69acf123fd2a9a5bdf17f3a559e96db764b8c32b8d9eb6c949361c1ded2c", - "contents_checksum": "1805b5105daf70f8c67e22971c7826eccfcaa955b471294c74cdb15dabb10fc8", - "size": 2325, - "source": "components/google-cloud-sdk-core-nix-20250523104322.tar.gz", + "checksum": "9c9d98d4ee02c8b1e6f7a6987513ffef90e0cf39d5699a5b3d75089bbd29a553", + "contents_checksum": "03936b9be628bdb92a2c94609da221957750bc1c9e7b5ceeb9a531b57a8424ce", + "size": 2326, + "source": "components/google-cloud-sdk-core-nix-20251031202127.tar.gz", "type": "tar" }, "dependencies": [ @@ -3320,8 +3320,8 @@ }, "platform_required": false, "version": { - "build_number": 20250523104322, - "version_string": "2025.05.23" + "build_number": 20251031202127, + "version_string": "2025.10.31" } }, { @@ -3861,10 +3861,10 @@ }, { "data": { - "checksum": "483d331c202760130c0b1f3ea9bf15a478331a26100380a08a9fa4fed876082d", - "contents_checksum": "c7432be979ca4a3cc0ca3f9bf3c1bb1414092951b8192d7bd8c8061b244598d1", - "size": 1463587, - "source": "components/google-cloud-sdk-gcloud-crc32c-darwin-arm-20250613150750.tar.gz", + "checksum": "d3beb0d87a23018dc7683da30ffa87898a7f8307fe142b160f1897a01695a3c3", + "contents_checksum": "81916b45eaeacf3fbfe45ce1da0c26d97bdf6137fbf033ff9e3734b185ca4485", + "size": 1497012, + "source": "components/google-cloud-sdk-gcloud-crc32c-darwin-arm-20251031202127.tar.gz", "type": "tar" }, "dependencies": [ @@ -3889,16 +3889,16 @@ }, "platform_required": false, "version": { - "build_number": 20250613150750, + "build_number": 20251031202127, "version_string": "1.0.0" } }, { "data": { - "checksum": "3d3bee831b33e4f9fd46b6aea30a48d937b64c8236854562f9efe12f265b981a", - "contents_checksum": "d75b5df4174a338f9c44034ebe3b60f9044c36aec1b7251ea9d7ff5ef68246fb", - "size": 1529989, - "source": "components/google-cloud-sdk-gcloud-crc32c-darwin-x86_64-20250613150750.tar.gz", + "checksum": "ade5d190be0f0f5c5f1de57f254f03022d05e12ca98208dc6b4ce0526d2acc4b", + "contents_checksum": "92f7cc830a521e352622413f3d48b86668525c94821a6222b02627ca1e0c599e", + "size": 1571435, + "source": "components/google-cloud-sdk-gcloud-crc32c-darwin-x86_64-20251031202127.tar.gz", "type": "tar" }, "dependencies": [ @@ -3923,16 +3923,16 @@ }, "platform_required": false, "version": { - "build_number": 20250613150750, + "build_number": 20251031202127, "version_string": "1.0.0" } }, { "data": { - "checksum": "7b0d8376f7d3083bb68924148a48b7662e07a610bbfaf0dfde70a5ea889096f2", - "contents_checksum": "d48e9f45e899d7df87790256c6e36fdf490b9c021aef21f86864bab985c14bfd", - "size": 1435420, - "source": "components/google-cloud-sdk-gcloud-crc32c-linux-arm-20250613150750.tar.gz", + "checksum": "2eb1bd65d54568d84fdb334387c843615b6fe9dbae2353201ea4409678bfe5b2", + "contents_checksum": "b241b502d25d6fa55001fffb6b4f1cde071499afbb83f8dedf89a354a8c45b33", + "size": 1427713, + "source": "components/google-cloud-sdk-gcloud-crc32c-linux-arm-20251031202127.tar.gz", "type": "tar" }, "dependencies": [ @@ -3957,16 +3957,16 @@ }, "platform_required": false, "version": { - "build_number": 20250613150750, + "build_number": 20251031202127, "version_string": "1.0.0" } }, { "data": { - "checksum": "b9f3b0d5a96e15d6befd1a63000e388bbbc4d8be2bfd2f171267fe689dd0f059", - "contents_checksum": "ecc0a383e39d6830f98f7a8f03578e72d48e387de3616f22e93a80dece75d92a", - "size": 1449173, - "source": "components/google-cloud-sdk-gcloud-crc32c-linux-x86-20250613150750.tar.gz", + "checksum": "6b8a9b3f88dc05602e9861e03e2673de39fa7036348c0f725f67e1a063791277", + "contents_checksum": "c9558fa074a4952254cfbbd7efdd5cd02d4dc5d91f57f93a1ad937bba5bab4eb", + "size": 1474591, + "source": "components/google-cloud-sdk-gcloud-crc32c-linux-x86-20251031202127.tar.gz", "type": "tar" }, "dependencies": [ @@ -3991,16 +3991,16 @@ }, "platform_required": false, "version": { - "build_number": 20250613150750, + "build_number": 20251031202127, "version_string": "1.0.0" } }, { "data": { - "checksum": "b01bd3b2939f1fcff0ee7f5c0484bdc8abb9e91078bc1fd52f7eaecddb9d6b2f", - "contents_checksum": "266dfaaf7e1083085e27196f449ea63fbd0aa547665d17d8d248895d4b197301", - "size": 1525557, - "source": "components/google-cloud-sdk-gcloud-crc32c-linux-x86_64-20250613150750.tar.gz", + "checksum": "053cb93ab55025e927953255290b1f44f890206543ccaf27eea791bfdca839f2", + "contents_checksum": "cfd2ea28167abcf00fb1400b94f5f101de4cc79e14e6976be9dbf56af6f4d1a1", + "size": 1531280, + "source": "components/google-cloud-sdk-gcloud-crc32c-linux-x86_64-20251031202127.tar.gz", "type": "tar" }, "dependencies": [ @@ -4025,16 +4025,16 @@ }, "platform_required": false, "version": { - "build_number": 20250613150750, + "build_number": 20251031202127, "version_string": "1.0.0" } }, { "data": { - "checksum": "2323a4d299920851d1b56ab70d8332b5bb83fe4291c25a30641114f3c6ae47b7", - "contents_checksum": "a6d9cb2bbd9bff32e1ef0d4b9e33fd14d3457a2e68e0a655295cb08ed22af491", - "size": 1481232, - "source": "components/google-cloud-sdk-gcloud-crc32c-windows-x86-20250613150750.tar.gz", + "checksum": "40982f43d4433f82a6d0c0eb3ecae2f2a4a55b33a5e7caca938bd92908f64d12", + "contents_checksum": "ede923a5d32956498cf9fba7b8def1e9fbe0d80a7888b44fdd97e76446df9622", + "size": 1486788, + "source": "components/google-cloud-sdk-gcloud-crc32c-windows-x86-20251031202127.tar.gz", "type": "tar" }, "dependencies": [ @@ -4059,16 +4059,16 @@ }, "platform_required": false, "version": { - "build_number": 20250613150750, + "build_number": 20251031202127, "version_string": "1.0.0" } }, { "data": { - "checksum": "1e3f6823e717e7ce3ef3384efd15153847aecb24c5f167f072c6942b1949ffac", - "contents_checksum": "69ef70a70f9e6f01fa304c782c3f7367c678f44e47e5210315aa66b1903eb5d5", - "size": 1553467, - "source": "components/google-cloud-sdk-gcloud-crc32c-windows-x86_64-20250613150750.tar.gz", + "checksum": "4ce4c29445dbc1e010c4f84609123364a5dcdfccfdae61dd484d7cdd930ed96b", + "contents_checksum": "2e9c6221c5a3dd330787295b7ad67107f5c905bc43a6e8a76c03700aac29bab7", + "size": 1538789, + "source": "components/google-cloud-sdk-gcloud-crc32c-windows-x86_64-20251031202127.tar.gz", "type": "tar" }, "dependencies": [ @@ -4093,16 +4093,16 @@ }, "platform_required": false, "version": { - "build_number": 20250613150750, + "build_number": 20251031202127, "version_string": "1.0.0" } }, { "data": { - "checksum": "6b9765f6cd638fcece6475a52c61bd0641a8a3c65d625f841464d3e5a459bd32", - "contents_checksum": "3245cabc55bedc05cb13cb1a674abb7534ab1ecf6f1999fade047c748ce85975", - "size": 16902197, - "source": "components/google-cloud-sdk-gcloud-deps-20250418150427.tar.gz", + "checksum": "7567776d3924f5cf13bbf7e29e645249a4732db2f9d61484556374e9ed9c9b5f", + "contents_checksum": "b3c03ddd545fef26a38d709f717330041494e1167f96302b73b69b97078dffeb", + "size": 16873864, + "source": "components/google-cloud-sdk-gcloud-deps-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -4126,8 +4126,8 @@ "platform": {}, "platform_required": false, "version": { - "build_number": 20250418150427, - "version_string": "2025.04.18" + "build_number": 20251107144733, + "version_string": "2025.11.07" } }, { @@ -4370,10 +4370,10 @@ }, { "data": { - "checksum": "c547eece94ddf0319033bd9e8e514e8512aa2fa235a5d43e7714f8a87df5ee77", - "contents_checksum": "aa827e360c1691ee7000f5093471901d645aaab6507610e9beffe44ac75e8316", - "size": 8351830, - "source": "components/google-cloud-sdk-gcloud-man-pages-nix-20250829143545.tar.gz", + "checksum": "7db41d09ccaec3ec2c9d7972ec6bdf48d9b96ca334b01a8137fd0ab51e06c88c", + "contents_checksum": "3da8a2509cb55540c5bf96832b261dc973a2674e59be4ae87df767a7064c48cb", + "size": 8727295, + "source": "components/google-cloud-sdk-gcloud-man-pages-nix-20251117224618.tar.gz", "type": "tar" }, "dependencies": [ @@ -4399,7 +4399,7 @@ }, "platform_required": false, "version": { - "build_number": 20250829143545, + "build_number": 20251117224618, "version_string": "" } }, @@ -4709,10 +4709,10 @@ }, { "data": { - "checksum": "df66d977e2a4805bd9186c2beb952dc46908f7d61f3dc7ca49c8156816b5a519", - "contents_checksum": "ca0348a8fff5aafa134fa26ec07c00176576fa6d77ff36f91b61350e77259328", - "size": 1950, - "source": "components/google-cloud-sdk-gsutil-nix-20250523104322.tar.gz", + "checksum": "d42ddb5d29a028aaeaea9fe8b6fe6f653222ae0a21d2467681f62257a5a4154a", + "contents_checksum": "e93774d79da5cfd4b40a623ce538cd687d7e5697e21cae518d927f00051ae1d0", + "size": 1949, + "source": "components/google-cloud-sdk-gsutil-nix-20251031202127.tar.gz", "type": "tar" }, "dependencies": [ @@ -4738,16 +4738,16 @@ }, "platform_required": false, "version": { - "build_number": 20250523104322, - "version_string": "5.34" + "build_number": 20251031202127, + "version_string": "5.35" } }, { "data": { - "checksum": "322dab9e02b7830020c064ae6d22e0eaa613c89b7b1d1cb4cbef83378e071975", - "contents_checksum": "018c43b01757a32f6ca05f7fc332f07526e899b1e4f46ef8f79ba796d60076eb", + "checksum": "5e212c7b6ebb0ad6d5c710a657b11a48eb9f51f2f7794e0418ea7cb0c5851d01", + "contents_checksum": "fe9a8ea5a9d7d0ddba221c3469bcfd94c946e8076194df0ce30d7fa434ddbcd7", "size": 4070, - "source": "components/google-cloud-sdk-gsutil-win-20250523104322.tar.gz", + "source": "components/google-cloud-sdk-gsutil-win-20251031202127.tar.gz", "type": "tar" }, "dependencies": [ @@ -4770,8 +4770,8 @@ }, "platform_required": false, "version": { - "build_number": 20250523104322, - "version_string": "5.34" + "build_number": 20251031202127, + "version_string": "5.35" } }, { @@ -4803,15 +4803,15 @@ "platform_required": false, "version": { "build_number": 0, - "version_string": "1.20.851" + "version_string": "1.20.853" } }, { "data": { - "checksum": "41ec5fec7999dfa690e7f490ba898f38088d1d07a52f83241494163b233df800", - "contents_checksum": "0df072df194fca6c466838078a7ceb307c75b0239f7330fbd2725b0e08c9a1be", - "size": 27659333, - "source": "components/google-cloud-sdk-istioctl-darwin-arm-20250801150402.tar.gz", + "checksum": "21039eece28ff3f4a56d04f916645fc884be811d08c9290f0e54cb591d5ad629", + "contents_checksum": "9fa49618515f7ec9fed53bd65b07697a1049dd8b61a22ba34ba019b1650e5303", + "size": 27880622, + "source": "components/google-cloud-sdk-istioctl-darwin-arm-20251003162623.tar.gz", "type": "tar" }, "dependencies": [ @@ -4836,16 +4836,16 @@ }, "platform_required": false, "version": { - "build_number": 20250801150402, - "version_string": "1.20.851" + "build_number": 20251003162623, + "version_string": "1.20.853" } }, { "data": { - "checksum": "63618d99a0a9649a93f76aa47cec289934fe7df77f99920b4d3d70ba0c944ec4", - "contents_checksum": "a3baf0988370e9e75fed5b7900a85ca1cf819496029619d8474142647ba6d8f9", - "size": 29251240, - "source": "components/google-cloud-sdk-istioctl-darwin-x86_64-20250801150402.tar.gz", + "checksum": "6f24a54a14ada4c7ab224b8eafa6b03fcc93dadf2898162a41d9be6143059e27", + "contents_checksum": "8e834b89ffecb0df434473e6083ac77d489b04691bab98f27664e6bdc65b2cd6", + "size": 29489087, + "source": "components/google-cloud-sdk-istioctl-darwin-x86_64-20251003162623.tar.gz", "type": "tar" }, "dependencies": [ @@ -4870,16 +4870,16 @@ }, "platform_required": false, "version": { - "build_number": 20250801150402, - "version_string": "1.20.851" + "build_number": 20251003162623, + "version_string": "1.20.853" } }, { "data": { - "checksum": "a897cbfa885200ee3cf77dfa47dcb90b9dc2de1b6d51ca37472d62d2a2c3f179", - "contents_checksum": "407046938066f6ac74510281c00e934a2efa15072a5806c7767bc3ff90e95c17", - "size": 25824534, - "source": "components/google-cloud-sdk-istioctl-linux-arm-20250801150402.tar.gz", + "checksum": "41dce1163881e6beda93ef51cb5ca48e85e955253000b409d432037af680ac7b", + "contents_checksum": "6b2672274bc0ef4a99be7bf239d59fe42dc861d3f7b0c891e6e34c819f14acd1", + "size": 26035631, + "source": "components/google-cloud-sdk-istioctl-linux-arm-20251003162623.tar.gz", "type": "tar" }, "dependencies": [ @@ -4904,16 +4904,16 @@ }, "platform_required": false, "version": { - "build_number": 20250801150402, - "version_string": "1.20.851" + "build_number": 20251003162623, + "version_string": "1.20.853" } }, { "data": { - "checksum": "577a637648c56849e378444fc9e2dbde1a90725374bb68b30cde13e02a36b6bd", - "contents_checksum": "2c9b03ff136b58c69d68a958871686c1b1af49206119aef123c99165b72911ab", - "size": 28207683, - "source": "components/google-cloud-sdk-istioctl-linux-x86_64-20250801150402.tar.gz", + "checksum": "4be84b7055c663a2c56f890e38073b4bc3b09e6ad491d67d75f185b1d2ad2444", + "contents_checksum": "fa0b10b560827c90eb56d7303c6577ec465b1053de925955a0fe6c2d5c17c6bb", + "size": 28434453, + "source": "components/google-cloud-sdk-istioctl-linux-x86_64-20251003162623.tar.gz", "type": "tar" }, "dependencies": [ @@ -4938,8 +4938,8 @@ }, "platform_required": false, "version": { - "build_number": 20250801150402, - "version_string": "1.20.851" + "build_number": 20251003162623, + "version_string": "1.20.853" } }, { @@ -5146,10 +5146,10 @@ }, { "data": { - "checksum": "34365c0e580034ae506714c5aca963ab4eec01bd7f41efa3ba199460aeeb882d", - "contents_checksum": "ffabc6548f3e3493426cf0004533e785f39e4280a66cdc21ec8227881e9dc837", - "size": 110205280, - "source": "components/google-cloud-sdk-kubectl-darwin-arm-20250829143545.tar.gz", + "checksum": "e8cd2ccef9a6bf81655182de69b9e2434cd01cdf61d882bafe3db9bf6510053d", + "contents_checksum": "068088641d9f587a92acd17c6128497320d38c788de8e69fdd018763ce3f3a1e", + "size": 127085012, + "source": "components/google-cloud-sdk-kubectl-darwin-arm-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -5175,16 +5175,16 @@ }, "platform_required": true, "version": { - "build_number": 20250829143545, - "version_string": "1.33.4" + "build_number": 20250929142209, + "version_string": "1.33.5" } }, { "data": { - "checksum": "b162a6ff7817c8ab1daccff9d1ba2777b89cc19ef5ba3ec2798adf4b8aa6633e", - "contents_checksum": "e5f2698c892a6f85e8e8f04acc54b12a7ec4d426b15b85bcb852fb1c62468b25", - "size": 118098583, - "source": "components/google-cloud-sdk-kubectl-darwin-x86_64-20250829143545.tar.gz", + "checksum": "8bfa1f051bede30d8bcc17a0668c0e407abd4e4914e54e842d6ff05e9f34bb28", + "contents_checksum": "d16bae6d53a0a3221cdd4012041c747ad90a4c68b35309d07ed0cd626cfdd142", + "size": 136223021, + "source": "components/google-cloud-sdk-kubectl-darwin-x86_64-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -5210,16 +5210,16 @@ }, "platform_required": true, "version": { - "build_number": 20250829143545, - "version_string": "1.33.4" + "build_number": 20250929142209, + "version_string": "1.33.5" } }, { "data": { - "checksum": "6e289a12972baa3abca97a6ee696c0c95ab43c523056efe468543f8db9359414", - "contents_checksum": "715ec2b0bbb12566e796326faaeb6699450a2ed5dc4fab7112bd848f081f04be", - "size": 109683278, - "source": "components/google-cloud-sdk-kubectl-linux-arm-20250829143545.tar.gz", + "checksum": "7550e9a1cd868516c66b16074266beddcbbabe6b0396693168504534d167daff", + "contents_checksum": "e744b65b4dea14833207ce52297c4200ae8c2dc045a12b2fa1051eb208bd3e2d", + "size": 125767833, + "source": "components/google-cloud-sdk-kubectl-linux-arm-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -5245,16 +5245,16 @@ }, "platform_required": true, "version": { - "build_number": 20250829143545, - "version_string": "1.33.4" + "build_number": 20250929142209, + "version_string": "1.33.5" } }, { "data": { - "checksum": "30bb641aea2916c98b3612901677f3e6cc1848c304965086b6bd945d7e73be5e", - "contents_checksum": "fb542e67d19a45cabc63f8e41c029e8122a8c57a3d32f775bf844ea86807653f", - "size": 107065034, - "source": "components/google-cloud-sdk-kubectl-linux-x86-20250829143545.tar.gz", + "checksum": "56c8978a7e0dd7970a2fdb66087f217c53dad065acfbce9aa7e3082496e08513", + "contents_checksum": "599bb2b307841e8d75f36e44b89fc29e8507e241da8dc9655036b93f4d1d8611", + "size": 123566553, + "source": "components/google-cloud-sdk-kubectl-linux-x86-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -5280,16 +5280,16 @@ }, "platform_required": true, "version": { - "build_number": 20250829143545, - "version_string": "1.33.4" + "build_number": 20250929142209, + "version_string": "1.33.5" } }, { "data": { - "checksum": "b0c67b9bae937edb74da0aa9e77ec3369f1a50c2d1be2788bf6b0078cfd923ad", - "contents_checksum": "d040a24a73eeecb598803bfc3ae6c8b6458059a366cd7f7df8f6322d70efbbac", - "size": 115757628, - "source": "components/google-cloud-sdk-kubectl-linux-x86_64-20250829143545.tar.gz", + "checksum": "592046c07b10ea32f214e88ab34a45a76fe778c15e0f72fe1264da39c082488c", + "contents_checksum": "f5954aa200048227d28dcbf171883dd5429417460a0e0e1454b0b0aa0993fa18", + "size": 133526694, + "source": "components/google-cloud-sdk-kubectl-linux-x86_64-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -5315,8 +5315,8 @@ }, "platform_required": true, "version": { - "build_number": 20250829143545, - "version_string": "1.33.4" + "build_number": 20250929142209, + "version_string": "1.33.5" } }, { @@ -5525,10 +5525,10 @@ }, { "data": { - "checksum": "25ae884a4c13902b10d7107aac5352ea31cb94fef3616b4f6354955e96a9d535", - "contents_checksum": "8bb00fefc6a64e3f314e5df9149bc18ebfea88d189ddfc6033162e96159276f7", - "size": 112438836, - "source": "components/google-cloud-sdk-kubectl-windows-x86-20250829143545.tar.gz", + "checksum": "3f84e0d7b20310d824654f1748c8f46db84bccaa66a72a6dd4df6fcf6bb4d3d3", + "contents_checksum": "e54ef83dbb2d42bc1a32bd6c140d346ade0df79bc11da243cd0e1609e92b82ce", + "size": 129760224, + "source": "components/google-cloud-sdk-kubectl-windows-x86-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -5556,16 +5556,16 @@ }, "platform_required": true, "version": { - "build_number": 20250829143545, - "version_string": "1.33.4" + "build_number": 20250929142209, + "version_string": "1.33.5" } }, { "data": { - "checksum": "ecb8ad26317674f75dfc41fa685172e5a365c1be10a207a1308802a4a1ec443a", - "contents_checksum": "05ebf013282d3ade647cd75f2ef385e8b0cd37bf6021a85eb486c4bca12d96ae", - "size": 118866788, - "source": "components/google-cloud-sdk-kubectl-windows-x86_64-20250829143545.tar.gz", + "checksum": "be6b51ee6853faec93505403c8a501e5c9808f9bed1c0e5cd9e6b1bc4ae1c22a", + "contents_checksum": "8d1b93566c1a0926e04f4816f805f1a2423ae5997ef52c088a5a2b407ebebd77", + "size": 137113897, + "source": "components/google-cloud-sdk-kubectl-windows-x86_64-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -5593,8 +5593,8 @@ }, "platform_required": true, "version": { - "build_number": 20250829143545, - "version_string": "1.33.4" + "build_number": 20250929142209, + "version_string": "1.33.5" } }, { @@ -5794,15 +5794,15 @@ "platform_required": false, "version": { "build_number": 0, - "version_string": "1.6.2" + "version_string": "1.6.3" } }, { "data": { - "checksum": "51e28ab67a6352f93bd04c05dbd33334b9890836c14eff8f1f7a41ad7785711d", - "contents_checksum": "35a9eadd293ae5fba38aa61ea969c3e82c21177196c502b9c9b2260e1b4043af", - "size": 23493550, - "source": "components/google-cloud-sdk-local-extract-darwin-arm-20250221145621.tar.gz", + "checksum": "6d442c09341363e420964a19bff667a2c39a2c072ac0e7f840396eded7931b37", + "contents_checksum": "c8cbc203b4760a4dce9bddcc38d3829240b036bf53a01bfe7c6cd1ef141c854e", + "size": 38281209, + "source": "components/google-cloud-sdk-local-extract-darwin-arm-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -5827,16 +5827,16 @@ }, "platform_required": false, "version": { - "build_number": 20250221145621, - "version_string": "1.6.2" + "build_number": 20251107144733, + "version_string": "1.6.3" } }, { "data": { - "checksum": "81d82036c024afb16394ae5b58dcc125dd7816396232f1eecc585b3bce920eeb", - "contents_checksum": "358ae93eb9f5e8bd05ab501c9bfee402e1850a6ba5c99384fb6caca868b6d4d3", - "size": 25008774, - "source": "components/google-cloud-sdk-local-extract-darwin-x86_64-20250221145621.tar.gz", + "checksum": "de3a771357298c0bc307e84bdf4f1f1a7ec79b6e5ea234de9c285230d317b3b5", + "contents_checksum": "eb469a5b04842829b377f31b8fff67d9897f5e6d54016c82311f2ac89be728f6", + "size": 41131680, + "source": "components/google-cloud-sdk-local-extract-darwin-x86_64-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -5861,16 +5861,16 @@ }, "platform_required": false, "version": { - "build_number": 20250221145621, - "version_string": "1.6.2" + "build_number": 20251107144733, + "version_string": "1.6.3" } }, { "data": { - "checksum": "2db2e8d592ba1e9eb417c4803ae299a39038c485ab6f4d3fd4addcc58f088cc6", - "contents_checksum": "da35fdd6c353cd33b22aab2ec78bbbf17d51f7c3abdd539766df3e85d41264a7", - "size": 30573560, - "source": "components/google-cloud-sdk-local-extract-linux-arm-20250221145621.tar.gz", + "checksum": "10803632b465d6a4b25b28e6ef24870173a7e59ab86eaa5a1e9b5a296bebe91a", + "contents_checksum": "dae1b6cde7a74c352a625de77f4cef1e9480572a63b2c505ae85fd53aa04a83a", + "size": 42088076, + "source": "components/google-cloud-sdk-local-extract-linux-arm-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -5895,16 +5895,16 @@ }, "platform_required": false, "version": { - "build_number": 20250221145621, - "version_string": "1.6.2" + "build_number": 20251107144733, + "version_string": "1.6.3" } }, { "data": { - "checksum": "d7bb087767534ef990401feebbb47a4ab0f92b71a57eb2a52a5cfe9b63f1e0d4", - "contents_checksum": "fa027b5be92bed96e0b1c65f93019cbd85352fc1e161af8d0137728d9466245f", - "size": 33140716, - "source": "components/google-cloud-sdk-local-extract-linux-x86_64-20250221145621.tar.gz", + "checksum": "a5d128c952245f81423370bf208b9a843de880ebe528156aa39bb2395c80fb81", + "contents_checksum": "f0633b2e07eea792d0887871fe2d3aec521a7766b9cc24664e32a1bd268b0e98", + "size": 46020439, + "source": "components/google-cloud-sdk-local-extract-linux-x86_64-20251107144733.tar.gz", "type": "tar" }, "dependencies": [ @@ -5929,8 +5929,8 @@ }, "platform_required": false, "version": { - "build_number": 20250221145621, - "version_string": "1.6.2" + "build_number": 20251107144733, + "version_string": "1.6.3" } }, { @@ -6195,15 +6195,15 @@ "platform_required": false, "version": { "build_number": 0, - "version_string": "1.36.0" + "version_string": "1.37.0" } }, { "data": { - "checksum": "3ee9b4712427cd162ee8024947f2bcd7d0361a35ecad48d6df9dfcaa8f85fe2c", - "contents_checksum": "1c30206edf8292c393fe25fc381c3283a28908bde26b30090cc570c3e789bb78", - "size": 48086454, - "source": "components/google-cloud-sdk-minikube-darwin-arm-20250530172306.tar.gz", + "checksum": "27cf75b68f9771b462227d6107d2fe8efdee6e1782e1d140c77301982f8bf325", + "contents_checksum": "bf2f96285e93bcd010062588c695c75f770d7b453f2d45c72edb51da0eb9b3f3", + "size": 51219320, + "source": "components/google-cloud-sdk-minikube-darwin-arm-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -6228,16 +6228,16 @@ }, "platform_required": false, "version": { - "build_number": 20250530172306, - "version_string": "1.36.0" + "build_number": 20250929142209, + "version_string": "1.37.0" } }, { "data": { - "checksum": "ae45147244c8f61d085c2cc642642bddb3ea746f17190961fe5fb32d5e82d7e0", - "contents_checksum": "d3cc1535d6dfbe3ba73e3ae930f5fa03ec2a3f46e1030a5bed7aec4273d7d8f2", - "size": 50017901, - "source": "components/google-cloud-sdk-minikube-darwin-x86_64-20250530172306.tar.gz", + "checksum": "eb1db70ca7e833a9f5c629c86a70d8e5723e64c8bc114c48a63269ce269ef55e", + "contents_checksum": "dedf9c8818eed2863c518da6bec1a7581d64bd93b9f551e6c13ff2059361a676", + "size": 53251460, + "source": "components/google-cloud-sdk-minikube-darwin-x86_64-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -6262,16 +6262,16 @@ }, "platform_required": false, "version": { - "build_number": 20250530172306, - "version_string": "1.36.0" + "build_number": 20250929142209, + "version_string": "1.37.0" } }, { "data": { - "checksum": "44b0e1b639875e2034be06173db7a48ced9c0421979341f02b0b54561a362789", - "contents_checksum": "5d3e03adabf6312ad674e8e870c3738fe836e11593794d295607366f16fcabe4", - "size": 46840933, - "source": "components/google-cloud-sdk-minikube-linux-arm-20250530172306.tar.gz", + "checksum": "9ddc123d9136c7c1cc887385395b5f885d0479cca99332eb6addb05d1504814e", + "contents_checksum": "9d24a9591a9362cfed6509943a439a4022e65486bb294e01e16d02c7d7078bc6", + "size": 49686375, + "source": "components/google-cloud-sdk-minikube-linux-arm-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -6296,16 +6296,16 @@ }, "platform_required": false, "version": { - "build_number": 20250530172306, - "version_string": "1.36.0" + "build_number": 20250929142209, + "version_string": "1.37.0" } }, { "data": { - "checksum": "5cbeffcca5b12db64aa0cfb03e82706ae9bbd876765fd75ac5d5c8189b604f10", - "contents_checksum": "e942897c19afdc0bfd59ad9db8e868a5c18af23a153bf4a2653c605085d2fba3", - "size": 50025838, - "source": "components/google-cloud-sdk-minikube-linux-x86_64-20250530172306.tar.gz", + "checksum": "0aefe43534fef78294d28681541edb115dfd905acad2b0b4a5cecab72266f3cd", + "contents_checksum": "599bbd593e95049d248c8e90cf4a3ce89bd71cfb298c4bceb18b90aca278bf9c", + "size": 52972171, + "source": "components/google-cloud-sdk-minikube-linux-x86_64-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -6330,16 +6330,16 @@ }, "platform_required": false, "version": { - "build_number": 20250530172306, - "version_string": "1.36.0" + "build_number": 20250929142209, + "version_string": "1.37.0" } }, { "data": { - "checksum": "1c9b6057ffa11dc2797370e16a3a7503f819c1d1513ab8b92570ee3c4f3ecbc6", - "contents_checksum": "9f750cd27fbaaae3ec556c1f05f888b250881fd1e8b43eced2eb83307bb855d2", - "size": 50165432, - "source": "components/google-cloud-sdk-minikube-windows-x86_64-20250530172306.tar.gz", + "checksum": "ab382b8a9281f08bcdb6f4a0f83c0db0eb8dc6b1a73dd8395ccff5b8e0287c33", + "contents_checksum": "88127b8f5692a301da94e308a3b4f8e40f4c37a35b349994375295c65817fcd1", + "size": 53104518, + "source": "components/google-cloud-sdk-minikube-windows-x86_64-20250929142209.tar.gz", "type": "tar" }, "dependencies": [ @@ -6364,8 +6364,8 @@ }, "platform_required": false, "version": { - "build_number": 20250530172306, - "version_string": "1.36.0" + "build_number": 20250929142209, + "version_string": "1.37.0" } }, { @@ -6394,15 +6394,15 @@ "platform_required": false, "version": { "build_number": 0, - "version_string": "1.22.0-rc.1" + "version_string": "1.22.2-rc.1" } }, { "data": { - "checksum": "d0efefec8f3c2d6f080f30f853ed26da02e0d6a7c454c523186b1daed7efd79a", - "contents_checksum": "57b902d3eddd8dc4cbabf25bb181d3d126dac9b5b4ab2148e2c7a23abd0735d4", - "size": 36899085, - "source": "components/google-cloud-sdk-nomos-darwin-x86_64-20250829143545.tar.gz", + "checksum": "70198ca8821e140b6370fe14967981e463a418f9f1a3ff95a3059038beecc674", + "contents_checksum": "4db9fc512edda604b78c0b1a0f2ef35d0a1ca7df9af05bda79d6b66f85466c82", + "size": 36901090, + "source": "components/google-cloud-sdk-nomos-darwin-x86_64-20251010143653.tar.gz", "type": "tar" }, "dependencies": [ @@ -6427,16 +6427,16 @@ }, "platform_required": false, "version": { - "build_number": 20250829143545, - "version_string": "1.22.0-rc.1" + "build_number": 20251010143653, + "version_string": "1.22.2-rc.1" } }, { "data": { - "checksum": "13290f7de346179d44c44e1f0ffe5103639852cf5e2cec1480565aec40950a9e", - "contents_checksum": "82565f87a8f246c81dfe0d1de26bd21e595aa52c92d106e7165b1fbd90f8f48d", - "size": 36711665, - "source": "components/google-cloud-sdk-nomos-linux-x86_64-20250829143545.tar.gz", + "checksum": "0345a5f22efee1653cfbadcdb4e37fa32fc2e40700d206bec1dcb9bd333363cd", + "contents_checksum": "9b27ce3926fdafab9facc79c8a593b27eba76c39bcd1640a7071de154356b196", + "size": 36711013, + "source": "components/google-cloud-sdk-nomos-linux-x86_64-20251010143653.tar.gz", "type": "tar" }, "dependencies": [ @@ -6461,8 +6461,8 @@ }, "platform_required": false, "version": { - "build_number": 20250829143545, - "version_string": "1.22.0-rc.1" + "build_number": 20251010143653, + "version_string": "1.22.2-rc.1" } }, { @@ -6777,10 +6777,10 @@ }, { "data": { - "checksum": "b6397d282a608a2f91810d239a3ac4e5b9233cffac88f984046fb02692238bfb", - "contents_checksum": "1071ba8f331148cb1b9c04146d031aef8e0dd21760e78a2d7cccccbc609fddb8", - "size": 51527284, - "source": "components/google-cloud-sdk-pubsub-emulator-20250725161220.tar.gz", + "checksum": "d8a4ee1ad4c03a57227397547640dfdeb9ff489f4ea9c41492f22122c88d709e", + "contents_checksum": "8a2352d79332f9c61dbfa992050cf9e1883c27dde993d8b3a22463ed88f8e634", + "size": 52214510, + "source": "components/google-cloud-sdk-pubsub-emulator-20250923151237.tar.gz", "type": "tar" }, "dependencies": [ @@ -6798,8 +6798,8 @@ "platform": {}, "platform_required": false, "version": { - "build_number": 20250725161220, - "version_string": "0.8.22" + "build_number": 20250923151237, + "version_string": "0.8.25" } }, { @@ -6836,15 +6836,15 @@ "platform_required": false, "version": { "build_number": 0, - "version_string": "0.1.7" + "version_string": "0.1.12" } }, { "data": { - "checksum": "582d2f5f1a9d90146ce13eb2b21d26adb5bc3841bb0aa452f41257ae01642539", - "contents_checksum": "2498a2d9ced76a4c77d4a78b9bb47f9b061dbda90f01ca8df656637abba9a998", - "size": 7623482, - "source": "components/google-cloud-sdk-run-compose-darwin-arm-20250801150402.tar.gz", + "checksum": "4bc94be42e12db2693ebc77782be61208413bc7235263cb044d7403326b0a8a7", + "contents_checksum": "bdf7a8e4f280047443e2304efb5d6fd226b664b8bf71b69d15b93e6aa9771683", + "size": 5498485, + "source": "components/google-cloud-sdk-run-compose-darwin-arm-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -6869,16 +6869,16 @@ }, "platform_required": false, "version": { - "build_number": 20250801150402, - "version_string": "0.1.7" + "build_number": 20251024121634, + "version_string": "0.1.12" } }, { "data": { - "checksum": "bc3bb2a57c7c12d0aafd281a671a6906bd0e9aafd5bfb2850e741fed07b36c32", - "contents_checksum": "17af7272ee983d7020c6c5d4e012c3faba4abb369f2138d09fb2d87f9707872b", - "size": 8077931, - "source": "components/google-cloud-sdk-run-compose-darwin-x86_64-20250801150402.tar.gz", + "checksum": "096c061a622e1678effdf02de43f922999d6a4190d696c47e310349c50763d82", + "contents_checksum": "8c5158b3a12be17e950ac3f77f7ffd66fe372978616a56c53aada737991a91fd", + "size": 5806218, + "source": "components/google-cloud-sdk-run-compose-darwin-x86_64-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -6903,16 +6903,16 @@ }, "platform_required": false, "version": { - "build_number": 20250801150402, - "version_string": "0.1.7" + "build_number": 20251024121634, + "version_string": "0.1.12" } }, { "data": { - "checksum": "3d139c34f811d0d6de557279718e65d6bca963d26fafad86697aaffe689a37a1", - "contents_checksum": "1e07a38f45eb8edff15fb7317623df64cb2e25e8e6172c571d02ae02b9da6bc0", - "size": 7274424, - "source": "components/google-cloud-sdk-run-compose-linux-arm-20250801150402.tar.gz", + "checksum": "d62471c1064bd7e850285379c6cf5e0e018b9423208e013d2978363481f94967", + "contents_checksum": "b8d45ba6df321dea1232d966bdda77f4cc86b5c64368d578ffce4d3530192982", + "size": 5253315, + "source": "components/google-cloud-sdk-run-compose-linux-arm-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -6937,16 +6937,16 @@ }, "platform_required": false, "version": { - "build_number": 20250801150402, - "version_string": "0.1.7" + "build_number": 20251024121634, + "version_string": "0.1.12" } }, { "data": { - "checksum": "79628b0b0027517a756803d2ffb91eb6702adec7384cab707725adcb3f32a101", - "contents_checksum": "10bd30f5326834779ae33a2d4dc00fb3a7e15a701d33bc52b95c50995784bfae", - "size": 7956011, - "source": "components/google-cloud-sdk-run-compose-linux-x86-20250801150402.tar.gz", + "checksum": "4c33560f5ef5e2483b4535629e2d9ece5b38bc46c96a64ae008f9ff0d38b8528", + "contents_checksum": "ccc690296196928fa3cfbac23dff8d2d8682e9bb55776aa1daf91d7b3a421e87", + "size": 5726258, + "source": "components/google-cloud-sdk-run-compose-linux-x86-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -6971,16 +6971,16 @@ }, "platform_required": false, "version": { - "build_number": 20250801150402, - "version_string": "0.1.7" + "build_number": 20251024121634, + "version_string": "0.1.12" } }, { "data": { - "checksum": "2edaec731d2937ee3609b8fdd7b45fd9f04e4c85cd589b5257d76975b316fb14", - "contents_checksum": "d07340c36ada32241d42a5b86b083446db47c62de1ce80c04bcf10190f2983d9", - "size": 7956103, - "source": "components/google-cloud-sdk-run-compose-linux-x86_64-20250801150402.tar.gz", + "checksum": "0b1639bd7caa723302f7efddda3a3bc9d9da1492505ad4df219f147a549ec62e", + "contents_checksum": "672b54726917e75eba88cce9efe1e315a6fd0b3b9ba99c1ffff923a44e300233", + "size": 5726312, + "source": "components/google-cloud-sdk-run-compose-linux-x86_64-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -7005,16 +7005,16 @@ }, "platform_required": false, "version": { - "build_number": 20250801150402, - "version_string": "0.1.7" + "build_number": 20251024121634, + "version_string": "0.1.12" } }, { "data": { - "checksum": "2b7b4d1c2928a93d0469a042ee6a0a458e29bf2841d4e8fddb45a3f3fff767af", - "contents_checksum": "bc758d7667d295dcd918bc79d542c8109adf8808636db9517cb96e8fd21886a0", - "size": 8141510, - "source": "components/google-cloud-sdk-run-compose-windows-x86-20250801150402.tar.gz", + "checksum": "ba0e7fa050af73bbb542e92764034e86e20d2c61f496dc7c8dd60a39665c746d", + "contents_checksum": "7f2df2d0a19a0c83ab3ace0592c4b93bc3e8a3a0b6a2634169e479cdc1c86a6d", + "size": 5910558, + "source": "components/google-cloud-sdk-run-compose-windows-x86-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -7039,16 +7039,16 @@ }, "platform_required": false, "version": { - "build_number": 20250801150402, - "version_string": "0.1.7" + "build_number": 20251024121634, + "version_string": "0.1.12" } }, { "data": { - "checksum": "bb19fbd557ebe01c482bd41ffce159b5a11389856263634da8c46eee775f0e56", - "contents_checksum": "bc758d7667d295dcd918bc79d542c8109adf8808636db9517cb96e8fd21886a0", - "size": 8141513, - "source": "components/google-cloud-sdk-run-compose-windows-x86_64-20250801150402.tar.gz", + "checksum": "fc7639a892228b70de719bee4ae9839c63869af6c3f84ea60e258f911fccd512", + "contents_checksum": "7f2df2d0a19a0c83ab3ace0592c4b93bc3e8a3a0b6a2634169e479cdc1c86a6d", + "size": 5910561, + "source": "components/google-cloud-sdk-run-compose-windows-x86_64-20251024121634.tar.gz", "type": "tar" }, "dependencies": [ @@ -7073,8 +7073,8 @@ }, "platform_required": false, "version": { - "build_number": 20250801150402, - "version_string": "0.1.7" + "build_number": 20251024121634, + "version_string": "0.1.12" } }, { @@ -7318,15 +7318,15 @@ "platform_required": false, "version": { "build_number": 0, - "version_string": "1.0.2" + "version_string": "1.0.3" } }, { "data": { - "checksum": "a80474de4508b7fd53c416ae8c8e51e374d87b4ccfe3518946e3e269106978ac", - "contents_checksum": "1c4795c122a3e420a7dc1a2917d0b63a7373b6df5ccb16d852919a6443a076b7", - "size": 12860099, - "source": "components/google-cloud-sdk-spanner-cli-darwin-arm-20250822133333.tar.gz", + "checksum": "90c8a8f0edc4dece08ed6cbd666bd55d96c10cb7fbc67c9dad36e30467dfa92f", + "contents_checksum": "ff2c15df17853b9c5f7464bee92bd6c501f0d5120f0b5301abfad6ce9644b066", + "size": 12905524, + "source": "components/google-cloud-sdk-spanner-cli-darwin-arm-20250905141229.tar.gz", "type": "tar" }, "dependencies": [ @@ -7351,16 +7351,16 @@ }, "platform_required": false, "version": { - "build_number": 20250822133333, - "version_string": "1.0.2" + "build_number": 20250905141229, + "version_string": "1.0.3" } }, { "data": { - "checksum": "d78a7b9437a6e80d500f26722fe861f235585c74ceae28630ef26b6d95942ea2", - "contents_checksum": "fc14dd12a4ebfdd6e7f0f6fc73d82415496774baa122ca20e50404c43ac41bf7", - "size": 13161247, - "source": "components/google-cloud-sdk-spanner-cli-darwin-x86_64-20250822133333.tar.gz", + "checksum": "4e3c31af78fbbf985ab6d186140860ccf071f971e8734f0fc77d85c0031c5620", + "contents_checksum": "2888d398226eed073f4dbf0b3553f2aeefbe0deb69a6eeb243f87f085f5a28d7", + "size": 13188019, + "source": "components/google-cloud-sdk-spanner-cli-darwin-x86_64-20250905141229.tar.gz", "type": "tar" }, "dependencies": [ @@ -7385,16 +7385,16 @@ }, "platform_required": false, "version": { - "build_number": 20250822133333, - "version_string": "1.0.2" + "build_number": 20250905141229, + "version_string": "1.0.3" } }, { "data": { - "checksum": "287c777f34171a7e2d13c03f2a6ee230b8aaebc19058b7d4c979d602904a61b9", - "contents_checksum": "f7f4efdb37badff5827b9ab7741a66fd3020b09cae1a23775a67042671134687", - "size": 12200497, - "source": "components/google-cloud-sdk-spanner-cli-linux-arm-20250822133333.tar.gz", + "checksum": "37f3cc472c0a586acffa737cc239306e4c467d4f306e0a7a3c6160990cfb053f", + "contents_checksum": "1d415ab3122554deb9cad17b350425aaa0e35e5542db790e30aa6c1977575335", + "size": 12244483, + "source": "components/google-cloud-sdk-spanner-cli-linux-arm-20250905141229.tar.gz", "type": "tar" }, "dependencies": [ @@ -7419,16 +7419,16 @@ }, "platform_required": false, "version": { - "build_number": 20250822133333, - "version_string": "1.0.2" + "build_number": 20250905141229, + "version_string": "1.0.3" } }, { "data": { - "checksum": "48aa0d53ced699700fc0cbd06df325e351d57c6b84e703093670ce7d215813a6", - "contents_checksum": "0dc44ae1556d795050292fef72b1dd25925177e4e107d01d9dd25441349219e0", - "size": 13190167, - "source": "components/google-cloud-sdk-spanner-cli-linux-x86_64-20250822133333.tar.gz", + "checksum": "a0eaee28879bff56249b4d7083c9e8b7ff84d9685703aeb593629bcf0ca0ccd1", + "contents_checksum": "721db0b581c7382d41704515c8b2c717e162bcc57bb2082cd323d12df1e256b3", + "size": 13218437, + "source": "components/google-cloud-sdk-spanner-cli-linux-x86_64-20250905141229.tar.gz", "type": "tar" }, "dependencies": [ @@ -7453,16 +7453,16 @@ }, "platform_required": false, "version": { - "build_number": 20250822133333, - "version_string": "1.0.2" + "build_number": 20250905141229, + "version_string": "1.0.3" } }, { "data": { - "checksum": "e01aea1ac2389e2a32e305376d53fbd0500402d9959fe2db06084441affebc79", - "contents_checksum": "f98520c4bf8a26fa1f8f881ad0ee6e3bc1787b6e3aeb7e2b28d920c9025ef22e", - "size": 13353068, - "source": "components/google-cloud-sdk-spanner-cli-windows-x86_64-20250822133333.tar.gz", + "checksum": "1852f1e5cb882cc3fbbddc3e3bfba74a28da2adde6433df877f1e6dd4bd9fe2e", + "contents_checksum": "8920b11b6379694e7a928d314d21717731c26e8c2a9c8b51e8e72caa6411135f", + "size": 13393277, + "source": "components/google-cloud-sdk-spanner-cli-windows-x86_64-20250905141229.tar.gz", "type": "tar" }, "dependencies": [ @@ -7487,8 +7487,8 @@ }, "platform_required": false, "version": { - "build_number": 20250822133333, - "version_string": "1.0.2" + "build_number": 20250905141229, + "version_string": "1.0.3" } }, { @@ -7515,15 +7515,15 @@ "platform_required": false, "version": { "build_number": 0, - "version_string": "3.15.0" + "version_string": "3.17.0" } }, { "data": { - "checksum": "bb135090c8c191434faa52528b88a729707f3c1d930040dd70bc126163fafc03", - "contents_checksum": "ae46c822e2484dc18ba0b478020999b3335632679bd43b0e9a7f742b289e2344", - "size": 30835273, - "source": "components/google-cloud-sdk-spanner-migration-tool-linux-x86_64-20250829143545.tar.gz", + "checksum": "6e651beba63806100ccedf673765b07dcb906d19b940870d4902b6eef0f770ec", + "contents_checksum": "9ac2594447806359be297a986019d2bd0ce2b80b315c2f0338b41ec6f197de86", + "size": 30846184, + "source": "components/google-cloud-sdk-spanner-migration-tool-linux-x86_64-20251017124533.tar.gz", "type": "tar" }, "dependencies": [ @@ -7548,8 +7548,8 @@ }, "platform_required": false, "version": { - "build_number": 20250829143545, - "version_string": "3.15.0" + "build_number": 20251017124533, + "version_string": "3.17.0" } }, { @@ -7813,10 +7813,10 @@ }, { "data": { - "checksum": "c289b9b64fab6bd1eafccbe02ce90b12a789d8c1c5fa27ca7e58578507daec16", - "contents_checksum": "3dcc5f876d713bb620c9bde3ef766837430eb0ffe7de334b30fc12b2b9483a8b", - "size": 60188760, - "source": "components/google-cloud-sdk-tests-20250829143545.tar.gz", + "checksum": "bd99d9997855a6681d3b75d9b5585d8f6cecc14fa46a3693cad81b3cba332335", + "contents_checksum": "a59a59f08e67bcae2680351c08c9e6392a1e187e9e78f46fc8e1e0a0bcae426a", + "size": 61499316, + "source": "components/google-cloud-sdk-tests-20251117224618.tar.gz", "type": "tar" }, "dependencies": [ @@ -7834,8 +7834,8 @@ "platform": {}, "platform_required": false, "version": { - "build_number": 20250829143545, - "version_string": "2025.08.29" + "build_number": 20251117224618, + "version_string": "2025.11.17" } } ], @@ -7854,11 +7854,11 @@ ], "post_processing_command": "components post-process", "release_notes_url": "RELEASE_NOTES", - "revision": 20250829143545, + "revision": 20251117224618, "schema_version": { "no_update": false, "url": "https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.tar.gz", "version": 3 }, - "version": "537.0.0" + "version": "548.0.0" } diff --git a/pkgs/by-name/go/google-cloud-sdk/data.nix b/pkgs/by-name/go/google-cloud-sdk/data.nix index a25696b75c3e..db6cc6641baf 100644 --- a/pkgs/by-name/go/google-cloud-sdk/data.nix +++ b/pkgs/by-name/go/google-cloud-sdk/data.nix @@ -1,27 +1,27 @@ # DO NOT EDIT! This file is generated automatically by update.sh { }: { - version = "537.0.0"; + version = "548.0.0"; googleCloudSdkPkgs = { x86_64-linux = { - url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-537.0.0-linux-x86_64.tar.gz"; - sha256 = "08221f1alz5ss5fvqdj30k7c98l15gkzidhgj2fhlw5xwi7dp3cn"; + url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-548.0.0-linux-x86_64.tar.gz"; + sha256 = "15d0hnw8ihff75ppciilmhvjidsgma4pyr1hi3bd1bgyrqm86m8b"; }; x86_64-darwin = { - url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-537.0.0-darwin-x86_64.tar.gz"; - sha256 = "0my8vbdyf4iy7qry8vzhb0wmzlbqz7h891rw3vzhjcrksaa4xahn"; + url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-548.0.0-darwin-x86_64.tar.gz"; + sha256 = "1hbzbanr0dlll02xg484hr8z05s2jzg7n4yigvykdbx3gvi0fkmz"; }; aarch64-linux = { - url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-537.0.0-linux-arm.tar.gz"; - sha256 = "16zj9xx3mgldz0a9l45pw2l0gwkb9vfdv7s93v81pmz2jx5hd0d6"; + url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-548.0.0-linux-arm.tar.gz"; + sha256 = "0b19h83lp5gz4dl1gb2hcj00587p37ijwjfhz8qsyl40kvdapd4n"; }; aarch64-darwin = { - url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-537.0.0-darwin-arm.tar.gz"; - sha256 = "0h5ldp6gw7mk7m9jljl1lvvz7sxkrssyy0w3zag5c1lbb7fb9r60"; + url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-548.0.0-darwin-arm.tar.gz"; + sha256 = "1s1dnw3ia1vaamc1inl3iwpczi175q2pfnd7zysw8m53xrc2651x"; }; i686-linux = { - url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-537.0.0-linux-x86.tar.gz"; - sha256 = "0sgnnspjhsk4ydkq7x7gcnw19dbf66cq1rrwr0r1r97953k8rhvj"; + url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-548.0.0-linux-x86.tar.gz"; + sha256 = "1a8d02lf3zxmw8szjkq8hj6dqxx9zg4xw9mrsblpfzl8k874m794"; }; }; } From 091077ce179a550b81d0b962809cd006959f7178 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Dec 2025 11:15:53 +0000 Subject: [PATCH 26/39] certinfo-go: 0.1.47 -> 0.1.49 --- pkgs/by-name/ce/certinfo-go/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ce/certinfo-go/package.nix b/pkgs/by-name/ce/certinfo-go/package.nix index d12abcc75b79..f3d2dfb75dcf 100644 --- a/pkgs/by-name/ce/certinfo-go/package.nix +++ b/pkgs/by-name/ce/certinfo-go/package.nix @@ -7,16 +7,16 @@ buildGoModule rec { pname = "certinfo-go"; - version = "0.1.47"; + version = "0.1.49"; src = fetchFromGitHub { owner = "paepckehh"; repo = "certinfo"; tag = "v${version}"; - hash = "sha256-2/P2hg8y1Ac7ztRshsNR8S4tUy7VV7zy4XIOVDCVLtw="; + hash = "sha256-28RlCPr3Y43MmVlzzdXp3fSti1zBGuBIYQMkszggAUs="; }; - vendorHash = "sha256-pGAoQi397/ZQU/I73H9aK4gDKYoXuK5FU0RxL1+FgX8="; + vendorHash = "sha256-3Jnk2K1ZBfIXt4Oo8Znxqi6y7JzPG6gAKfZ30gHiFsw="; ldflags = [ "-s" From e7f002afaa8082dc5d5e2a3c20d6cc00273b5626 Mon Sep 17 00:00:00 2001 From: Flokkq Date: Tue, 2 Dec 2025 10:53:08 +0100 Subject: [PATCH 27/39] timr-tui: initialize at 1.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Flokkq timr-tui: apply suggested fixes Signed-off-by: Flokkq Update pkgs/by-name/ti/timr-tui/package.nix Co-authored-by: Gaétan Lepage Update pkgs/by-name/ti/timr-tui/package.nix Co-authored-by: Gaétan Lepage --- pkgs/by-name/ti/timr-tui/package.nix | 66 ++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 pkgs/by-name/ti/timr-tui/package.nix diff --git a/pkgs/by-name/ti/timr-tui/package.nix b/pkgs/by-name/ti/timr-tui/package.nix new file mode 100644 index 000000000000..ec111a754fa3 --- /dev/null +++ b/pkgs/by-name/ti/timr-tui/package.nix @@ -0,0 +1,66 @@ +{ + lib, + stdenv, + rustPlatform, + fetchFromGitHub, + pkg-config, + alsa-lib-with-plugins, + alsa-plugins, + pipewire, + writableTmpDirAsHomeHook, + versionCheckHook, + nix-update-script, + enableSound ? false, +}: +rustPlatform.buildRustPackage (finalAttrs: { + pname = "timr-tui"; + version = "1.6.1"; + + src = fetchFromGitHub { + owner = "sectore"; + repo = "timr-tui"; + tag = "v${finalAttrs.version}"; + hash = "sha256-s2FnMwDq4tYBaWaT9y1GLbVGFs7zSnOmjcF5leO12JE="; + }; + + cargoHash = "sha256-9yd348QGjFxt+QmEBuYzd612mFm/PyETrZy4z5wW+nI="; + + # Enable upstream "sound" feature when requested + buildFeatures = lib.optionals enableSound [ "sound" ]; + + nativeBuildInputs = lib.optionals (enableSound && stdenv.isLinux) [ pkg-config ]; + + # Runtime/FFI deps for the sound feature (Linux) + buildInputs = lib.optionals (enableSound && stdenv.isLinux) [ + (alsa-lib-with-plugins.override { + plugins = [ + alsa-plugins + pipewire + ]; + }) + ]; + + nativeCheckInputs = [ + writableTmpDirAsHomeHook + ]; + + nativeInstallCheckInputs = [ + versionCheckHook + ]; + versionCheckProgramArg = "--version"; + # Error: Operation not permitted (os error 1) + versionCheckKeepEnvironment = lib.optionals stdenv.hostPlatform.isDarwin [ "HOME" ]; + doInstallCheck = true; + + passthru.updateScript = nix-update-script { }; + + meta = { + description = "TUI to organize your time: Pomodoro, Countdown, Timer"; + homepage = "https://github.com/sectore/timr-tui"; + changelog = "https://github.com/sectore/timr-tui/releases/tag/v${finalAttrs.version}"; + license = lib.licenses.mit; + mainProgram = "timr-tui"; + maintainers = [ lib.maintainers.flokkq ]; + platforms = lib.platforms.unix; + }; +}) From c36c2cba513874e47341d555f507eab8b1f1ca1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C8=98erb=C4=83nescu?= Date: Wed, 3 Dec 2025 12:50:03 +0100 Subject: [PATCH 28/39] pyprland: add patch that fixes integration with hyprland --- pkgs/by-name/py/pyprland/package.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pkgs/by-name/py/pyprland/package.nix b/pkgs/by-name/py/pyprland/package.nix index 509225403b6b..2a7762fded35 100644 --- a/pkgs/by-name/py/pyprland/package.nix +++ b/pkgs/by-name/py/pyprland/package.nix @@ -1,6 +1,7 @@ { lib, fetchFromGitHub, + fetchpatch, python3Packages, nix-update-script, }: @@ -19,6 +20,16 @@ python3Packages.buildPythonApplication rec { hash = "sha256-rtAw6tdZY0BKb6Qjk/LHYYMB9nCPzkmw95wdjhJ191s="; }; + patches = [ + # Remove this patch from versions higher than 2.4.7-17. + # Fixes integration with pyprland 0.52.0+. + (fetchpatch { + url = "https://github.com/hyprland-community/pyprland/commit/21c0479a52df41f15bb798e28f67daab8b1ad0e3.patch"; + hash = "sha256-QwEGdraSZmz9goCBTKQLArqQse1TP8b188uiIISshWc="; + includes = [ "pyprland/plugins/pyprland.py" ]; + }) + ]; + nativeBuildInputs = with python3Packages; [ poetry-core ]; propagatedBuildInputs = with python3Packages; [ aiofiles ]; From 05b41f8209046a779789de66daff40b6115044fd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Dec 2025 16:19:28 +0100 Subject: [PATCH 29/39] python313Packages.iamdata: 0.1.202512011 -> 0.1.202512021 Diff: https://github.com/cloud-copilot/iam-data-python/compare/v0.1.202512011...v0.1.202512021 Changelog: https://github.com/cloud-copilot/iam-data-python/releases/tag/v0.1.202512021 --- pkgs/development/python-modules/iamdata/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/iamdata/default.nix b/pkgs/development/python-modules/iamdata/default.nix index 412053fe01e5..e1983df69e40 100644 --- a/pkgs/development/python-modules/iamdata/default.nix +++ b/pkgs/development/python-modules/iamdata/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "iamdata"; - version = "0.1.202512011"; + version = "0.1.202512021"; pyproject = true; src = fetchFromGitHub { owner = "cloud-copilot"; repo = "iam-data-python"; tag = "v${version}"; - hash = "sha256-tS7EwgY9243rhsxxXzghMwT+gp1z76inDleWqpw8lZg="; + hash = "sha256-ppNMCd80J1Vi/FTPzsASk4Kjyedi1i9es4HerqWOL04="; }; __darwinAllowLocalNetworking = true; From ae23e153a933ae8472395e73b0be2ffe22ee7848 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 3 Dec 2025 12:25:27 +0100 Subject: [PATCH 30/39] python313Packages.iamdata: 0.1.202512021 -> 0.1.202512031 Diff: https://github.com/cloud-copilot/iam-data-python/compare/v0.1.202512021...v0.1.202512031 Changelog: https://github.com/cloud-copilot/iam-data-python/releases/tag/v0.1.202512031 --- pkgs/development/python-modules/iamdata/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/iamdata/default.nix b/pkgs/development/python-modules/iamdata/default.nix index e1983df69e40..3bf77da5c93e 100644 --- a/pkgs/development/python-modules/iamdata/default.nix +++ b/pkgs/development/python-modules/iamdata/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "iamdata"; - version = "0.1.202512021"; + version = "0.1.202512031"; pyproject = true; src = fetchFromGitHub { owner = "cloud-copilot"; repo = "iam-data-python"; tag = "v${version}"; - hash = "sha256-ppNMCd80J1Vi/FTPzsASk4Kjyedi1i9es4HerqWOL04="; + hash = "sha256-x0+zE4xpK4ZOHhl/yyVN/w4G69iS7WCzAPghaFo0r+I="; }; __darwinAllowLocalNetworking = true; From 10bb6036fb536fd8192d6c8f73fb6bbefdd4b5c4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Dec 2025 12:00:22 +0000 Subject: [PATCH 31/39] updatecli: 0.110.3 -> 0.111.0 --- pkgs/by-name/up/updatecli/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/up/updatecli/package.nix b/pkgs/by-name/up/updatecli/package.nix index b8e6b1cd2126..b5c7aca9835b 100644 --- a/pkgs/by-name/up/updatecli/package.nix +++ b/pkgs/by-name/up/updatecli/package.nix @@ -12,16 +12,16 @@ buildGoModule rec { pname = "updatecli"; - version = "0.110.3"; + version = "0.111.0"; src = fetchFromGitHub { owner = "updatecli"; repo = "updatecli"; rev = "v${version}"; - hash = "sha256-PeCvJx582Ndz11CmOwGT0fmqplhOqCT98xhtH0Me818="; + hash = "sha256-ohsb8gObY25c5kkUaDWAd2VKfOUQ6/xwjPPyCeqxuRA="; }; - vendorHash = "sha256-2LiPLFjFxyoypEe1dCzMIQvIN6CfnDr0/EZuGkmA2kM="; + vendorHash = "sha256-Io4+4CE+Rb7XD7Q/JSbzXcG7nXXXSNFE8OCCLlqt8Ek="; # tests require network access doCheck = false; From 08de852bece03949b89f3a4325068a40c95f58fe Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Dec 2025 12:53:03 +0000 Subject: [PATCH 32/39] terraform: 1.14.0 -> 1.14.1 --- pkgs/applications/networking/cluster/terraform/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index 15cbf82cbe7e..c4ae0bdd4eeb 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -194,9 +194,9 @@ rec { mkTerraform = attrs: pluggable (generic attrs); terraform_1 = mkTerraform { - version = "1.14.0"; - hash = "sha256-G9GyrwELOuzQqTMimC+z2GJUjq+c5YJDoE313JSsX5w="; - vendorHash = "sha256-T6baxFk5lrmhyeJgcn7s5cF+utaogSQOD9S5omEKTZg="; + version = "1.14.1"; + hash = "sha256-qqIoVAzVpsdGNbA04jpsiN1HR94xhcfDJvz8UyEweyw="; + vendorHash = "sha256-+mWMU3FWF/VTyPMnOj9AGy1kfvv2W4UB9EDZI7bqSh0="; patches = [ ./provider-path-0_15.patch ]; passthru = { inherit plugins; From 81946e6e1949a9a1a8a4e311dcdca8d19d1e4b87 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 3 Dec 2025 12:49:47 +0100 Subject: [PATCH 33/39] typstPackages: 2025/11/24 -> 2025/12/03 --- .../typst/typst-packages-from-universe.toml | 796 +++++++++++++++--- 1 file changed, 661 insertions(+), 135 deletions(-) diff --git a/pkgs/by-name/ty/typst/typst-packages-from-universe.toml b/pkgs/by-name/ty/typst/typst-packages-from-universe.toml index b1f9f24dfca7..14b1b51ecd42 100644 --- a/pkgs/by-name/ty/typst/typst-packages-from-universe.toml +++ b/pkgs/by-name/ty/typst/typst-packages-from-universe.toml @@ -796,6 +796,16 @@ license = [ ] homepage = "https://github.com/platformer/typst-algorithms" +[algorithmic."1.0.7"] +url = "https://packages.typst.org/preview/algorithmic-1.0.7.tar.gz" +hash = "sha256-9EunGGI8vxZS9vFrnLv642JsFzrRoa2wy8jlMj2TS0E=" +typstDeps = [] +description = "Algorithm pseudocode typesetting for Typst, inspired by algorithmicx in LaTeX" +license = [ + "MIT", +] +homepage = "https://github.com/typst-community/typst-algorithmic" + [algorithmic."1.0.6"] url = "https://packages.typst.org/preview/algorithmic-1.0.6.tar.gz" hash = "sha256-mfKZfgNI0YIz+BpR5hdTTeqlfGGY6cUdHU+bMoFySr8=" @@ -1475,6 +1485,19 @@ license = [ ] homepage = "https://github.com/waterlens/ascii-matrix" +[aspirationally."0.1.1"] +url = "https://packages.typst.org/preview/aspirationally-0.1.1.tar.gz" +hash = "sha256-oK4uuoVuGKYUnh005kKjocnWMtfqsJZfd1QREcV1xhg=" +typstDeps = [ + "blinky_0_2_0", + "bullseye_0_1_0", +] +description = "A clean and minimal template for academic cover letters, teaching statements, or research statements" +license = [ + "MIT-0", +] +homepage = "https://github.com/breezykermo/aspirationally" + [aspirationally."0.1.0"] url = "https://packages.typst.org/preview/aspirationally-0.1.0.tar.gz" hash = "sha256-yjigsQIk7EYckbdlL3rr2yL5L65lprkllo9ULrheVcA=" @@ -1770,6 +1793,21 @@ license = [ ] homepage = "https://github.com/coli-saar/bananote" +[barcala."0.3.0"] +url = "https://packages.typst.org/preview/barcala-0.3.0.tar.gz" +hash = "sha256-HkIqKNTmTMfQ6W4+2wpw4lnkZnp51uLFSwwZoc4Ajoo=" +typstDeps = [ + "lilaq_0_5_0", + "physica_0_9_7", + "valkyrie_0_2_2", + "zero_0_5_0", +] +description = "A report template for UNLP students, specially for engineering" +license = [ + "MIT", +] +homepage = "https://github.com/JuanM04/barcala" + [barcala."0.2.0"] url = "https://packages.typst.org/preview/barcala-0.2.0.tar.gz" hash = "sha256-UCYioY6njOABEM6xNCwxcPa4TL7xQCt3yJnM66sZJY8=" @@ -1932,6 +1970,16 @@ license = [ ] homepage = "https://github.com/EpicEricEE/typst-based" +[basic-academic-letter."0.1.0"] +url = "https://packages.typst.org/preview/basic-academic-letter-0.1.0.tar.gz" +hash = "sha256-y3EcT1RwsfCHaNGCTgALFToQwphr9rtnnAvEJvfOfv0=" +typstDeps = [] +description = "A clean template for academic letter" +license = [ + "MIT", +] +homepage = "https://github.com/whliao5am/basic-letter-typst-template" + [basic-document-props."0.1.0"] url = "https://packages.typst.org/preview/basic-document-props-0.1.0.tar.gz" hash = "sha256-7gHvmsHDUtFNELBPzr2bqGYh+FTk2aI98i2f6n9+SZM=" @@ -2264,6 +2312,48 @@ license = [ "Unlicense", ] +[biz-report."0.3.0"] +url = "https://packages.typst.org/preview/biz-report-0.3.0.tar.gz" +hash = "sha256-cqv1x75T/VFUVv1wkBVCqQHRiHTJ62jmkMjotByYPV4=" +typstDeps = [ + "droplet_0_3_1", + "fontawesome_0_6_0", + "wrap-it_0_1_1", +] +description = "Multi-chapter business report with table styling and optional dropcaps, infoboxes & author cutout" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/garethwebber/business-report" + +[biz-report."0.2.0"] +url = "https://packages.typst.org/preview/biz-report-0.2.0.tar.gz" +hash = "sha256-Em7oMDH19aJY0yZRaee5ii2Nzvs5PoWIZC1o2Mj43JY=" +typstDeps = [ + "droplet_0_3_1", + "fontawesome_0_6_0", + "wrap-it_0_1_1", +] +description = "Multi-chapter business report with tables, infobox, author cutout" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/garethwebber/business-report" + +[biz-report."0.1.0"] +url = "https://packages.typst.org/preview/biz-report-0.1.0.tar.gz" +hash = "sha256-L3N+8NRrWSBg4LWaVOCA4SxVDS1eTwnqxlT5sg2uyf4=" +typstDeps = [ + "droplet_0_3_1", + "fontawesome_0_6_0", + "wrap-it_0_1_1", +] +description = "Multi-chapter business report with tables, infobox, author cutout" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/garethwebber/business-report" + [blind-cvpr."0.5.0"] url = "https://packages.typst.org/preview/blind-cvpr-0.5.0.tar.gz" hash = "sha256-TQT7Zj0n7OJVfI9btjb/IRzS/1kXzETm6QGM0B5ldwI=" @@ -2670,6 +2760,19 @@ license = [ ] homepage = "https://github.com/tndrle/briefs" +[brilliant-cv."2.0.8"] +url = "https://packages.typst.org/preview/brilliant-cv-2.0.8.tar.gz" +hash = "sha256-1p0dBxmEtnQzPF+Xky1URiCjDRP+eIXdujQN1ka6O4M=" +typstDeps = [ + "brilliant-cv_2_0_6", + "fontawesome_0_6_0", +] +description = "💼 another CV template for your job application, yet powered by Typst and more" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/yunanwg/brilliant-CV" + [brilliant-cv."2.0.7"] url = "https://packages.typst.org/preview/brilliant-cv-2.0.7.tar.gz" hash = "sha256-uy3oUMZzKA2tNsZE+fEMqrAM4I3HcFnSUwCZc6oAFJQ=" @@ -4181,6 +4284,19 @@ license = [ ] homepage = "https://github.com/alexanderkoller/typst-citegeist" +[cjk-spacer."0.1.0"] +url = "https://packages.typst.org/preview/cjk-spacer-0.1.0.tar.gz" +hash = "sha256-0xr5kO5MgM+U/jlBtJL7aJFqvyDIj0CSxBN7tEP6hKY=" +typstDeps = [ + "cjk-unbreak_0_2_1", + "codly_1_3_0", +] +description = "Improves spacing between characters when typesetting Japanese (CJK characters" +license = [ + "MIT", +] +homepage = "https://github.com/ryuryu-ymj/cjk-spacer" + [cjk-unbreak."0.2.1"] url = "https://packages.typst.org/preview/cjk-unbreak-0.2.1.tar.gz" hash = "sha256-f20yye3QpWzyGCvruICJcLsKHjYwMAG2ruHWSD6hNLU=" @@ -4429,6 +4545,21 @@ license = [ ] homepage = "https://github.com/matisiekpl/agh-typst" +[clean-cnam-template."1.3.0"] +url = "https://packages.typst.org/preview/clean-cnam-template-1.3.0.tar.gz" +hash = "sha256-hhA+yv0R+EjrFO4gd7TYBE4vQlYpx4jZDCZ5b1piHsg=" +typstDeps = [ + "great-theorems_0_1_2", + "headcount_0_1_0", + "hydra_0_6_2", + "i-figured_0_2_4", +] +description = "A modular and organized template for creating professional documents using CNAM branding and styling" +license = [ + "MIT", +] +homepage = "https://github.com/TomPlanche/clean-cnam-template" + [clean-cnam-template."1.2.0"] url = "https://packages.typst.org/preview/clean-cnam-template-1.2.0.tar.gz" hash = "sha256-/BECU/XWnGR4rdwfcXpuP7NNi7rVei0uRRySVKdAb5w=" @@ -5239,16 +5370,6 @@ license = [ ] homepage = "https://github.com/Dherse/codly" -[codly."0.2.0"] -url = "https://packages.typst.org/preview/codly-0.2.0.tar.gz" -hash = "sha256-AGEE/CuUnHnG0Jqr0YpkpI9cXKbGjn5FBH9Me4xyDSA=" -typstDeps = [] -description = "Codly is a beautiful code presentation template" -license = [ - "MIT", -] -homepage = "https://github.com/Dherse/codly" - [codly."0.1.0"] url = "https://packages.typst.org/preview/codly-0.1.0.tar.gz" hash = "sha256-qbJTEQu2fF/aUR/uNLb7H2vnfdoucPGteNY+i1OTddE=" @@ -5667,6 +5788,18 @@ license = [ ] homepage = "https://github.com/ivaquero/typst-consketcher" +[covered-cs-thesis."0.1.5"] +url = "https://packages.typst.org/preview/covered-cs-thesis-0.1.5.tar.gz" +hash = "sha256-mNP3IN8ygS4lXfjUAArC40zztzaZQyHGfj4KcQkrBD8=" +typstDeps = [ + "rubber-article_0_5_0", +] +description = "A template for writing a bachelor's or master's computer science thesis at the University Heidelberg" +license = [ + "Unlicense", +] +homepage = "https://github.com/WyvernIXTL/covered-cs-thesis-typst-template" + [cram-snap."0.2.2"] url = "https://packages.typst.org/preview/cram-snap-0.2.2.tar.gz" hash = "sha256-jnIWn0RjxOFLvh0TNJ/GBDr8YJGCq7gV6RCgFw3uZJY=" @@ -5987,6 +6120,19 @@ license = [ ] homepage = "https://github.com/Mc-Zen/curli" +[curriculo-acad."0.1.1"] +url = "https://packages.typst.org/preview/curriculo-acad-0.1.1.tar.gz" +hash = "sha256-v7+XoGwewZE6PUJbF+fTF679BTH0HkgBzU+yvCQ+Jis=" +typstDeps = [ + "datify_1_0_0", + "datify-core_1_0_0", +] +description = "Creating a CV from your LATTES entries" +license = [ + "MIT", +] +homepage = "https://github.com/philkleer/curriculo-acad" + [curriculo-acad."0.1.0"] url = "https://packages.typst.org/preview/curriculo-acad-0.1.0.tar.gz" hash = "sha256-P2Ab3akFYBGq+STjUdKI+hEBnU/jInjskhkKObG4c0Y=" @@ -8272,6 +8418,16 @@ license = [ ] homepage = "https://github.com/the-mathing/ez-algo" +[ez-today."2.0.0"] +url = "https://packages.typst.org/preview/ez-today-2.0.0.tar.gz" +hash = "sha256-mlyNvN+8IhMDO44XaPe34iYMBOQvMiRca5ogzrxht38=" +typstDeps = [] +description = "Simply displays the full current date" +license = [ + "MIT", +] +homepage = "https://github.com/CarloSchafflik12/typst-ez-today" + [ez-today."1.1.0"] url = "https://packages.typst.org/preview/ez-today-1.1.0.tar.gz" hash = "sha256-voHxSdsDcXD5vDAS6/7763eFsO83d7kim8ePWWU5L+U=" @@ -8334,6 +8490,16 @@ license = [ ] homepage = "https://github.com/gbchu/ezchem.git" +[ezexam."0.2.5"] +url = "https://packages.typst.org/preview/ezexam-0.2.5.tar.gz" +hash = "sha256-QGsSrj9OdZ7Ld5GCjlwnyQ0IVKxYJuNxY147TAigrcw=" +typstDeps = [] +description = "An exam template inspired by the LaTeX package exam-zh and also can make handouts" +license = [ + "MIT", +] +homepage = "https://github.com/gbchu/ezexam.git" + [ezexam."0.2.4"] url = "https://packages.typst.org/preview/ezexam-0.2.4.tar.gz" hash = "sha256-O6MNmMigoMI0ZAKiRKJE+pJJy/dQCTnoippWnFjTLYM=" @@ -8474,16 +8640,6 @@ license = [ ] homepage = "https://github.com/gbchu/ezexam.git" -[ezexam."0.1.0"] -url = "https://packages.typst.org/preview/ezexam-0.1.0.tar.gz" -hash = "sha256-uIcH1+dMpkwa+zO+a1Q8v8FDEJ21pj5fAAWWmryFqEc=" -typstDeps = [] -description = "A test paper and lecture notes template inspired by the LaTeX package exam-zh" -license = [ - "MIT", -] -homepage = "https://github.com/gbchu/ezexam.git" - [fancy-affil."0.1.0"] url = "https://packages.typst.org/preview/fancy-affil-0.1.0.tar.gz" hash = "sha256-3w4k0AfmEp+wvXIkC1koKjIQxkQm3zLBrNgNh7IfNw0=" @@ -8494,6 +8650,15 @@ license = [ ] homepage = "https://github.com/han190/fancy-affil" +[fancy-tiling."1.0.0"] +url = "https://packages.typst.org/preview/fancy-tiling-1.0.0.tar.gz" +hash = "sha256-XGz4FP1E8OXq+RI8BaW+9gGAjWpF0Ddpx4AUA9YS29g=" +typstDeps = [] +description = "Tiling patterns for fills: stripes, checkerboards, honeycombs, and more" +license = [ + "MIT-0", +] + [fancy-units."0.1.1"] url = "https://packages.typst.org/preview/fancy-units-0.1.1.tar.gz" hash = "sha256-T5+jI23IzepSp4YHaPM4unZ547rvZieHmmYgjBz/ud0=" @@ -9778,19 +9943,6 @@ license = [ ] homepage = "https://github.com/MatheSchool/typst-g-exam" -[g-exam."0.4.0"] -url = "https://packages.typst.org/preview/g-exam-0.4.0.tar.gz" -hash = "sha256-9og+m/vp1pFckEnQvug6C3Si8MU2iP5Mo109df4K4h4=" -typstDeps = [ - "oxifmt_0_2_0", - "oxifmt_0_2_1", -] -description = "Create exams with student information, grade chart, score control, questions, and sub-questions" -license = [ - "MIT", -] -homepage = "https://github.com/MatheSchool/typst-g-exam" - [g-exam."0.3.2"] url = "https://packages.typst.org/preview/g-exam-0.3.2.tar.gz" hash = "sha256-lStEam+Du2Zfb8NzVciMfsm1hruB3Y7OOV17956+cyk=" @@ -9865,6 +10017,19 @@ license = [ ] homepage = "https://github.com/MatheSchool/typst-g-exam" +[gakusyun-doc."1.0.0"] +url = "https://packages.typst.org/preview/gakusyun-doc-1.0.0.tar.gz" +hash = "sha256-RgfRcdlV0tb65QHVLEU7lEosKiVHNyNqV7FO+xl7EvQ=" +typstDeps = [ + "pointless-size_0_1_2", + "zebraw_0_6_1", +] +description = "A Typst document template designed specifically for Chinese typography, suitable for quick start recording and providing highly customizable parameter settings" +license = [ + "MIT", +] +homepage = "https://github.com/gakusyun/gakusyun-doc" + [gallus-hsg."1.0.0"] url = "https://packages.typst.org/preview/gallus-hsg-1.0.0.tar.gz" hash = "sha256-A747wV1XUbuIclmAC39vvZ2pBXlVR2R7evhuajKNV4I=" @@ -12928,16 +13093,6 @@ license = [ ] homepage = "https://github.com/talal/ilm" -[ilm."1.1.0"] -url = "https://packages.typst.org/preview/ilm-1.1.0.tar.gz" -hash = "sha256-xBIOaQhabgiCERKlDIcDU5NoYr7bdOuPiD6keVdrObY=" -typstDeps = [] -description = "Versatile and minimal template for non-fiction writing. Ideal for class notes, report, and books" -license = [ - "MIT-0", -] -homepage = "https://github.com/talal/ilm" - [ilm."1.0.0"] url = "https://packages.typst.org/preview/ilm-1.0.0.tar.gz" hash = "sha256-tJh5S4ZTPJDdkkgBs2nrpevEgEppEFPZlKtsPiz3BUM=" @@ -13795,16 +13950,6 @@ license = [ ] homepage = "https://github.com/raygo0312/jastylest.git" -[jastylest."0.1.0"] -url = "https://packages.typst.org/preview/jastylest-0.1.0.tar.gz" -hash = "sha256-PCCVfomVgNn6R4R77vwK99tOV+0Dn618SJkPxnHTa4o=" -typstDeps = [] -description = "You can set up style templates for writing reports, papers, and slides in Japanese. It works similarly to LaTeX" -license = [ - "MIT-0", -] -homepage = "https://github.com/raygo0312/jastylest.git" - [jastylest-zh."0.1.1"] url = "https://packages.typst.org/preview/jastylest-zh-0.1.1.tar.gz" hash = "sha256-3uAg9oFE0K3dmNJqJHvVnreHTPmXPgsnmCPc1f8SfOQ=" @@ -14250,6 +14395,16 @@ license = [ "MIT", ] +[komet."0.2.0"] +url = "https://packages.typst.org/preview/komet-0.2.0.tar.gz" +hash = "sha256-eLYkNvp62q+uDynm5pmvqukuLyMnJ92Uh5DF/tRqRsY=" +typstDeps = [] +description = "Selected high-performance computations for Typst" +license = [ + "MIT", +] +homepage = "https://github.com/Mc-Zen/komet" + [komet."0.1.0"] url = "https://packages.typst.org/preview/komet-0.1.0.tar.gz" hash = "sha256-Hy06Ct0OsvmBZJSK77d7EhGM3u4M/z/spqIt3sSU9CE=" @@ -14621,6 +14776,16 @@ license = [ ] homepage = "https://github.com/davystrong/layout-ltd" +[leetify."0.1.0"] +url = "https://packages.typst.org/preview/leetify-0.1.0.tar.gz" +hash = "sha256-poj6F9DTCBcw4aoZGnoJzxS6QnqgsiGw/KTl1i3obPA=" +typstDeps = [] +description = "Convert strings and content into Leet Speak 1337" +license = [ + "MIT", +] +homepage = "https://github.com/arne314/typst-leetify" + [leipzig-glossing."0.5.0"] url = "https://packages.typst.org/preview/leipzig-glossing-0.5.0.tar.gz" hash = "sha256-75TQDdX3XFIkPIGPfCorpM/JuHb7JNSURgJh/KxtvGE=" @@ -14671,16 +14836,6 @@ license = [ ] homepage = "https://code.everydayimshuflin.com/greg/typst-lepizig-glossing" -[lemmify."0.1.8"] -url = "https://packages.typst.org/preview/lemmify-0.1.8.tar.gz" -hash = "sha256-OUgZ657tLaEY0bGlN4RomRI7uh0WGXKDcAvgnxaDpNo=" -typstDeps = [] -description = "Theorem typesetting library" -license = [ - "GPL-3.0-only", -] -homepage = "https://github.com/Marmare314/lemmify" - [lemmify."0.1.7"] url = "https://packages.typst.org/preview/lemmify-0.1.7.tar.gz" hash = "sha256-wOOv1/zMELqct7xR9E8NhEkZrAUZjxrNpAmHC7GWpYk=" @@ -14981,6 +15136,16 @@ license = [ ] homepage = "https://github.com/ellsphillips/lineal" +[linedx2-sjtu."0.1.0"] +url = "https://packages.typst.org/preview/linedx2-sjtu-0.1.0.tar.gz" +hash = "sha256-0oQB4Q0dt7DHRNduYCYxmcx7FIGiQv8DKFScsgc76qA=" +typstDeps = [] +description = "上海交通大学双线纸的非官方复刻。Unofficial reproduction of Shanghai Jiao Tong University's double-lined paper" +license = [ + "MIT", +] +homepage = "https://github.com/HellOwhatAs/linedx2-sjtu" + [lingotree."1.0.0"] url = "https://packages.typst.org/preview/lingotree-1.0.0.tar.gz" hash = "sha256-4y7QptYL3dM4Za4/Iv35X1Ofavyf0QC211a8gRaMHUU=" @@ -15064,6 +15229,16 @@ license = [ ] homepage = "https://github.com/jomaway/typst-linguify" +[linked-cv."0.1.0"] +url = "https://packages.typst.org/preview/linked-cv-0.1.0.tar.gz" +hash = "sha256-pvxseyfopEF0zPQFFjQ+/SIpB8ys90BMz2rX6i6eQIs=" +typstDeps = [] +description = "A beautiful CV template that emulates the LinkedIn UI" +license = [ + "MIT", +] +homepage = "https://github.com/ellsphillips/linked-cv" + [linked-cv."0.0.1"] url = "https://packages.typst.org/preview/linked-cv-0.0.1.tar.gz" hash = "sha256-vNsifVzF7EocdAWM4eFrjGVVd62IMM8mwWuVCpYoSd0=" @@ -15255,6 +15430,16 @@ license = [ ] homepage = "https://github.com/YDX-2147483647/typst-lure" +[luzid-checkbox."0.1.0"] +url = "https://packages.typst.org/preview/luzid-checkbox-0.1.0.tar.gz" +hash = "sha256-URcEcKfVf7js9Hp2JztKXb7cIWZ/8rZst7B4Re6wwj8=" +typstDeps = [] +description = "Write checklists in a markdown syntax and use icons like many Obsidian themes" +license = [ + "GPL-3.0-or-later", +] +homepage = "https://github.com/z1glr/luzid-checkbox" + [lyceum."0.1.0"] url = "https://packages.typst.org/preview/lyceum-0.1.0.tar.gz" hash = "sha256-R9YJpG9Qh3Wfrad9kSZKLOJXMScffGX7adVigIb0mKs=" @@ -15819,6 +16004,16 @@ license = [ ] homepage = "https://github.com/sxdl/MCM-Typst-template" +[meander."0.3.0"] +url = "https://packages.typst.org/preview/meander-0.3.0.tar.gz" +hash = "sha256-hK9ev0epq1+A88eU42uBLb4a5ZrjkT6k0lnoqUbSyiA=" +typstDeps = [] +description = "Page layout engine with image wrap-around and text threading" +license = [ + "MIT", +] +homepage = "https://github.com/Vanille-N/meander.typ" + [meander."0.2.5"] url = "https://packages.typst.org/preview/meander-0.2.5.tar.gz" hash = "sha256-wVC4hYo5znCHfk6sBnZU7PLA+SAyNHgwTBXgIA6Te1M=" @@ -15901,6 +16096,18 @@ license = [ ] homepage = "https://github.com/34j/typst-cetz-mechanical-system" +[melt."0.2.0"] +url = "https://packages.typst.org/preview/melt-0.2.0.tar.gz" +hash = "sha256-xoC5D0zz4H05+B6UXIyCBgrp7O5vyU13mNYT6y6Qe7o=" +typstDeps = [ + "oxifmt_1_0_0", +] +description = "Introspect fonts" +license = [ + "MIT", +] +homepage = "https://github.com/RungeCC/melt" + [melt."0.1.0"] url = "https://packages.typst.org/preview/melt-0.1.0.tar.gz" hash = "sha256-QSqvdHnu/hnUOY6R7Drru7UuT65xkVusjKJ+24VbE6g=" @@ -17500,6 +17707,16 @@ license = [ ] homepage = "https://github.com/DzmingLi/hust-cse-report" +[modern-innopolis-thesis."0.1.1"] +url = "https://packages.typst.org/preview/modern-innopolis-thesis-0.1.1.tar.gz" +hash = "sha256-+YuIJ3O4kjaq47dwcAjzYie9jscS6OOcqzOqpb67ha8=" +typstDeps = [] +description = "Thesis template for Innopolis University" +license = [ + "MIT", +] +homepage = "https://github.com/sh3b0/innopolis-thesis" + [modern-innopolis-thesis."0.1.0"] url = "https://packages.typst.org/preview/modern-innopolis-thesis-0.1.0.tar.gz" hash = "sha256-72F1Bhh3iIGFm3XwtcB2TCHSbjus5nSoO4ICCP+QIpk=" @@ -18077,21 +18294,6 @@ license = [ ] homepage = "https://github.com/tzhTaylor/modern-sjtu-thesis" -[modern-sjtu-thesis."0.2.0"] -url = "https://packages.typst.org/preview/modern-sjtu-thesis-0.2.0.tar.gz" -hash = "sha256-dfcBB5kKYE/5GyX/QA+f+rwMVBHooOOcyEvzFAdC7RY=" -typstDeps = [ - "a2c-nums_0_0_1", - "cuti_0_3_0", - "i-figured_0_2_4", - "numbly_0_1_0", -] -description = "上海交通大学学位论文 Typst 模板。Shanghai Jiao Tong University Thesis Typst Template" -license = [ - "MIT", -] -homepage = "https://github.com/tzhTaylor/modern-sjtu-thesis" - [modern-sjtu-thesis."0.1.2"] url = "https://packages.typst.org/preview/modern-sjtu-thesis-0.1.2.tar.gz" hash = "sha256-ftyfROArD2TG5cZI0dcJ3ebfqdWnMNpWNDPRlbXlspc=" @@ -18252,23 +18454,6 @@ license = [ ] homepage = "https://github.com/sysu/modern-sysu-touying" -[modern-szu-thesis."0.4.0"] -url = "https://packages.typst.org/preview/modern-szu-thesis-0.4.0.tar.gz" -hash = "sha256-Tz3zDaCYNfLGuzSSdTnrkV+pX/uo/MPGSGwfFiPlKEg=" -typstDeps = [ - "cuti_0_3_0", - "hydra_0_6_0", - "i-figured_0_2_4", - "numbly_0_1_0", - "pinit_0_2_2", - "tablex_0_0_9", -] -description = "深圳大学学位论文模板由南京大学学位论文模板修改而成。Modern Shenzhen University Thesis is modified from modern-nju-thesis" -license = [ - "MIT", -] -homepage = "https://gitee.com/yjdyamv/modern-szu-thesis" - [modern-szu-thesis."0.3.0"] url = "https://packages.typst.org/preview/modern-szu-thesis-0.3.0.tar.gz" hash = "sha256-PAnKU0ccuZITAL+anqSACkYMzNqXKHmGS0kg5skjSgA=" @@ -19177,6 +19362,19 @@ license = [ ] homepage = "https://github.com/Haouo/NCKU-Thesis-Typst" +[neat-cv."0.6.0"] +url = "https://packages.typst.org/preview/neat-cv-0.6.0.tar.gz" +hash = "sha256-K+i5yfQ4deSKjxlO+O0u6z5/SIBC60qQFYN7lw7y3TE=" +typstDeps = [ + "datify_1_0_0", + "fontawesome_0_6_0", +] +description = "A modern and elegant CV template for Typst, inspired by Awesome CV and simple-hisptercv" +license = [ + "MIT", +] +homepage = "https://github.com/dialvarezs/neat-cv" + [neat-cv."0.5.1"] url = "https://packages.typst.org/preview/neat-cv-0.5.1.tar.gz" hash = "sha256-R6F9L61FIJxFSJxRUBTUJklIyMYXANFFdKr60oQcWGg=" @@ -19344,6 +19542,18 @@ license = [ ] homepage = "https://gitlab.com/TuTiuTe/typst-nerdfont" +[neural-netz."0.1.0"] +url = "https://packages.typst.org/preview/neural-netz-0.1.0.tar.gz" +hash = "sha256-P+UCVkBAunctC0leECJ6sTP6wxCcSJTuGdVOePVnJ3s=" +typstDeps = [ + "cetz_0_4_2", +] +description = "Visualize Neural Network Architectures with high-quality diagrams" +license = [ + "MIT-0", +] +homepage = "https://github.com/edgaremy/neural-netz" + [nifty-ntnu-thesis."0.1.3"] url = "https://packages.typst.org/preview/nifty-ntnu-thesis-0.1.3.tar.gz" hash = "sha256-GU/OcgxTdR4WgoOs6Sa9cmLT0emtGyci2dkhFXSViRg=" @@ -19853,6 +20063,36 @@ license = [ ] homepage = "https://github.com/baptiste/nutshell" +[nutthead-ebnf."0.2.0"] +url = "https://packages.typst.org/preview/nutthead-ebnf-0.2.0.tar.gz" +hash = "sha256-JHrwCOr0/io9y/31AHtIj+TKFVPR1IzTf117Tzofgr8=" +typstDeps = [] +description = "A simple package to render Extended Backus-Naur Form (EBNF) grammars with customizable fonts and color schemes" +license = [ + "MIT", +] +homepage = "https://github.com/nutthead/nutthead-ebnf.typ" + +[oasis-align."0.3.2"] +url = "https://packages.typst.org/preview/oasis-align-0.3.2.tar.gz" +hash = "sha256-rthT6LNU65lw5pcz9tPiL/5wurbOxRow0xQW42+qxrY=" +typstDeps = [] +description = "Cleanly place content side by side with equal heights using automatic content sizing" +license = [ + "MIT", +] +homepage = "https://github.com/jdpieck/oasis-align" + +[oasis-align."0.3.1"] +url = "https://packages.typst.org/preview/oasis-align-0.3.1.tar.gz" +hash = "sha256-im7UcpKos+OTsgH0Pqlk0Etkn++HjEIRDT0NuiT+L/w=" +typstDeps = [] +description = "Cleanly place content side by side with equal heights using automatic content sizing" +license = [ + "MIT", +] +homepage = "https://github.com/jdpieck/oasis-align" + [oasis-align."0.3.0"] url = "https://packages.typst.org/preview/oasis-align-0.3.0.tar.gz" hash = "sha256-pzOzbLP3sjwDkGKefcqnPFkjyDdQ6s3nQQg3j2+l8QQ=" @@ -20590,6 +20830,18 @@ license = [ ] homepage = "https://github.com/QuadnucYard/pavemat" +[payqr-swiss."0.4.1"] +url = "https://packages.typst.org/preview/payqr-swiss-0.4.1.tar.gz" +hash = "sha256-eTih4Yh88VfUvnfDRj3OTspaoD68/iSES9gUITHNLMY=" +typstDeps = [ + "tiaoma_0_3_0", +] +description = "A Swiss QR bill generator for Typst" +license = [ + "LGPL-3.0-only", +] +homepage = "https://github.com/philippdrebes/typst-payqr-swiss" + [payqr-swiss."0.4.0"] url = "https://packages.typst.org/preview/payqr-swiss-0.4.0.tar.gz" hash = "sha256-qoUe//NpTvyjJknTfNBdw8cFWjrJIqIwhN3kaHWd2GE=" @@ -20824,6 +21076,16 @@ license = [ ] homepage = "https://github.com/Vanille-N/penpo.typ" +[pepentation."0.1.0"] +url = "https://packages.typst.org/preview/pepentation-0.1.0.tar.gz" +hash = "sha256-Ep498Us5269VIpAcfwwv+hH9kPn0+DRxMgYbg+QYTjY=" +typstDeps = [] +description = "Convenient slides for your university's presentations" +license = [ + "MIT", +] +homepage = "https://github.com/pepengu/pepentation" + [percencode."0.1.0"] url = "https://packages.typst.org/preview/percencode-0.1.0.tar.gz" hash = "sha256-uMSxUuO2bjAWwr8SQ+8jQIA4J/F0TetNAHr/MUYeqIE=" @@ -21704,6 +21966,16 @@ license = [ ] homepage = "https://github.com/SillyFreak/typst-prequery" +[presentate."0.2.2"] +url = "https://packages.typst.org/preview/presentate-0.2.2.tar.gz" +hash = "sha256-chpQGr7FYj0C12EHZiq0bLQKyevWI4eWtvG2Z7TKMBk=" +typstDeps = [] +description = "A package to create slides with ease" +license = [ + "MIT", +] +homepage = "https://github.com/pacaunt/typst-presentate" + [presentate."0.2.1"] url = "https://packages.typst.org/preview/presentate-0.2.1.tar.gz" hash = "sha256-MqADWFU3M5aPLAOczrJNH6Ls6v3lPoId5ISoRNsyUts=" @@ -21984,6 +22256,23 @@ license = [ ] homepage = "https://github.com/SillyFreak/typst-pull-eh" +[put-thesis."0.1.1"] +url = "https://packages.typst.org/preview/put-thesis-0.1.1.tar.gz" +hash = "sha256-ytP2TcLG68pA4BVnn9ZYBojUUZ+XKv9qqqwiAy9T7u4=" +typstDeps = [ + "codly_1_3_0", + "codly-languages_0_1_10", + "headcount_0_1_0", + "hydra_0_6_2", + "linguify_0_4_2", +] +description = "An official thesis template for Poznań University of Technology" +license = [ + "MIT", + "MIT-0", +] +homepage = "https://github.com/RoyalDonkey/put-thesis-typst" + [put-thesis."0.1.0"] url = "https://packages.typst.org/preview/put-thesis-0.1.0.tar.gz" hash = "sha256-Nn8aU2St0npCGfgopTzGtBrjKNHl0VfrNokWTlg7qe8=" @@ -22603,6 +22892,16 @@ license = [ "MIT", ] +[red-agora."0.2.0"] +url = "https://packages.typst.org/preview/red-agora-0.2.0.tar.gz" +hash = "sha256-E5ugFwPQc8fvggezau06K7heIAgvlxmuN+qKe9t4krI=" +typstDeps = [] +description = "A Typst template to quickly scaffold a report for your projects and internships at ENSIAS" +license = [ + "MIT", +] +homepage = "https://github.com/essmehdi/ensias-report-template" + [red-agora."0.1.2"] url = "https://packages.typst.org/preview/red-agora-0.1.2.tar.gz" hash = "sha256-1Lr9+LqKq0ms/ZNbnOuZlZomVClGG73T1s4f2S2kxOI=" @@ -22771,6 +23070,18 @@ license = [ ] homepage = "https://github.com/eltos/accelerated-jacow/" +[rewind-note."0.1.0"] +url = "https://packages.typst.org/preview/rewind-note-0.1.0.tar.gz" +hash = "sha256-NNMIHhGdSBZlui6ehN35LbqXf8s/XRWQJWZbZjtkJUk=" +typstDeps = [ + "itemize_0_2_0", +] +description = "A Typst template for creating lifestyle social media style notes" +license = [ + "MIT", +] +homepage = "https://github.com/Ri-Nai/typst-rednote" + [rexllent."0.4.0"] url = "https://packages.typst.org/preview/rexllent-0.4.0.tar.gz" hash = "sha256-p8Q+sCQD/gAi77mPNuEUdONPQW7OqfrRmwyrIYGY6Xw=" @@ -22969,6 +23280,16 @@ license = [ ] homepage = "https://github.com/ThatOneCalculator/riesketcher" +[riichinator."0.1.0"] +url = "https://packages.typst.org/preview/riichinator-0.1.0.tar.gz" +hash = "sha256-fslGd7ysBIWcen0FbPLBDh4THapeK0oFTxsA2U9sBy4=" +typstDeps = [] +description = "Riichi Mahjong hand and board state renderer" +license = [ + "MIT", +] +homepage = "https://github.com/hemisemidemipresent/riichinator" + [rivet."0.3.0"] url = "https://packages.typst.org/preview/rivet-0.3.0.tar.gz" hash = "sha256-NywqmI2hFitxofTiILr0DijDaK8AUbC3xV8kK+OyyNA=" @@ -24112,6 +24433,16 @@ license = [ ] homepage = "https://github.com/shaneworld/HHU-Thesis-Template" +[sheetstorm."0.4.0"] +url = "https://packages.typst.org/preview/sheetstorm-0.4.0.tar.gz" +hash = "sha256-sWbpNlwTtWRL4bO8FBCMmfFcEMDZjEd3aKlxcOxyDFQ=" +typstDeps = [] +description = "A template for assignment sheets" +license = [ + "MIT", +] +homepage = "https://github.com/rabuu/sheetstorm" + [sheetstorm."0.3.3"] url = "https://packages.typst.org/preview/sheetstorm-0.3.3.tar.gz" hash = "sha256-HDm3UT7rQzDvUIgE5v+cYxT6UPdx44prtNnP72PDAOU=" @@ -24142,6 +24473,18 @@ license = [ ] homepage = "https://github.com/rabuu/sheetstorm" +[shiroa."0.3.1"] +url = "https://packages.typst.org/preview/shiroa-0.3.1.tar.gz" +hash = "sha256-6VKLMKKWj5ZWQrDmcR7jt9S4P4wtPueFu5FhO2dD5PQ=" +typstDeps = [ + "based_0_2_0", +] +description = "A simple tool for creating modern online books in pure typst" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/Myriad-Dreamin/shiroa" + [shiroa."0.3.0"] url = "https://packages.typst.org/preview/shiroa-0.3.0.tar.gz" hash = "sha256-UWoqFcxRMdOSOjuV8Ten+PyCofGNOS7M2XWwNcYIKd4=" @@ -24224,6 +24567,18 @@ license = [ ] homepage = "https://github.com/Myriad-Dreamin/shiroa" +[shiroa-mdbook."0.3.1"] +url = "https://packages.typst.org/preview/shiroa-mdbook-0.3.1.tar.gz" +hash = "sha256-VMOGjXY9fAxRPlfM7HR5OpuzMY1Q+gCt9L/zvkwmj9E=" +typstDeps = [ + "shiroa_0_3_1", +] +description = "The mdbook theme is a modern, responsive theme for [Shiroa](https://github.com/Myriad-Dreamin/shiroa/), inspired by the mdbook" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/Myriad-Dreamin/shiroa" + [shiroa-mdbook."0.3.0"] url = "https://packages.typst.org/preview/shiroa-mdbook-0.3.0.tar.gz" hash = "sha256-GGi7QaJgu6T0pGHr0LHmxIJDj8hhVxDkzYNGsoPrOBA=" @@ -24236,6 +24591,18 @@ license = [ ] homepage = "https://github.com/Myriad-Dreamin/shiroa" +[shiroa-starlight."0.3.1"] +url = "https://packages.typst.org/preview/shiroa-starlight-0.3.1.tar.gz" +hash = "sha256-RLhpoVb1Bd2ACvF7sPqMG8o7gHw3krVaAMQQ77BJ9DA=" +typstDeps = [ + "shiroa_0_3_1", +] +description = "The starlight theme is a modern, responsive theme for [Shiroa](https://github.com/Myriad-Dreamin/shiroa/), inspired by the Astro Starlight" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/Myriad-Dreamin/shiroa" + [shiroa-starlight."0.3.0"] url = "https://packages.typst.org/preview/shiroa-starlight-0.3.0.tar.gz" hash = "sha256-lWsNe1YiIgQ91QQFm+CUwSyaFO/jAU4nkmQ2pFnsafs=" @@ -24550,6 +24917,16 @@ license = [ ] homepage = "https://github.com/VWWVVW/shuxuejuan" +[sicons."16.0.0"] +url = "https://packages.typst.org/preview/sicons-16.0.0.tar.gz" +hash = "sha256-IowYo+nUZ0qszGscQsQVHE5HIsLkDE7atG+zus8Cyqk=" +typstDeps = [] +description = "SVG icons for popular brands" +license = [ + "MIT", +] +homepage = "https://github.com/cscnk52/typst-sicons" + [sicons."15.13.0"] url = "https://packages.typst.org/preview/sicons-15.13.0.tar.gz" hash = "sha256-injvgnY5RDBV5Ni4Y1FM8dicVeYgNoL6nJ8US0Cq6+4=" @@ -24845,6 +25222,40 @@ license = [ ] homepage = "https://gitlab.inria.fr/soliman/inria-touying-theme" +[simple-ntnu-report."0.1.2"] +url = "https://packages.typst.org/preview/simple-ntnu-report-0.1.2.tar.gz" +hash = "sha256-iUu2XA/Yr9ioElNlOHxoTKr+VjvVWlYrDq5wBOOmvag=" +typstDeps = [ + "codly_1_3_0", + "codly-languages_0_1_10", + "icu-datetime_0_2_0", + "swank-tex_0_1_0", + "zero_0_5_0", +] +description = "Shorter academic reports at NTNU in Trondheim" +license = [ + "AGPL-3.0-or-later", + "MIT-0", +] +homepage = "https://github.com/torsteinnh/simple-ntnu-report" + +[simple-ntnu-report."0.1.1"] +url = "https://packages.typst.org/preview/simple-ntnu-report-0.1.1.tar.gz" +hash = "sha256-V0o/8k+ucsHMrKurxl9xiWqJbj4yxDdodhHlli7J4hE=" +typstDeps = [ + "codly_1_3_0", + "codly-languages_0_1_10", + "icu-datetime_0_2_0", + "swank-tex_0_1_0", + "zero_0_5_0", +] +description = "Shorter academic reports at NTNU in Trondheim" +license = [ + "AGPL-3.0-or-later", + "MIT-0", +] +homepage = "https://github.com/torsteinnh/simple-ntnu-report" + [simple-ntnu-report."0.1.0"] url = "https://packages.typst.org/preview/simple-ntnu-report-0.1.0.tar.gz" hash = "sha256-nTqMzQDZGzBaFRjEBK3HFJkCy6XQE4w6MoyEKpZaE2E=" @@ -25016,6 +25427,16 @@ license = [ ] homepage = "https://github.com/UtkarshVerma/sleek-university-assignment" +[slydst."0.1.5"] +url = "https://packages.typst.org/preview/slydst-0.1.5.tar.gz" +hash = "sha256-koBCXklTJgihnbiIquI0/Gy4qK2oOFHT/bA8vMNnLj0=" +typstDeps = [] +description = "Create simple static slides using standard headings" +license = [ + "MIT", +] +homepage = "https://github.com/glambrechts/slydst" + [slydst."0.1.4"] url = "https://packages.typst.org/preview/slydst-0.1.4.tar.gz" hash = "sha256-34VTPaekOfhY1jAt67QmHWHyYcnpv7TcgJMa1xe5pI0=" @@ -25272,21 +25693,6 @@ license = [ ] homepage = "https://github.com/zhinenggongziliaoku/songting-book" -[songting-book."0.0.1"] -url = "https://packages.typst.org/preview/songting-book-0.0.1.tar.gz" -hash = "sha256-UwxV6cO5lmhCRSxwe5/+DBeriTX+1qINFdggVswO0Bo=" -typstDeps = [ - "hydra_0_6_1", - "modern-nju-thesis_0_4_0", - "numbly_0_1_0", - "outrageous_0_4_0", -] -description = "Create Chinese-style books effortlessly using markup with built-in styling" -license = [ - "MIT", -] -homepage = "https://github.com/zhinenggongziliaoku/songting-book" - [sos-ugent-style."0.2.0"] url = "https://packages.typst.org/preview/sos-ugent-style-0.2.0.tar.gz" hash = "sha256-NgcPW5AsXOFMaALkcrMATJeXK3JZQK4HrwPb/0NbsPg=" @@ -25557,6 +25963,19 @@ license = [ ] homepage = "https://github.com/SillyFreak/typst-stack-pointer" +[starter-journal-article."0.5.1"] +url = "https://packages.typst.org/preview/starter-journal-article-0.5.1.tar.gz" +hash = "sha256-cUMMm/dfs/ZYNBjRHrwrKmKZlDLG75DxLwWzMj7dWJY=" +typstDeps = [ + "kouhu_0_2_0", + "oxifmt_0_2_1", +] +description = "A starter template for journal articles" +license = [ + "MIT", +] +homepage = "https://github.com/HPDell/typst-starter-journal-article" + [starter-journal-article."0.4.0"] url = "https://packages.typst.org/preview/starter-journal-article-0.4.0.tar.gz" hash = "sha256-e4Be7W7KlECKwqXtSt7iLeBzmzbTuoQJZvz/v4r6rwQ=" @@ -26343,6 +26762,22 @@ license = [ ] homepage = "https://github.com/DannySeidel/typst-dhbw-template" +[supercharged-hm."0.1.0"] +url = "https://packages.typst.org/preview/supercharged-hm-0.1.0.tar.gz" +hash = "sha256-0LzAEIEnBH0uTIrtGsAz8OYT6e5qWZTtZysvsy8qC/4=" +typstDeps = [ + "codelst_2_0_2", + "drafting_0_2_2", + "glossarium_0_5_9", + "hydra_0_6_2", + "linguify_0_4_2", +] +description = "Unofficial Template for Munich University of Applied Science (HM" +license = [ + "AGPL-3.0-or-later", +] +homepage = "https://github.com/FelixSchladt/hm-template" + [svgalpha."0.0.1"] url = "https://packages.typst.org/preview/svgalpha-0.0.1.tar.gz" hash = "sha256-s7q1MoGZ+rNvXHnqA8iFh3qv7HhIwlM4THW44XGZmO4=" @@ -26981,6 +27416,18 @@ license = [ ] homepage = "https://github.com/tshort/tblr" +[tdtr."0.4.1"] +url = "https://packages.typst.org/preview/tdtr-0.4.1.tar.gz" +hash = "sha256-G9rnYvcDedmqMl3NF555mtVDSr6vaCaS+qoymQrx/fQ=" +typstDeps = [ + "fletcher_0_5_8", +] +description = "A package for drawing beautiful tidy tree easily" +license = [ + "MIT", +] +homepage = "https://github.com/Vertsineu/typst-tdtr" + [tdtr."0.4.0"] url = "https://packages.typst.org/preview/tdtr-0.4.0.tar.gz" hash = "sha256-2SlnFbQgxjC7rUWKdlAp62z38OEXjkqCCUZLajP48NU=" @@ -27137,6 +27584,22 @@ license = [ ] homepage = "https://github.com/pammacdotnet/TFGUF" +[tgm-hit-protocol."0.2.0"] +url = "https://packages.typst.org/preview/tgm-hit-protocol-0.2.0.tar.gz" +hash = "sha256-PHqRBHmZrfY70B7GEI41OSJTPauFYf/btQk/CdJLK40=" +typstDeps = [ + "ccicons_1_0_1", + "datify_1_0_0", + "glossarium_0_5_9", + "linguify_0_4_2", + "outrageous_0_4_1", +] +description = "Protocol template for students of the HIT department at TGM Wien" +license = [ + "MIT", +] +homepage = "https://github.com/TGM-HIT/typst-protocol" + [tgm-hit-protocol."0.1.0"] url = "https://packages.typst.org/preview/tgm-hit-protocol-0.1.0.tar.gz" hash = "sha256-nw8It3tBXA2XRhuZm0k5RrWOw0mTiIaDJ74B+NSFu/k=" @@ -27809,6 +28272,16 @@ license = [ ] homepage = "https://github.com/sylvanfranklin/tinyset" +[tiptoe."0.4.0"] +url = "https://packages.typst.org/preview/tiptoe-0.4.0.tar.gz" +hash = "sha256-zl7jbgluFcIR2YCmYHM9AeRROJFHyd3gPLdfx0I7jVA=" +typstDeps = [] +description = "Arrows and other marks for lines and paths" +license = [ + "MIT", +] +homepage = "https://github.com/Mc-Zen/tiptoe" + [tiptoe."0.3.2"] url = "https://packages.typst.org/preview/tiptoe-0.3.2.tar.gz" hash = "sha256-IHCEpsHBo+HWzYOYOaXjmvQWz54gIqB0pY9Llbe6Sn4=" @@ -28069,6 +28542,16 @@ license = [ ] homepage = "https://codeberg.org/jianweicheong/toffee-tufte" +[tonguetoquill-usaf-memo."1.0.0"] +url = "https://packages.typst.org/preview/tonguetoquill-usaf-memo-1.0.0.tar.gz" +hash = "sha256-mkwig3bJOc9vrJyLOC78yXp+Pez6G6Nyw2RVZbSav6Y=" +typstDeps = [] +description = "Typeset memos that are fully compliant with AFH 33-337 'The Tongue and Quill" +license = [ + "MIT", +] +homepage = "https://github.com/nibsbin/tonguetoquill-usaf-memo" + [tonguetoquill-usaf-memo."0.2.0"] url = "https://packages.typst.org/preview/tonguetoquill-usaf-memo-0.2.0.tar.gz" hash = "sha256-u6nxMw2KvKiFSXiXupwBuu3f2/kIluTsaMUlIXyH3jU=" @@ -29393,6 +29876,21 @@ license = [ "MIT", ] +[tufted."0.1.0"] +url = "https://packages.typst.org/preview/tufted-0.1.0.tar.gz" +hash = "sha256-BcSO41/udgeklcgPfSR0iQYlC9doyRAaEbCgoM06FyM=" +typstDeps = [ + "citegeist_0_2_0", + "cmarker_0_1_7", + "lilaq_0_5_0", + "mitex_0_2_6", +] +description = "Responsive web layout with wide margins, elegant sidenotes, and restrained typography" +license = [ + "MIT", +] +homepage = "https://github.com/vsheg/tufted" + [tufted."0.0.1"] url = "https://packages.typst.org/preview/tufted-0.0.1.tar.gz" hash = "sha256-W+a4ylO6SYFD/URbi2swC3Gaw2XZaSyRq10aMbboYE4=" @@ -29996,6 +30494,16 @@ license = [ ] homepage = "https://github.com/manjavacas/typslides" +[typsy."0.2.1"] +url = "https://packages.typst.org/preview/typsy-0.2.1.tar.gz" +hash = "sha256-hume4ASj1gi4ceDD8zcbmdnEoFTc1GUkcCKA03J0Yts=" +typstDeps = [] +description = "Classes/structs, pattern matching, safe counters... and more! Your one-stop library for programming tools not already in core Typst" +license = [ + "Apache-2.0", +] +homepage = "https://github.com/patrick-kidger/typsy" + [typsy."0.2.0"] url = "https://packages.typst.org/preview/typsy-0.2.0.tar.gz" hash = "sha256-/8KOodI0vfunokhfnYICUU/vu9KrM4qXNJTEbKUGeuI=" @@ -30448,6 +30956,19 @@ license = [ ] homepage = "https://github.com/islatri/universal-jlu-thesis" +[unofficial-cambridge-polylux-theme."0.0.1"] +url = "https://packages.typst.org/preview/unofficial-cambridge-polylux-theme-0.0.1.tar.gz" +hash = "sha256-A3AoCb4MmtXdk3+IzGuJ5bYqMbbQaPtLuZvUeuu9xr0=" +typstDeps = [ + "fletcher_0_5_8", + "mannot_0_3_1", + "polylux_0_4_0", +] +description = "University of Cambridge theme for Polylux" +license = [ + "MIT", +] + [unofficial-cityu-phd-thesis."1.0.0"] url = "https://packages.typst.org/preview/unofficial-cityu-phd-thesis-1.0.0.tar.gz" hash = "sha256-KXkCStuhPf5ZuWr4s//mpmjPMA0ftXUE1w5KOMdVNWw=" @@ -30707,6 +31228,16 @@ license = [ ] homepage = "https://github.com/AnsgarLichter/unofficial-hka-thesis" +[unofficial-kth-thesis-proposal."0.1.0"] +url = "https://packages.typst.org/preview/unofficial-kth-thesis-proposal-0.1.0.tar.gz" +hash = "sha256-NbLE/4DeP+0tSq/FIMYnxlKF0MbG8CFTG0aSjZb5VR8=" +typstDeps = [] +description = "Simple unofficial KTH degree project proposal template" +license = [ + "MIT", +] +homepage = "https://github.com/cseas002/kth-thesis-proposal" + [unofficial-sdu-thesis."1.0.0"] url = "https://packages.typst.org/preview/unofficial-sdu-thesis-1.0.0.tar.gz" hash = "sha256-RnBRBBqyjwEmjw+I7s8ld1fxRxRuwcx/biTDFXZzoJM=" @@ -31415,18 +31946,6 @@ license = [ ] homepage = "https://github.com/elegaanz/vercanard" -[vercanard."1.0.1"] -url = "https://packages.typst.org/preview/vercanard-1.0.1.tar.gz" -hash = "sha256-Y4PCYzyy11zXWPDDDdkJsYxCRrIPvp4RlGCe7K0krkk=" -typstDeps = [ - "vercanard_1_0_0", -] -description = "A colorful CV template" -license = [ - "GPL-3.0-only", -] -homepage = "https://github.com/elegaanz/vercanard" - [vercanard."1.0.0"] url = "https://packages.typst.org/preview/vercanard-1.0.0.tar.gz" hash = "sha256-DIS6Sf/GNcznHph+LV9Cy5pzOvK7S34Ua+3Cz8twqnI=" @@ -31652,19 +32171,6 @@ license = [ ] homepage = "https://github.com/Dawod-G/ENSEA_Typst-Template" -[volt-internship-ensea."0.1.2"] -url = "https://packages.typst.org/preview/volt-internship-ensea-0.1.2.tar.gz" -hash = "sha256-+i0DVS/3DG4ds6sutcMcO6IPiHgwfh2kMKaVns+irfE=" -typstDeps = [ - "glossy_0_8_0", - "hydra_0_6_2", -] -description = "Unofficial template for internship reports at ENSEA, a French engineering school" -license = [ - "MIT", -] -homepage = "https://github.com/Dawod-G/ENSEA_Typst-Template" - [volt-internship-ensea."0.1.1"] url = "https://packages.typst.org/preview/volt-internship-ensea-0.1.1.tar.gz" hash = "sha256-hGd+Ta6yhLBkVtLvqefBGrj58uHvL0fKkxRah0WoO8s=" @@ -31919,6 +32425,16 @@ license = [ ] homepage = "https://github.com/typst/templates" +[wordc."0.1.0"] +url = "https://packages.typst.org/preview/wordc-0.1.0.tar.gz" +hash = "sha256-9s1bk/gwK81gdiRKgPeKj6o2D69poUAfSUZ7sd4RMjA=" +typstDeps = [] +description = "Create aesthetic vocabulary and synonym cards" +license = [ + "MIT", +] +homepage = "https://github.com/MicDZ/typst-wordc" + [wordometer."0.1.5"] url = "https://packages.typst.org/preview/wordometer-0.1.5.tar.gz" hash = "sha256-8641l2B26RMq4aNzNnFHjJeTzqH0JD/utjOHnn81RS8=" @@ -32291,6 +32807,16 @@ license = [ ] homepage = "https://github.com/l0uisgrange/zap" +[zebraw."0.6.1"] +url = "https://packages.typst.org/preview/zebraw-0.6.1.tar.gz" +hash = "sha256-zixd/XpbcsmSQQjc0dIsivNAOWUWCh+KqB4usGvAeLg=" +typstDeps = [] +description = "A lightweight and fast package for displaying code blocks with line numbers or highlighting" +license = [ + "MIT", +] +homepage = "https://github.com/hongjr03/typst-zebraw" + [zebraw."0.6.0"] url = "https://packages.typst.org/preview/zebraw-0.6.0.tar.gz" hash = "sha256-hjEQko3FPJ+HhPuOBEl/V6Qc3MLvAB2NSq9QeP1nZ3E=" From 0c50a0e5b6bf251b50479e874bb41d8fe6f5c100 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Dec 2025 13:39:07 +0000 Subject: [PATCH 34/39] mcp-grafana: 0.7.9 -> 0.7.10 --- pkgs/by-name/mc/mcp-grafana/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/mc/mcp-grafana/package.nix b/pkgs/by-name/mc/mcp-grafana/package.nix index 8cbdea3b1b64..0df9c4fd1f1b 100644 --- a/pkgs/by-name/mc/mcp-grafana/package.nix +++ b/pkgs/by-name/mc/mcp-grafana/package.nix @@ -6,16 +6,16 @@ buildGoModule (finalAttrs: { pname = "mcp-grafana"; - version = "0.7.9"; + version = "0.7.10"; src = fetchFromGitHub { owner = "grafana"; repo = "mcp-grafana"; tag = "v${finalAttrs.version}"; - hash = "sha256-oXF1TvapQUYvU3LS/cnjcoHMuELw5X/OkuSSyuS1ClY="; + hash = "sha256-DDkIWCJneL7l59CThzPkHzcB/lcUZrcVDZO/nWsZ2ss="; }; - vendorHash = "sha256-vy+Ku4UISkFSoRUpgY6dNvaXKpCRRfGl8BNknk6DCXs="; + vendorHash = "sha256-4dOsXrwUk+muYLIec9hBdMl/W3lk/pMvliEWeYrU5zQ="; ldflags = [ "-s" From 6264db5dddf34306f84ad066f94a191a32112746 Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Wed, 3 Dec 2025 15:22:35 +0100 Subject: [PATCH 35/39] pkgs/impure-overlays.nix: must be functions followup to #466860 --- pkgs/top-level/impure-overlays.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/impure-overlays.nix b/pkgs/top-level/impure-overlays.nix index a46571d08840..3d0c6831b919 100644 --- a/pkgs/top-level/impure-overlays.nix +++ b/pkgs/top-level/impure-overlays.nix @@ -38,7 +38,10 @@ let ) else # it's a file, so the result is the contents of the file itself - [ (import path) ]; + let + overlay = import path; + in + if builtins.isFunction overlay then [ overlay ] else overlay; in if pathOverlays != "" && builtins.pathExists pathOverlays then overlays pathOverlays From 68d40bb7d452dbdbc25076f52106adcfc10b60de Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Dec 2025 14:40:53 +0000 Subject: [PATCH 36/39] miriway: 25.12 -> 25.13 --- pkgs/by-name/mi/miriway/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/mi/miriway/package.nix b/pkgs/by-name/mi/miriway/package.nix index efa6921acce2..b9bf53bf8f31 100644 --- a/pkgs/by-name/mi/miriway/package.nix +++ b/pkgs/by-name/mi/miriway/package.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "miriway"; - version = "25.12"; + version = "25.13"; src = fetchFromGitHub { owner = "Miriway"; repo = "Miriway"; tag = "v${finalAttrs.version}"; - hash = "sha256-I+W3tYhjnT3SI6U1K7Xz/5rBHYM3ZAeqj3vRgOXz+lU="; + hash = "sha256-W05XAhZwdqotlDSklnw4Yh3k8VJNQJzHCJsMQn1p5rQ="; }; postPatch = '' From 78b4d599b5388c49618e62dd1ed9dbd39cc0560e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Dec 2025 14:52:05 +0000 Subject: [PATCH 37/39] cargo-workspaces: 0.4.1 -> 0.4.2 --- pkgs/by-name/ca/cargo-workspaces/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ca/cargo-workspaces/package.nix b/pkgs/by-name/ca/cargo-workspaces/package.nix index b4776756e690..1d103eebe0ed 100644 --- a/pkgs/by-name/ca/cargo-workspaces/package.nix +++ b/pkgs/by-name/ca/cargo-workspaces/package.nix @@ -10,14 +10,14 @@ rustPlatform.buildRustPackage rec { pname = "cargo-workspaces"; - version = "0.4.1"; + version = "0.4.2"; src = fetchCrate { inherit pname version; - hash = "sha256-5heOf74OUsnrG+vt9AdMXV7uRxqKYs0KRE7qm0irmC0="; + hash = "sha256-/h7v5Wq7YsNMVzLHw3QQmcknbjARpI7HFPAUGX72wZ0="; }; - cargoHash = "sha256-Is2ddCrg+dP0TSw3EUl057RA0L2VW4mPttg2eAtC0j4="; + cargoHash = "sha256-eaTLKQdz8Kyee7Bhub/OBueteeQ8jY36g4DgqctrToY="; nativeBuildInputs = [ pkg-config From 2f29c0c4734608cf15c370f1354dbf5192a38db9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Dec 2025 15:50:56 +0000 Subject: [PATCH 38/39] luau-lsp: 1.56.2 -> 1.57.1 --- pkgs/by-name/lu/luau-lsp/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/lu/luau-lsp/package.nix b/pkgs/by-name/lu/luau-lsp/package.nix index 9156dae7f9c8..7825e72d6d88 100644 --- a/pkgs/by-name/lu/luau-lsp/package.nix +++ b/pkgs/by-name/lu/luau-lsp/package.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "luau-lsp"; - version = "1.56.2"; + version = "1.57.1"; src = fetchFromGitHub { owner = "JohnnyMorganz"; repo = "luau-lsp"; tag = finalAttrs.version; - hash = "sha256-lEv4ZysuYrK86JRoH8M2PesGEo7LI9ybGLIOExPtTZQ="; + hash = "sha256-onL/Iqk6nZClEHqam7wOAb69lO7h92Ox5iCVeuFn/LE="; fetchSubmodules = true; }; From 8a0a4dd42dfa691b6d7e3be83b7475d480cfc746 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Dec 2025 17:02:52 +0000 Subject: [PATCH 39/39] cargo-shear: 1.6.6 -> 1.7.1 --- pkgs/by-name/ca/cargo-shear/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ca/cargo-shear/package.nix b/pkgs/by-name/ca/cargo-shear/package.nix index fedacd19e122..dc68a76e794c 100644 --- a/pkgs/by-name/ca/cargo-shear/package.nix +++ b/pkgs/by-name/ca/cargo-shear/package.nix @@ -8,15 +8,15 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "cargo-shear"; - version = "1.6.6"; + version = "1.7.1"; src = fetchCrate { pname = "cargo-shear"; version = finalAttrs.version; - hash = "sha256-cLUR3q5/wBWI9eeDjpKtO1/mJZwgRA79iQ0tyRICX7A="; + hash = "sha256-GvkIXk0Ry3bm5A+PwdH4zrDtxzfJt4pd8gF/PPGsyDs="; }; - cargoHash = "sha256-BiGNZJw0H2I4j8wtoI67iR7n/vns1gwBxeE1eXeESn0="; + cargoHash = "sha256-3PIdxoLoe9cgjr53lu7X1cGNT9wHgIG0E4jld7TK3b4="; env = { # https://github.com/Boshen/cargo-shear/blob/v1.6.2/src/lib.rs#L51-L54