diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index cfb6aa672ecd..134ce9253d4e 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -6084,6 +6084,12 @@ githubId = 10701143; name = "David Crompton"; }; + davidlghellin = { + email = "hola@devel0pez.com"; + github = "davidlghellin"; + githubId = 1321512; + name = "David López"; + }; davidrusu = { email = "davidrusu.me@gmail.com"; github = "davidrusu"; diff --git a/pkgs/applications/blockchains/groestlcoin/default.nix b/pkgs/applications/blockchains/groestlcoin/default.nix index 9a16192c6bf6..d140f19b3cf8 100644 --- a/pkgs/applications/blockchains/groestlcoin/default.nix +++ b/pkgs/applications/blockchains/groestlcoin/default.nix @@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: { install -Dm644 ${desktop} $out/share/applications/groestlcoin-qt.desktop substituteInPlace $out/share/applications/groestlcoin-qt.desktop --replace "Icon=groestlcoin128" "Icon=groestlcoin" - install -Dm644 share/pixmaps/groestlcoin256.png $out/share/pixmaps/groestlcoin.png + install -Dm644 share/pixmaps/groestlcoin256.png $out/share/icons/hicolor/256x256/apps/groestlcoin.png ''; cmakeFlags = [ diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 33da92ae13aa..c809930bc583 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -497,8 +497,8 @@ let mktplcRef = { publisher = "banacorn"; name = "agda-mode"; - version = "0.6.7"; - hash = "sha256-G8zAFEMM+fsndBjySkQpRlEj9+EGmMNTTI9AUIoMWR0="; + version = "0.6.8"; + hash = "sha256-rMRajooaU3W2tHhM3rBsRS0i5Ppp137m9yW9eIqLPos="; }; meta = { changelog = "https://marketplace.visualstudio.com/items/banacorn.agda-mode/changelog"; @@ -675,8 +675,8 @@ let mktplcRef = { name = "markdown-mermaid"; publisher = "bierner"; - version = "1.31.1"; - hash = "sha256-K3UXNT3MpGlhyHcx0AYAkCPEJIbYIu3e/ucIAQLwoEQ="; + version = "1.32.0"; + hash = "sha256-1LlRTkskBAlYV+fq3GVyOUGYXbILvKIByBu2uKwTUUc="; }; meta = { changelog = "https://marketplace.visualstudio.com/items/bierner.markdown-mermaid/changelog"; diff --git a/pkgs/applications/editors/vscode/extensions/elijah-potter.harper/default.nix b/pkgs/applications/editors/vscode/extensions/elijah-potter.harper/default.nix index 1f4e237c962d..36777f2b5a55 100644 --- a/pkgs/applications/editors/vscode/extensions/elijah-potter.harper/default.nix +++ b/pkgs/applications/editors/vscode/extensions/elijah-potter.harper/default.nix @@ -13,7 +13,7 @@ vscode-utils.buildVscodeMarketplaceExtension { name = "harper"; publisher = "elijah-potter"; version = harper.version; - hash = "sha256-rN8aQXDoUje5flRA1T4rw+CVWW9RQRNKtj6ktaAyJQ0="; + hash = "sha256-7WneJ4RNJ02SaceEp3su8be/jkZMIy1dSEH1Ay31wLM="; }; nativeBuildInputs = [ diff --git a/pkgs/applications/emulators/libretro/cores/snes9x.nix b/pkgs/applications/emulators/libretro/cores/snes9x.nix index da8a3a0d8ef3..807ffcec7742 100644 --- a/pkgs/applications/emulators/libretro/cores/snes9x.nix +++ b/pkgs/applications/emulators/libretro/cores/snes9x.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "snes9x"; - version = "0-unstable-2026-02-03"; + version = "0-unstable-2026-02-10"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "02f642cdadfaa8f9fa7ec674382d6c70a8b534d6"; - hash = "sha256-4BqWxchxdq8pbWw3Iql786Iu/OY5VMT1pF8wowI26h0="; + rev = "5110899f86b0facb67ebd84200e3d43e4f7f4e01"; + hash = "sha256-DniWaYte0N7xZq8w294CVxMWYeQO3wK91ECJp+LOv3k="; }; makefile = "Makefile"; diff --git a/pkgs/applications/misc/diffpdf/default.nix b/pkgs/applications/misc/diffpdf/default.nix index 6ccea371e6e3..b4730af82ae2 100644 --- a/pkgs/applications/misc/diffpdf/default.nix +++ b/pkgs/applications/misc/diffpdf/default.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { install -dpm755 $out/share/doc/${pname}-${version} $out/share/licenses/${pname}-${version} $out/share/icons $out/share/pixmaps $out/share/applications install -Dpm644 CHANGES README help.html $out/share/doc/${pname}-${version}/ install -Dpm644 gpl-2.0.txt $out/share/licenses/${pname}-${version}/ - install -Dpm644 images/icon.png $out/share/pixmaps/diffpdf.png + install -Dpm644 images/icon.png $out/share/icons/hicolor/64x64/apps/diffpdf.png cat > $out/share/applications/diffpdf.desktop < /dev/null \ - || (echo "ERROR: Version substitution seems to be broken"; exit 1) + ${pip}/bin/pip show "${pname}" | grep "Version: ${version}" > /dev/null \ + || (echo "ERROR: Version substitution seems to be broken"; exit 1) - runHook postCheck - ''; + runHook postCheck + ''; - pythonImportsCheck = [ - (builtins.replaceStrings [ "-" ] [ "_" ] pname) - ]; - } + pythonImportsCheck = [ + (builtins.replaceStrings [ "-" ] [ "_" ] pname) + ]; + } + // args + ) ) { }; in { @@ -118,6 +114,7 @@ in env ? { }, meta, fetchSubmodules ? false, + pythonArgs ? { }, ... }@args: let @@ -147,16 +144,8 @@ let in mkBasePackage ( { - inherit - meta - src - version - vendorHash - extraLdflags - env - ; - pname = repo; + inherit env src; nativeBuildInputs = [ pulumi-gen @@ -175,11 +164,14 @@ mkBasePackage ( VERSION=v${version} go generate cmd/${cmdRes}/main.go ''; - passthru.sdks.python = mkPythonPackage { - inherit meta src version; + passthru.sdks.python = mkPythonPackage ( + { + inherit meta src version; - pname = repo; - }; + pname = repo; + } + // pythonArgs + ); } - // args + // (lib.removeAttrs args [ "pythonArgs" ]) ) diff --git a/pkgs/by-name/qo/qoi/package.nix b/pkgs/by-name/qo/qoi/package.nix index e3fb2e90107f..2bbce98bac03 100644 --- a/pkgs/by-name/qo/qoi/package.nix +++ b/pkgs/by-name/qo/qoi/package.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "qoi"; - version = "0-unstable-2025-11-13"; # no upstream version yet. + version = "0-unstable-2026-02-04"; # no upstream version yet. src = fetchFromGitHub { owner = "phoboslab"; repo = "qoi"; - rev = "44b233a95eda82fbd2e39a269199b73af0f4c4c3"; - hash = "sha256-W5JG9Nz4NI2KZmUEtxEiGH7oxfAzEIaUyXTbSB25hZw="; + rev = "a2f3ab61bc1f3271aad699abc47653df36162bbc"; + hash = "sha256-NLvePFZGTWlY+fDInLqnLriUTyBfh0koHQwik917vQY="; }; patches = [ diff --git a/pkgs/by-name/ra/rapidraw/package.nix b/pkgs/by-name/ra/rapidraw/package.nix index 95e27c462fe1..0db473243c87 100644 --- a/pkgs/by-name/ra/rapidraw/package.nix +++ b/pkgs/by-name/ra/rapidraw/package.nix @@ -42,13 +42,13 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "rapidraw"; - version = "1.4.11"; + version = "1.4.12"; src = fetchFromGitHub { owner = "CyberTimon"; repo = "RapidRAW"; tag = "v${finalAttrs.version}"; - hash = "sha256-Jd/t3PWvUaQuTHqd4A4vqAfzR2QpZ/j1352gLyuqRxQ="; + hash = "sha256-esNw3JmQZ0Qbqtwno5SREVwIxR7DBi50GS9BCjgNGuA="; fetchSubmodules = true; # darwin/linux hash mismatch in rawler submodule @@ -58,7 +58,7 @@ rustPlatform.buildRustPackage (finalAttrs: { ''; }; - cargoHash = "sha256-ijyrq2BwNeJM8eM6yc5jmCicpLndhtKVlwHviMwpFS4="; + cargoHash = "sha256-F5fN14dv8iFUub3bYci+MC8fuyLLZKuoF9W1cfJ7NLo="; npmDeps = fetchNpmDeps { inherit (finalAttrs) src; diff --git a/pkgs/by-name/re/reindeer/package.nix b/pkgs/by-name/re/reindeer/package.nix index 6a3f8c06e439..21b9f86465ff 100644 --- a/pkgs/by-name/re/reindeer/package.nix +++ b/pkgs/by-name/re/reindeer/package.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "reindeer"; - version = "2026.02.02.00"; + version = "2026.02.09.00"; src = fetchFromGitHub { owner = "facebookincubator"; repo = "reindeer"; tag = "v${finalAttrs.version}"; - hash = "sha256-NiS3TETnyGMGU+AxTNQIem3Cj2/c/VKSXSrcTX/5oME="; + hash = "sha256-ju+HrYSW0m2vcz5UKyxkXdOhBl34KPWEfHSj8iXoTeY="; }; - cargoHash = "sha256-aHAgb3IJVRaVBGd2voUoUblRGoepTjUFIR3WOmTEEVY="; + cargoHash = "sha256-ltPZYyWfb4018OCbTKdz/M4Y8MXIrSdZswnwRxfs1qk="; nativeBuildInputs = [ pkg-config ]; diff --git a/pkgs/by-name/re/rerun/package.nix b/pkgs/by-name/re/rerun/package.nix index d82d79e203d0..a9e67738e49a 100644 --- a/pkgs/by-name/re/rerun/package.nix +++ b/pkgs/by-name/re/rerun/package.nix @@ -35,7 +35,7 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "rerun"; - version = "0.29.1"; + version = "0.29.2"; outputs = [ "out" @@ -46,7 +46,7 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "rerun-io"; repo = "rerun"; tag = finalAttrs.version; - hash = "sha256-pblPwnHJHrIqzXrez5bf8fR7vkzCfkF6npU3Zv9CE+0="; + hash = "sha256-ftASIRaQ/SCymow5Ow0Y6KPbhmtpNQxjG38scGEnXxY="; }; # The path in `build.rs` is wrong for some reason, so we patch it to make the passthru tests work @@ -55,7 +55,7 @@ rustPlatform.buildRustPackage (finalAttrs: { --replace-fail '"rerun_sdk/rerun_cli/rerun"' '"rerun_sdk/rerun"' ''; - cargoHash = "sha256-Ou642Fxd+QCQ3TWoSO7F3kEzQ/BA9nkWQAH/Yoa/tLg="; + cargoHash = "sha256-HRQ2798GUJ8y23DhGUVGok/dEf02Uj0mY0pGBWY3AuY="; cargoBuildFlags = [ "--package" diff --git a/pkgs/by-name/sa/sail/package.nix b/pkgs/by-name/sa/sail/package.nix new file mode 100644 index 000000000000..b46f1f45e0be --- /dev/null +++ b/pkgs/by-name/sa/sail/package.nix @@ -0,0 +1,64 @@ +{ + lib, + rustPlatform, + fetchFromGitHub, + protobuf, + pkg-config, + python3, + nix-update-script, + versionCheckHook, +}: + +rustPlatform.buildRustPackage (finalAttrs: { + pname = "sail"; + version = "0.5.0"; + + src = fetchFromGitHub { + owner = "lakehq"; + repo = "sail"; + tag = "v${finalAttrs.version}"; + hash = "sha256-JHeFJnPgDuRlUVHg5DrlC/rpeOKu/g9LfS2drpmpVa8="; + }; + + cargoHash = "sha256-pDB9tXDdPZ9YhAJC2Vax0/SCWiG3APVQQy/PgSSClUw="; + + cargoBuildFlags = [ + "-p" + "sail-cli" + ]; + cargoTestFlags = [ + "-p" + "sail-cli" + ]; + + nativeBuildInputs = [ + protobuf + pkg-config + ]; + + buildInputs = [ + python3 + ]; + + env = { + PYO3_PYTHON = lib.getExe python3; + PROTOC = lib.getExe protobuf; + }; + + # Tests require a running server + doCheck = false; + + nativeInstallCheckInputs = [ versionCheckHook ]; + doInstallCheck = true; + + passthru.updateScript = nix-update-script { }; + + meta = { + description = "Spark-compatible compute engine built on Apache Arrow and DataFusion"; + homepage = "https://github.com/lakehq/sail"; + changelog = "https://github.com/lakehq/sail/blob/v${finalAttrs.version}/docs/reference/changelog/index.md"; + license = lib.licenses.asl20; + mainProgram = "sail"; + maintainers = [ lib.maintainers.davidlghellin ]; + }; +}) diff --git a/pkgs/by-name/se/sec/package.nix b/pkgs/by-name/se/sec/package.nix index 08295da107c5..b36116f82f89 100644 --- a/pkgs/by-name/se/sec/package.nix +++ b/pkgs/by-name/se/sec/package.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "sec"; - version = "2.9.3"; + version = "2.9.4"; src = fetchFromGitHub { owner = "simple-evcorr"; repo = "sec"; rev = finalAttrs.version; - sha256 = "sha256-iK2v/qCWw4jdSEpx6cwSB98n5iFmbCyJH0lIpUG8pAU="; + sha256 = "sha256-XF4Wc1uRz1PrIwDGh9AUsR4s5nij1G+DgZUY8ey2ZJA="; }; buildInputs = [ perl ]; diff --git a/pkgs/by-name/si/simpleTpmPk11/package.nix b/pkgs/by-name/si/simple-tpm-pk11/package.nix similarity index 100% rename from pkgs/by-name/si/simpleTpmPk11/package.nix rename to pkgs/by-name/si/simple-tpm-pk11/package.nix diff --git a/pkgs/by-name/sm/smatch/fix_include_path.patch b/pkgs/by-name/sm/smatch/fix_include_path.patch index af6de589f9e9..8d34fbeea443 100644 --- a/pkgs/by-name/sm/smatch/fix_include_path.patch +++ b/pkgs/by-name/sm/smatch/fix_include_path.patch @@ -1,36 +1,24 @@ -diff --git a/pre-process.c b/pre-process.c -index 457685c0..006209ad 100644 --- a/pre-process.c +++ b/pre-process.c -@@ -2410,32 +2410,27 @@ static void do_preprocess(struct token **list) +@@ -2410,22 +2410,27 @@ static void do_preprocess(struct token **list) void init_include_path(void) { -- FILE *fp; - char path[256]; -- char arch[32]; - char os[32]; +- int error; +- struct utsname name; - -- fp = popen("/bin/uname -m", "r"); -- if (!fp) +- error = uname(&name); +- if (error) - return; -- if (!fgets(arch, sizeof(arch) - 1, fp)) -- return; -- pclose(fp); -- if (arch[strlen(arch) - 1] == '\n') -- arch[strlen(arch) - 1] = '\0'; - -- fp = popen("/bin/uname -o", "r"); -- if (!fp) -- return; -- fgets(os, sizeof(os) - 1, fp); -- pclose(fp); -- -- if (strcmp(os, "GNU/Linux\n") != 0) +- if (strcmp(name.sysname, "Linux") != 0) - return; - strcpy(os, "linux-gnu"); - -- snprintf(path, sizeof(path), "/usr/include/%s-%s/", arch, os); +- snprintf(path, sizeof(path), "/usr/include/%s-%s/", +- name.machine, os); - add_pre_buffer("#add_system \"%s/\"\n", path); + add_pre_buffer("#add_system \"%s/\"\n", "@clang@"); + add_pre_buffer("#add_system \"%s/\"\n", "@libc@"); diff --git a/pkgs/by-name/sm/smatch/package.nix b/pkgs/by-name/sm/smatch/package.nix index 7362d2a8669f..9ebdcc4f0005 100644 --- a/pkgs/by-name/sm/smatch/package.nix +++ b/pkgs/by-name/sm/smatch/package.nix @@ -13,7 +13,7 @@ buildc2xml ? false, }: let - version = "1.73"; + version = "1.74"; in stdenv.mkDerivation (finalAttrs: { pname = "smatch"; @@ -23,11 +23,10 @@ stdenv.mkDerivation (finalAttrs: { owner = "error27"; repo = "smatch"; tag = finalAttrs.version; - hash = "sha256-Pv3bd2cjnQKnhH7TrkYWfDEeaq6u/q/iK1ZErzn6bME="; + hash = "sha256-LZdTwoTbNj/YE8o5xQ7MclkULJI3NTeeR38BsAtsI/4="; }; patches = [ - ./remove_const.patch ( let clang-major = lib.versions.major (lib.getVersion llvmPackages.clang-unwrapped); diff --git a/pkgs/by-name/sm/smatch/remove_const.patch b/pkgs/by-name/sm/smatch/remove_const.patch deleted file mode 100644 index 6f2416d69187..000000000000 --- a/pkgs/by-name/sm/smatch/remove_const.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff --git a/smatch.h b/smatch.h -index 36ae3497..ceb1907c 100644 ---- a/smatch.h -+++ b/smatch.h -@@ -1375,7 +1375,7 @@ bool buf_comp_has_bytes(struct expression *buf, struct expression *var); - bool buf_comp2_has_bytes(struct expression *buf_expr, struct expression *var); - - /* smatch_untracked_param.c */ --void mark_untracked(struct expression *expr, int param, const char *key, const char *value); -+void mark_untracked(struct expression *expr, int param, char *key, char *value); - void add_untracked_param_hook(void (func)(struct expression *call, int param)); - void add_lost_param_hook(void (func)(struct expression *call, int param)); - void mark_all_params_untracked(int return_id, char *return_ranges, struct expression *expr); -diff --git a/smatch_untracked_param.c b/smatch_untracked_param.c -index 4bb3c244..d24958e7 100644 ---- a/smatch_untracked_param.c -+++ b/smatch_untracked_param.c -@@ -120,12 +120,12 @@ free: - - } - --void mark_untracked(struct expression *expr, int param, const char *key, const char *value) -+void mark_untracked(struct expression *expr, int param, char *key, char *value) - { - mark_untracked_lost(expr, param, key, UNTRACKED_PARAM); - } - --void mark_lost(struct expression *expr, int param, const char *key, const char *value) -+void mark_lost(struct expression *expr, int param, char *key, char *value) - { - mark_untracked_lost(expr, param, key, LOST_PARAM); - } diff --git a/pkgs/by-name/so/solanum/package.nix b/pkgs/by-name/so/solanum/package.nix index d251b455cec3..1b20e63e7ee0 100644 --- a/pkgs/by-name/so/solanum/package.nix +++ b/pkgs/by-name/so/solanum/package.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation { pname = "solanum"; - version = "0-unstable-2026-02-03"; + version = "0-unstable-2026-02-12"; src = fetchFromGitHub { owner = "solanum-ircd"; repo = "solanum"; - rev = "9778247c3dca59370b21c4f34f328c52e8b8c669"; - hash = "sha256-qeAO4AcrPPUW+5TA20GcLSzTKGC51IrK53K9qtBxnH4="; + rev = "59e35e3f5e0943729f2b55f860416b63c4a0e73f"; + hash = "sha256-sK0cbVP8IcPhSfBgO70Y7gXYaar6Ua7OZM1HzU0rk9Y="; }; patches = [ diff --git a/pkgs/by-name/sp/spotify-player/package.nix b/pkgs/by-name/sp/spotify-player/package.nix index 5e73829b1769..00dea3d74176 100644 --- a/pkgs/by-name/sp/spotify-player/package.nix +++ b/pkgs/by-name/sp/spotify-player/package.nix @@ -49,16 +49,16 @@ assert lib.assertOneOf "withAudioBackend" withAudioBackend [ rustPlatform.buildRustPackage (finalAttrs: { pname = "spotify-player"; - version = "0.22.0"; + version = "0.22.1"; src = fetchFromGitHub { owner = "aome510"; repo = "spotify-player"; tag = "v${finalAttrs.version}"; - hash = "sha256-161kaqfJOMI2hJHM18TD2Kd2Z4RVNS9kE7SqElccw0E="; + hash = "sha256-fULVQMVF+fDVNXj/qbwjBIG1EHfdlG/gTY+NJTWbwdk="; }; - cargoHash = "sha256-6jNH+1ysJhzqMcqkyAMqgJKD5R1dSK1MYwRBaXi0BUk="; + cargoHash = "sha256-12ccf5LT2XAq1SmcG6RnpECDS89ZJ/21MYp8dtBUnL8="; nativeBuildInputs = [ pkg-config diff --git a/pkgs/by-name/ss/ssm-session-manager-plugin/package.nix b/pkgs/by-name/ss/ssm-session-manager-plugin/package.nix index 4a33647c3b40..ca7f066384f2 100644 --- a/pkgs/by-name/ss/ssm-session-manager-plugin/package.nix +++ b/pkgs/by-name/ss/ssm-session-manager-plugin/package.nix @@ -5,13 +5,13 @@ }: buildGoModule (finalAttrs: { pname = "ssm-session-manager-plugin"; - version = "1.2.764.0"; + version = "1.2.779.0"; src = fetchFromGitHub { owner = "aws"; repo = "session-manager-plugin"; rev = finalAttrs.version; - hash = "sha256-QJYKkEb70G/cmhZ1Wj4GKJaJLRothkeq0bijGkdazt0="; + hash = "sha256-QLr/G82uinbz21z5FswSh0UKWZE4FWjKaVQFQJOYSdw="; }; patches = [ diff --git a/pkgs/by-name/ta/tauno-monitor/package.nix b/pkgs/by-name/ta/tauno-monitor/package.nix index 1d4bba5e78ac..f7a43380718c 100644 --- a/pkgs/by-name/ta/tauno-monitor/package.nix +++ b/pkgs/by-name/ta/tauno-monitor/package.nix @@ -13,14 +13,14 @@ }: python3Packages.buildPythonApplication (finalAttrs: { pname = "tauno-monitor"; - version = "0.2.19"; + version = "0.2.20"; pyproject = false; src = fetchFromGitHub { owner = "taunoe"; repo = "tauno-monitor"; tag = "v${finalAttrs.version}"; - hash = "sha256-MxP+ramtHjzkbkdICJTGdS2N3HG6uhdclA3su3cEXIE="; + hash = "sha256-rtFnWK1K4S866lgR/lGaTB+REqDExKsEFePX8cwai5E="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/te/teams-for-linux/package.nix b/pkgs/by-name/te/teams-for-linux/package.nix index 2acab21f3851..3a4cf839ef58 100644 --- a/pkgs/by-name/te/teams-for-linux/package.nix +++ b/pkgs/by-name/te/teams-for-linux/package.nix @@ -16,16 +16,16 @@ buildNpmPackage rec { pname = "teams-for-linux"; - version = "2.7.3"; + version = "2.7.4"; src = fetchFromGitHub { owner = "IsmaelMartinez"; repo = "teams-for-linux"; tag = "v${version}"; - hash = "sha256-+DSgLKVvH9yTbUxkMAIzULSPU5ohAXAqFvIZzs7tju0="; + hash = "sha256-Wld0Unf2Rk/6/UXocxHn7vdkFgaNtiBybe4snJF7W2E="; }; - npmDepsHash = "sha256-5cMok+eS+oFH66wUSZkJsHAxxb8lQw1yBavJS0QaEQI="; + npmDepsHash = "sha256-wSK20nCrAp184iPxlfxUvub8vynPKEQxNLkkN8FuWwA="; nativeBuildInputs = [ makeWrapper diff --git a/pkgs/by-name/te/testssl/package.nix b/pkgs/by-name/te/testssl/package.nix index 12d6368f55ed..e5343def63fa 100644 --- a/pkgs/by-name/te/testssl/package.nix +++ b/pkgs/by-name/te/testssl/package.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "testssl.sh"; - version = "3.2.2"; + version = "3.2.3"; src = fetchFromGitHub { owner = "drwetter"; repo = "testssl.sh"; rev = "v${finalAttrs.version}"; - sha256 = "sha256-zPqGCcWRwTYl7cGnrv9a5KOMe75xzU2xvf5z+Nqwfb0="; + sha256 = "sha256-hR+EhAkv7EXMhBu8wEF6yjpvMzLJZcjH+Jdji0EQkgY="; }; nativeBuildInputs = [ makeWrapper ]; diff --git a/pkgs/by-name/ti/tilt/assets.nix b/pkgs/by-name/ti/tilt/assets.nix index b69337001be5..04d0522a168c 100644 --- a/pkgs/by-name/ti/tilt/assets.nix +++ b/pkgs/by-name/ti/tilt/assets.nix @@ -68,7 +68,7 @@ stdenvNoCC.mkDerivation { dontInstall = true; outputHashAlgo = "sha256"; - outputHash = "sha256-rhZFEqAzkJ9YxefLGCUHoEduIjv/Nb8M996yuHJIqcI="; + outputHash = "sha256-l8raiOxKoajfXO0PzsJsqPzmvGdKBqTqudMaCPsFuaQ="; outputHashMode = "recursive"; }; diff --git a/pkgs/by-name/ti/tilt/package.nix b/pkgs/by-name/ti/tilt/package.nix index 2833850a4274..2b73c59abf3d 100644 --- a/pkgs/by-name/ti/tilt/package.nix +++ b/pkgs/by-name/ti/tilt/package.nix @@ -9,13 +9,13 @@ let running in development environment and try to serve assets from the source tree, which is not there once build completes. */ - version = "0.36.0"; + version = "0.36.3"; src = fetchFromGitHub { owner = "tilt-dev"; repo = "tilt"; tag = "v${version}"; - hash = "sha256-M0QZvm+a5sJ6+2xkH3n2yG3SW416VP1fuK6DkFOsQKY="; + hash = "sha256-Rd/39TfKbrW1te//BQYBAZsoxKy9NYKzI8O1s4RXZKA="; }; }; diff --git a/pkgs/by-name/tu/turborepo-remote-cache/package.nix b/pkgs/by-name/tu/turborepo-remote-cache/package.nix index 9b8805d9aad6..9479a3b82fe6 100644 --- a/pkgs/by-name/tu/turborepo-remote-cache/package.nix +++ b/pkgs/by-name/tu/turborepo-remote-cache/package.nix @@ -12,13 +12,13 @@ }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "turborepo-remote-cache"; - version = "2.7.2"; + version = "2.7.3"; src = fetchFromGitHub { owner = "ducktors"; repo = "turborepo-remote-cache"; tag = "v${finalAttrs.version}"; - hash = "sha256-OSqQ1unaQa2f0ANfCkxS9yJKiWUd1FLil3GE+BrQhoA="; + hash = "sha256-I5EySaE0SFUmJdK9AAR6Id1TpTS3IOclRazTio8wFeI="; }; pnpmDeps = fetchPnpmDeps { diff --git a/pkgs/by-name/ty/ty/package.nix b/pkgs/by-name/ty/ty/package.nix index cbe56ace9388..0ab1d34907c9 100644 --- a/pkgs/by-name/ty/ty/package.nix +++ b/pkgs/by-name/ty/ty/package.nix @@ -14,14 +14,14 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "ty"; - version = "0.0.16"; + version = "0.0.17"; src = fetchFromGitHub { owner = "astral-sh"; repo = "ty"; tag = finalAttrs.version; fetchSubmodules = true; - hash = "sha256-V2Xyye335nbI0dTaLeIik5WOHFu9mkrhU0gJn+S9Sic="; + hash = "sha256-CVtpHmo4gF6DHdZJJ5nVroJzwwlGYzYBN9TX5Wf6h8A="; }; # For Darwin platforms, remove the integration test for file notifications, @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoBuildFlags = [ "--package=ty" ]; - cargoHash = "sha256-AJ08RQHBFC7sVIG+fHZYLojPGhPxUNPnmdAKC/0z4hg="; + cargoHash = "sha256-IF60aGv56Kh+wDYyN7XzLBywepvAxv2HMqSOz+Su2b4="; nativeBuildInputs = [ installShellFiles ]; @@ -92,6 +92,7 @@ rustPlatform.buildRustPackage (finalAttrs: { mainProgram = "ty"; maintainers = with lib.maintainers; [ bengsparks + figsoda GaetanLepage ]; }; diff --git a/pkgs/by-name/ua/uacme/package.nix b/pkgs/by-name/ua/uacme/package.nix index fc7457d41db4..1edb6d030bb4 100644 --- a/pkgs/by-name/ua/uacme/package.nix +++ b/pkgs/by-name/ua/uacme/package.nix @@ -11,13 +11,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "uacme"; - version = "1.7.6"; + version = "1.8.0"; src = fetchFromGitHub { owner = "ndilieto"; repo = "uacme"; - rev = "v${finalAttrs.version}"; - hash = "sha256-he0k4o/5JGFDxLrHBO6PNtRgKUzIkGby96cSz0ymuRs="; + tag = "v${finalAttrs.version}"; + hash = "sha256-d5qOvL4v6SmdZEMk9BMdhfpRjZ1fVbR1V+l6JzNu8co="; }; configureFlags = [ "--with-openssl" ]; diff --git a/pkgs/by-name/ub/ubports-pdk/package.nix b/pkgs/by-name/ub/ubports-pdk/package.nix index 838d63264de8..ec84c9fa2323 100644 --- a/pkgs/by-name/ub/ubports-pdk/package.nix +++ b/pkgs/by-name/ub/ubports-pdk/package.nix @@ -15,13 +15,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "ubports-pdk"; - version = "0-unstable-2025-10-29"; + version = "0-unstable-2026-02-10"; src = fetchFromGitHub { owner = "ubports"; repo = "ubports-pdk"; - rev = "10d9e3c09fedefd990c13f7202accef30e59e7ab"; - hash = "sha256-Vb82029iDzHKLgAjUINJHYZRzTWKoJ5+XhcHm4z0k1Y="; + rev = "e9b40219d46866faf03cd2a36f8af7a5a38886bc"; + hash = "sha256-KNzdq3+hsgY2Kufdd5GJ4g1D0xQaqT8/3cS12IDJtMk="; }; strictDeps = true; diff --git a/pkgs/by-name/up/upcloud-cli/package.nix b/pkgs/by-name/up/upcloud-cli/package.nix index a60f6fb64036..2fc228c09cac 100644 --- a/pkgs/by-name/up/upcloud-cli/package.nix +++ b/pkgs/by-name/up/upcloud-cli/package.nix @@ -9,16 +9,16 @@ buildGo125Module (finalAttrs: { pname = "upcloud-cli"; - version = "3.28.0"; + version = "3.29.0"; src = fetchFromGitHub { owner = "UpCloudLtd"; repo = "upcloud-cli"; tag = "v${finalAttrs.version}"; - hash = "sha256-mQmQt2rZKUj+J7ZZEIjuOa6WEeP4VObcpZUREoIK0Bw="; + hash = "sha256-4TsXif8jO8NvoHFXSLbkQ3lJltUa54ESbtBwAncPXQ4="; }; - vendorHash = "sha256-3FD8mZKjR6pTAWeMCAlgHmBCJEStZCx8FsfHzrEbnI8="; + vendorHash = "sha256-d4YYTQhAmTvf2JCN2f9XaDchXyc/6Fg5KNkY0QH9viQ="; ldflags = [ "-s -w -X github.com/UpCloudLtd/upcloud-cli/v3/internal/config.Version=${finalAttrs.version}" diff --git a/pkgs/by-name/ve/vesktop/package.nix b/pkgs/by-name/ve/vesktop/package.nix index 41508c70122f..d6d66ae12670 100644 --- a/pkgs/by-name/ve/vesktop/package.nix +++ b/pkgs/by-name/ve/vesktop/package.nix @@ -30,13 +30,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "vesktop"; - version = "1.6.4"; + version = "1.6.5"; src = fetchFromGitHub { owner = "Vencord"; repo = "Vesktop"; rev = "v${finalAttrs.version}"; - hash = "sha256-jLaA6tHupiMdzZK42TLB1oqd9/5pt1TERJiRG4FIM7k="; + hash = "sha256-YPDlqiO+0BtDgC7aFl8B2KPYsT41WqzOQ7et2Tejs3M="; }; pnpmDeps = fetchPnpmDeps { @@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: { ; pnpm = pnpm_10; fetcherVersion = 2; - hash = "sha256-V38oQAhj4PBuaFXyeEHdBKaTXeIdeqNk887gPSmtZoU="; + hash = "sha256-o9dxtqXfCKTQpvNrbD/h0F3Hh39TEEA1qqYA9tN3j5I="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/wi/wivrn/package.nix b/pkgs/by-name/wi/wivrn/package.nix index e35da5dc6ce1..31d78f9cb60b 100644 --- a/pkgs/by-name/wi/wivrn/package.nix +++ b/pkgs/by-name/wi/wivrn/package.nix @@ -53,13 +53,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "wivrn"; - version = "26.2"; + version = "26.2.1"; src = fetchFromGitHub { owner = "wivrn"; repo = "wivrn"; rev = "v${finalAttrs.version}"; - hash = "sha256-wVFC8VDtALHI6e0655Ytc4gNOPnJP65XWNzlhzH2eoc="; + hash = "sha256-s5SQcQ1giU1boO2W6GdzInmTD669oApLthBc3lwnHbY="; }; monado = applyPatches { @@ -67,8 +67,8 @@ stdenv.mkDerivation (finalAttrs: { domain = "gitlab.freedesktop.org"; owner = "monado"; repo = "monado"; - rev = "9dcc3e1de2f7449d9757f5db332c867b4d794fb3"; - hash = "sha256-ueg/GDnKP4nRVepdNE3sgK8sYckZc0aaC0CQc3tuxik="; + rev = "723652b545a79609f9f04cb89fcbf807d9d6451a"; + hash = "sha256-wGqvTI/X22apc8XCN3GCGQClHfBW5xk73mZnwWvHtyI="; }; postPatch = '' diff --git a/pkgs/by-name/wv/wvkbd/package.nix b/pkgs/by-name/wv/wvkbd/package.nix index 5d87cb6f6a03..a0ba2b67c0a7 100644 --- a/pkgs/by-name/wv/wvkbd/package.nix +++ b/pkgs/by-name/wv/wvkbd/package.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "wvkbd"; - version = "0.19.2"; + version = "0.19.4"; src = fetchFromGitHub { owner = "jjsullivan5196"; repo = "wvkbd"; tag = "v${finalAttrs.version}"; - hash = "sha256-PHbgARSy2Zlr1dgzuUFbPxtqFvOYoayMK9vGLR6yaTA="; + hash = "sha256-aQA5xY3jDSLsANxNX3mGu+LElyOn6lPjxEaqS1v2JaI="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/xc/xcalc/package.nix b/pkgs/by-name/xc/xcalc/package.nix index a784ed745d13..1be2e96a949d 100644 --- a/pkgs/by-name/xc/xcalc/package.nix +++ b/pkgs/by-name/xc/xcalc/package.nix @@ -12,11 +12,11 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "xcalc"; - version = "1.1.2"; + version = "1.1.3"; src = fetchurl { url = "mirror://xorg/individual/app/xcalc-${finalAttrs.version}.tar.xz"; - hash = "sha256-hXjfoUV+lCifbW7WFGcUMH2Kc6G1TS9CrxMhtiX8HNQ="; + hash = "sha256-huFXthdGeGdaSpEpldzND/TizjKwG91vkb/pMzMySYA="; }; strictDeps = true; diff --git a/pkgs/by-name/xd/xdg-desktop-portal-cosmic/package.nix b/pkgs/by-name/xd/xdg-desktop-portal-cosmic/package.nix index e817afe245de..d06710549e2e 100644 --- a/pkgs/by-name/xd/xdg-desktop-portal-cosmic/package.nix +++ b/pkgs/by-name/xd/xdg-desktop-portal-cosmic/package.nix @@ -17,14 +17,14 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "xdg-desktop-portal-cosmic"; - version = "1.0.5"; + version = "1.0.6"; # nixpkgs-update: no auto update src = fetchFromGitHub { owner = "pop-os"; repo = "xdg-desktop-portal-cosmic"; tag = "epoch-${finalAttrs.version}"; - hash = "sha256-ZTGQs3rPhl9tByqdwLWDUnQJczdAbK0FlohoRhd7afo="; + hash = "sha256-aFS9At51o4OYLggXscgFo22VViwd6skB63iNPSPoWro="; }; cargoHash = "sha256-99MGWfZrDOav77SRI7c5V21JTfkq7ejC7x+ZiQ5J0Yw="; @@ -48,19 +48,8 @@ rustPlatform.buildRustPackage (finalAttrs: { checkInputs = [ gst_all_1.gstreamer ]; postPatch = '' - # While the `kate-hazen-COSMIC-desktop-wallpaper.png` image is present - # in the `pop-wallpapers` package, we're using the Orion Nebula image - # from NASA available in the `cosmic-wallpapers` package. Mainly because - # the previous image was used in the GNOME shell extension and the - # Orion Nebula image is widely used in the Rust-based COSMIC DE's - # marketing materials. Another reason to use the Orion Nebula image - # is that it's actually the default wallpaper as configured by the - # `cosmic-bg` package's configuration in upstream [1] [2]. - # - # [1]: https://github.com/pop-os/cosmic-bg/blob/epoch-1.0.0-alpha.6/config/src/lib.rs#L142 - # [2]: https://github.com/pop-os/cosmic-bg/blob/epoch-1.0.0-alpha.6/data/v1/all#L3 substituteInPlace src/screenshot.rs src/widget/screenshot.rs \ - --replace-fail '/usr/share/backgrounds/pop/kate-hazen-COSMIC-desktop-wallpaper.png' '${cosmic-wallpapers}/share/backgrounds/cosmic/orion_nebula_nasa_heic0601a.jpg' + --replace-fail '/usr/share/backgrounds' '${cosmic-wallpapers}/share/backgrounds' ''; dontCargoInstall = true; diff --git a/pkgs/by-name/xq/xq/0000-update-onig.patch b/pkgs/by-name/xq/xq/0000-update-onig.patch new file mode 100644 index 000000000000..0ebebc76e1e6 --- /dev/null +++ b/pkgs/by-name/xq/xq/0000-update-onig.patch @@ -0,0 +1,39 @@ +diff --git a/Cargo.lock b/Cargo.lock +index 65e50c9..2fae299 100644 +--- a/Cargo.lock ++++ b/Cargo.lock +@@ -1,6 +1,6 @@ + # This file is automatically @generated by Cargo. + # It is not intended for manual editing. +-version = 3 ++version = 4 + + [[package]] + name = "aho-corasick" +@@ -880,11 +880,11 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" + + [[package]] + name = "onig" +-version = "6.4.0" ++version = "6.5.1" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f" ++checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0" + dependencies = [ +- "bitflags 1.3.2", ++ "bitflags 2.6.0", + "libc", + "once_cell", + "onig_sys", +@@ -892,9 +892,9 @@ dependencies = [ + + [[package]] + name = "onig_sys" +-version = "69.8.1" ++version = "69.9.1" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7" ++checksum = "c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc" + dependencies = [ + "cc", + "pkg-config", diff --git a/pkgs/by-name/xq/xq/package.nix b/pkgs/by-name/xq/xq/package.nix index 6e4bee799e69..560b34e17fd7 100644 --- a/pkgs/by-name/xq/xq/package.nix +++ b/pkgs/by-name/xq/xq/package.nix @@ -13,7 +13,10 @@ rustPlatform.buildRustPackage rec { hash = "sha256-Qe+crretlKJRoNPO2+aHxCmMO9MecqGjOuvdhr4a0NU="; }; - cargoHash = "sha256-q8kVyj31Ne8ddMm2Q3Z/VB10SCxrq/65PH08mmtFCu4="; + cargoPatches = [ + ./0000-update-onig.patch + ]; + cargoHash = "sha256-ACWbgGkKIn/+wPHx0dP+B0r2KDuKI4hunPwQavl6Xdo="; meta = { description = "Pure rust implementation of jq"; diff --git a/pkgs/by-name/ya/yazi/plugins/wl-clipboard/0001-Fix-emit-function-call.patch b/pkgs/by-name/ya/yazi/plugins/wl-clipboard/0001-Fix-emit-function-call.patch new file mode 100644 index 000000000000..ee31bce296ea --- /dev/null +++ b/pkgs/by-name/ya/yazi/plugins/wl-clipboard/0001-Fix-emit-function-call.patch @@ -0,0 +1,22 @@ +From bb6caca50f67dbe93983c8e0bf8d6c75f48b2d21 Mon Sep 17 00:00:00 2001 +From: Luminar Leaf <80571430+LuminarLeaf@users.noreply.github.com> +Date: Tue, 20 Jan 2026 16:49:29 +0530 +Subject: [PATCH] Fix emit function call + +Upstream function name changed +--- + main.lua | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/main.lua b/main.lua +index 1c737b2..87be707 100644 +--- a/main.lua ++++ b/main.lua +@@ -13,7 +13,7 @@ end) + + return { + entry = function() +- ya.manager_emit("escape", { visual = true }) ++ ya.emit("escape", { visual = true }) + + local urls = selected_or_hovered() diff --git a/pkgs/by-name/ya/yazi/plugins/wl-clipboard/default.nix b/pkgs/by-name/ya/yazi/plugins/wl-clipboard/default.nix index 56e8b8b7c624..36179e5622b1 100644 --- a/pkgs/by-name/ya/yazi/plugins/wl-clipboard/default.nix +++ b/pkgs/by-name/ya/yazi/plugins/wl-clipboard/default.nix @@ -22,6 +22,8 @@ mkYaziPlugin { hash = "sha256-3PRQl4TvuOe5DwVi1gmtmfTOEVZWRayijIbnPgaR3L8="; }; + patches = [ ./0001-Fix-emit-function-call.patch ]; + meta = { description = "Wayland implementation of a simple system clipboard for yazi file manager"; homepage = "https://github.com/grappas/wl-clipboard.yazi"; diff --git a/pkgs/by-name/ze/zed-editor/package.nix b/pkgs/by-name/ze/zed-editor/package.nix index e55474f7437c..3a1aa5284eb8 100644 --- a/pkgs/by-name/ze/zed-editor/package.nix +++ b/pkgs/by-name/ze/zed-editor/package.nix @@ -107,7 +107,7 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "zed-editor"; - version = "0.221.5"; + version = "0.223.3"; outputs = [ "out" @@ -120,7 +120,7 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "zed-industries"; repo = "zed"; tag = "v${finalAttrs.version}"; - hash = "sha256-1q0nwNsPbckGivm9MAXvGX8/SC0ioQVEB93W7Zpobcs="; + hash = "sha256-BxSvMbZ5RrVxCmqIvpzgUCcFMmDQsYufDCz0igkwLkk="; }; postPatch = '' @@ -140,7 +140,7 @@ rustPlatform.buildRustPackage (finalAttrs: { rm -r $out/git/*/candle-book/ ''; - cargoHash = "sha256-vmG90W+MNUZ+3IiLltr5ok7h6fP7WfS7gwy3LloIAIw="; + cargoHash = "sha256-cGobyrF3upHZy2m1eDHibZzTkgdN5rUYXLV0zu6F6tk="; nativeBuildInputs = [ cmake @@ -194,6 +194,10 @@ rustPlatform.buildRustPackage (finalAttrs: { # proprietary Metal shader compiler. buildFeatures = lib.optionals stdenv.hostPlatform.isDarwin [ "gpui/runtime_shaders" ]; + # Some crates define extra types or enum values in test configuration which then lead + # to type checking errors in other crates unless this feature is enabled. + checkFeatures = [ "visual-tests" ]; + env = { ALLOW_MISSING_LICENSES = true; ZSTD_SYS_USE_PKG_CONFIG = true; diff --git a/pkgs/development/python-modules/dm-control/default.nix b/pkgs/development/python-modules/dm-control/default.nix index 471f6c2437e0..334bf57cbb81 100644 --- a/pkgs/development/python-modules/dm-control/default.nix +++ b/pkgs/development/python-modules/dm-control/default.nix @@ -29,14 +29,14 @@ buildPythonPackage (finalAttrs: { pname = "dm-control"; - version = "1.0.36"; + version = "1.0.37"; pyproject = true; src = fetchFromGitHub { owner = "google-deepmind"; repo = "dm_control"; tag = finalAttrs.version; - hash = "sha256-W6szuGayJRflA88VxYB1LcQE9jlNlz/3SWWAZEfrQKY="; + hash = "sha256-IRUAHadZMN9XCSoZj0m48lF/s/5s76Jlrdwe3BBmRNg="; }; build-system = [ diff --git a/pkgs/development/python-modules/heatshrink2/default.nix b/pkgs/development/python-modules/heatshrink2/default.nix index e651250c3fd5..5784d56c221f 100644 --- a/pkgs/development/python-modules/heatshrink2/default.nix +++ b/pkgs/development/python-modules/heatshrink2/default.nix @@ -6,7 +6,7 @@ buildPythonPackage rec { pname = "heatshrink2"; - version = "0.13.0"; + version = "0.14.0"; format = "setuptools"; src = fetchFromGitHub { @@ -14,7 +14,7 @@ buildPythonPackage rec { repo = "pyheatshrink"; tag = version; fetchSubmodules = true; - hash = "sha256-gspMd3Fyxe2/GhZYdKjVcZXRlslay3jO4jZuVG79G44="; + hash = "sha256-2bCk9bS/6hjbBJ30fpTt750A3vAvq4HOXmbpxOLRuj4="; }; pythonImportsCheck = [ "heatshrink2" ]; diff --git a/pkgs/development/python-modules/kagglehub/default.nix b/pkgs/development/python-modules/kagglehub/default.nix index edf16ebc882f..06202f7cc505 100644 --- a/pkgs/development/python-modules/kagglehub/default.nix +++ b/pkgs/development/python-modules/kagglehub/default.nix @@ -38,14 +38,14 @@ buildPythonPackage (finalAttrs: { pname = "kagglehub"; - version = "0.4.2"; + version = "1.0.0"; pyproject = true; src = fetchFromGitHub { owner = "Kaggle"; repo = "kagglehub"; tag = "v${finalAttrs.version}"; - hash = "sha256-r7PP9d6W/rAjt/PUNeF5xlo7EpEfAbyNTNr7/oEpbN0="; + hash = "sha256-TwyOC4ym46zjTyikOQk5qyHoMcaY6jHEzHddXKYJwhc="; }; build-system = [ diff --git a/pkgs/development/python-modules/kicad-python/default.nix b/pkgs/development/python-modules/kicad-python/default.nix index b0c3eb382e73..ad36f17fbe15 100644 --- a/pkgs/development/python-modules/kicad-python/default.nix +++ b/pkgs/development/python-modules/kicad-python/default.nix @@ -15,14 +15,14 @@ }: buildPythonPackage (finalAttrs: { pname = "kicad-python"; - version = "0.4.0"; + version = "0.5.0"; pyproject = true; src = fetchFromGitLab { owner = "kicad/code"; repo = "kicad-python"; tag = finalAttrs.version; - hash = "sha256-M2vJ/lSwc1XjrG661ayNIOZKJitmy/UPM2SesQI1xYE="; + hash = "sha256-FIWTYBUauq4yUdnijjPgxaXynh/U03ppnLU8YVkKYHw="; fetchSubmodules = true; }; diff --git a/pkgs/development/python-modules/langchain-google-genai/default.nix b/pkgs/development/python-modules/langchain-google-genai/default.nix index b4fd7b6a4e5b..e69f012c8b6b 100644 --- a/pkgs/development/python-modules/langchain-google-genai/default.nix +++ b/pkgs/development/python-modules/langchain-google-genai/default.nix @@ -29,14 +29,14 @@ buildPythonPackage rec { pname = "langchain-google-genai"; - version = "4.1.1"; + version = "4.2.0"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain-google"; tag = "libs/genai/v${version}"; - hash = "sha256-PqJyT6Z6XpDvbexLlrrfeeycS4mXNR3vpWz3vSy+iac="; + hash = "sha256-1WL5pasYHKzXRbOGo910SP3YP6eg00aFoOd7RTwV++A="; }; sourceRoot = "${src.name}/libs/genai"; diff --git a/pkgs/development/python-modules/langgraph/default.nix b/pkgs/development/python-modules/langgraph/default.nix index 8dd0e2c7ae40..5197fcb53a66 100644 --- a/pkgs/development/python-modules/langgraph/default.nix +++ b/pkgs/development/python-modules/langgraph/default.nix @@ -40,14 +40,14 @@ }: buildPythonPackage rec { pname = "langgraph"; - version = "1.0.7"; + version = "1.0.8"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langgraph"; tag = version; - hash = "sha256-gwug+eVzFa0mL+dvASHQ/cLq4/nIzl6CvigPIep7v1E="; + hash = "sha256-VuvO2s6ttS3ZBs0Zz5CHOOkUSdJkfY3AnhIoCgnQOhs="; }; postgresqlTestSetupPost = '' diff --git a/pkgs/development/python-modules/llm-anthropic/default.nix b/pkgs/development/python-modules/llm-anthropic/default.nix index 0667f27d27cf..503e61ad99fd 100644 --- a/pkgs/development/python-modules/llm-anthropic/default.nix +++ b/pkgs/development/python-modules/llm-anthropic/default.nix @@ -3,6 +3,7 @@ buildPythonPackage, fetchFromGitHub, setuptools, + json-schema-to-pydantic, llm, llm-anthropic, anthropic, @@ -12,7 +13,7 @@ writableTmpDirAsHomeHook, }: -buildPythonPackage rec { +buildPythonPackage (finalAttrs: { pname = "llm-anthropic"; version = "0.23"; pyproject = true; @@ -20,7 +21,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "simonw"; repo = "llm-anthropic"; - tag = version; + tag = finalAttrs.version; hash = "sha256-ZO9hoDv3YLl8ZCcd5UEDdD5VNPa83N639z1ZxJaFt7Y="; }; @@ -30,6 +31,7 @@ buildPythonPackage rec { dependencies = [ anthropic + json-schema-to-pydantic llm ]; @@ -40,6 +42,15 @@ buildPythonPackage rec { writableTmpDirAsHomeHook ]; + disabledTests = [ + # Need to be run as a passthru test + "test_async_prompt" + "test_image_prompt" + "test_prompt" + "test_schema_prompt" + "test_thinking_prompt" + ]; + pythonImportsCheck = [ "llm_anthropic" ]; passthru.tests = llm.mkPluginTest llm-anthropic; @@ -47,8 +58,11 @@ buildPythonPackage rec { meta = { description = "LLM access to models by Anthropic, including the Claude series"; homepage = "https://github.com/simonw/llm-anthropic"; - changelog = "https://github.com/simonw/llm-anthropic/releases/tag/${src.tag}/CHANGELOG.md"; + changelog = "https://github.com/simonw/llm-anthropic/releases/tag/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ aos ]; + maintainers = with lib.maintainers; [ + aos + sarahec + ]; }; -} +}) diff --git a/pkgs/development/python-modules/mujoco/default.nix b/pkgs/development/python-modules/mujoco/default.nix index 980bcafa9b2a..6f5db4aff4ad 100644 --- a/pkgs/development/python-modules/mujoco/default.nix +++ b/pkgs/development/python-modules/mujoco/default.nix @@ -38,7 +38,7 @@ buildPythonPackage rec { # in the project's CI. src = fetchPypi { inherit pname version; - hash = "sha256-Wm3Gt9tB6wq4ckzUd70DFrpLU96/wtgKLW9EShFvuNI="; + hash = "sha256-XIWm/HVgq1+kU081/0WeEtw2CWgfMH5FfbtJtiF/TXM="; }; nativeBuildInputs = [ cmake ]; diff --git a/pkgs/development/python-modules/nox/default.nix b/pkgs/development/python-modules/nox/default.nix index e160bb53c32a..c59f6ae26b00 100644 --- a/pkgs/development/python-modules/nox/default.nix +++ b/pkgs/development/python-modules/nox/default.nix @@ -29,7 +29,7 @@ buildPythonPackage rec { pname = "nox"; - version = "2025.11.12"; + version = "2026.02.09"; pyproject = true; disabled = pythonOlder "3.12"; @@ -38,7 +38,7 @@ buildPythonPackage rec { owner = "wntrblm"; repo = "nox"; tag = version; - hash = "sha256-GYVCM4AX18ryODx0GSm0hRwr1wdluqllsc+iEmLTl6U="; + hash = "sha256-RaB0q9gCoYqKAI8IzNh5qUd0SrzsPeOa3C6IGxpcbwE="; }; build-system = [ hatchling ]; @@ -57,7 +57,7 @@ buildPythonPackage rec { ]; optional-dependencies = { - tox_to_nox = [ + tox-to-nox = [ jinja2 tox ]; diff --git a/pkgs/development/python-modules/pyhanko-certvalidator/default.nix b/pkgs/development/python-modules/pyhanko-certvalidator/default.nix index 5b3fa22460d1..b05e4c384dd0 100644 --- a/pkgs/development/python-modules/pyhanko-certvalidator/default.nix +++ b/pkgs/development/python-modules/pyhanko-certvalidator/default.nix @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "pyhanko-certvalidator"; - version = "0.29.0"; + version = "0.29.1"; pyproject = true; src = fetchFromGitHub { owner = "MatthiasValvekens"; repo = "pyhanko"; tag = "pyhanko-certvalidator/v${version}"; - hash = "sha256-ZDHAcI2yoiVifYt05V85lz8mJmoyi10g4XoLQ+LhLHE="; + hash = "sha256-+576MAbtWFGaPu/HqhdeeRNHi84pLnDaMDa0e/J/CUs="; }; sourceRoot = "${src.name}/pkgs/pyhanko-certvalidator"; diff --git a/pkgs/development/python-modules/rapidfuzz/default.nix b/pkgs/development/python-modules/rapidfuzz/default.nix index fc42fdb4fa21..d7aa61ab488e 100644 --- a/pkgs/development/python-modules/rapidfuzz/default.nix +++ b/pkgs/development/python-modules/rapidfuzz/default.nix @@ -4,6 +4,7 @@ buildPythonPackage, fetchFromGitHub, fetchpatch, + clang-tools, cmake, cython, ninja, @@ -53,6 +54,9 @@ buildPythonPackage rec { cython ninja scikit-build-core + ] + ++ lib.optionals stdenv.cc.isClang [ + clang-tools # provides wrapped clang-scan-deps ]; dontUseCmakeConfigure = true; diff --git a/pkgs/development/python-modules/rigour/default.nix b/pkgs/development/python-modules/rigour/default.nix index 9189787c2705..d655c994d47d 100644 --- a/pkgs/development/python-modules/rigour/default.nix +++ b/pkgs/development/python-modules/rigour/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "rigour"; - version = "1.6.2"; + version = "1.7.2"; pyproject = true; src = fetchFromGitHub { owner = "opensanctions"; repo = "rigour"; tag = "v${version}"; - hash = "sha256-F9fZN0Y6Kpv5Z3V3k3e0TgcSIVo9+zdL48AhrTZdTwU="; + hash = "sha256-AiyAZaAQ3r4gJbtkuduU4t56BkP/KPxU2F3pcOqCJH8="; }; build-system = [ diff --git a/pkgs/development/python-modules/scikit-posthocs/default.nix b/pkgs/development/python-modules/scikit-posthocs/default.nix index 532ca1cae503..2eeabd560fc2 100644 --- a/pkgs/development/python-modules/scikit-posthocs/default.nix +++ b/pkgs/development/python-modules/scikit-posthocs/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "scikit-posthocs"; - version = "0.11.4"; + version = "0.12.0"; pyproject = true; src = fetchFromGitHub { owner = "maximtrp"; repo = "scikit-posthocs"; tag = "v${version}"; - hash = "sha256-W1jm9mKJCwTPihZhtuCIM3HILT/nXLXbTjR+E2nwsug="; + hash = "sha256-+W4cqScoM9KN4as83G+9fyJuNzOEcM1VpGWhvn/AdFc="; }; build-system = [ setuptools ]; diff --git a/pkgs/development/python-modules/setuptools-dso/default.nix b/pkgs/development/python-modules/setuptools-dso/default.nix index 5c33d1fd89b8..4c506a4d9547 100644 --- a/pkgs/development/python-modules/setuptools-dso/default.nix +++ b/pkgs/development/python-modules/setuptools-dso/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "setuptools-dso"; - version = "2.12.2"; + version = "2.12.3"; pyproject = true; src = fetchFromGitHub { owner = "epics-base"; repo = "setuptools_dso"; tag = version; - hash = "sha256-YYm3mTA443vcD/4vHa7EgPzvDDzBic64NWWJDQYQHKs="; + hash = "sha256-M2Gca1QA9fuSvnzKLqY/RaN+NBRAiThl0tkdMbrhGVo="; }; build-system = [ setuptools ]; diff --git a/pkgs/development/python-modules/txtai/default.nix b/pkgs/development/python-modules/txtai/default.nix index 6354a7d33c74..bb0dc8982c58 100644 --- a/pkgs/development/python-modules/txtai/default.nix +++ b/pkgs/development/python-modules/txtai/default.nix @@ -93,7 +93,7 @@ pytestCheckHook, }: let - version = "9.4.1"; + version = "9.5.0"; agent = [ mcpadapt smolagents @@ -241,7 +241,7 @@ let owner = "neuml"; repo = "txtai"; tag = "v${version}"; - hash = "sha256-w/9BlvmEvRnhNe7ry9sOsZ61ai2j+cv6U4OZRQsgVbQ="; + hash = "sha256-V/XgFQjw/GLmFx5wseMnYwT5gbUVYIQwek9eVOVqafg="; }; in buildPythonPackage { diff --git a/pkgs/development/python-modules/yara-x/default.nix b/pkgs/development/python-modules/yara-x/default.nix index 305336dd4f68..af1ecfcaacc1 100644 --- a/pkgs/development/python-modules/yara-x/default.nix +++ b/pkgs/development/python-modules/yara-x/default.nix @@ -9,21 +9,21 @@ buildPythonPackage rec { pname = "yara-x"; - version = "1.12.0"; + version = "1.13.0"; pyproject = true; src = fetchFromGitHub { owner = "VirusTotal"; repo = "yara-x"; tag = "v${version}"; - hash = "sha256-od7RWHhyFQ7l3HZaqpOkUVtiWKDQj/tUsd5lGi6m34I="; + hash = "sha256-EEvy0UtmBlgC3b57SOwr7dI49R7PYeFqsZKyzo0zx9w="; }; buildAndTestSubdir = "py"; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname src version; - hash = "sha256-YW4Yi1gvMjTNAgsAlyX1KMlyQPHCXh/jAoO/Nkrn2Sc="; + hash = "sha256-ihNFGlPhPLCIDvFnMqKA+flD/mv9wcKgQ1txO71xOp4="; }; nativeBuildInputs = [ diff --git a/pkgs/development/tools/misc/yakut/default.nix b/pkgs/development/tools/misc/yakut/default.nix index 4a3da8714817..5380c7e1d6ff 100644 --- a/pkgs/development/tools/misc/yakut/default.nix +++ b/pkgs/development/tools/misc/yakut/default.nix @@ -18,12 +18,12 @@ buildPythonApplication rec { pname = "yakut"; - version = "0.14.1"; + version = "0.14.2"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-wCchb0bSnwlEwgb/Oe0gHnkEU3F+cotlvv/WXAr72i8="; + hash = "sha256-Z/lzUZwUKQne0iGRPvXiATPgegoSbNE4GBgU+i6H5q0="; }; buildInputs = [ diff --git a/pkgs/kde/generated/sources/frameworks.json b/pkgs/kde/generated/sources/frameworks.json index 1b11d8a02ba0..dc5eed86612e 100644 --- a/pkgs/kde/generated/sources/frameworks.json +++ b/pkgs/kde/generated/sources/frameworks.json @@ -1,362 +1,362 @@ { "attica": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/attica-6.22.0.tar.xz", - "hash": "sha256-InSqKIBLqJXEIsP8JM3MiP9DWps5qIfO7ZOmCD2J/gA=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/attica-6.23.0.tar.xz", + "hash": "sha256-1vhe3iP9n8qmgkRKKKhboRfN7puBcGta1q1kSvio81c=" }, "baloo": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/baloo-6.22.0.tar.xz", - "hash": "sha256-V7KsGulT1Jm3NkEl/j56pYV/tTJFbs8L2iY16HWmbSo=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/baloo-6.23.0.tar.xz", + "hash": "sha256-Yc7D6nctCDQhqdlNrC1LnXvRvXSr897Ol98uxkbSARM=" }, "bluez-qt": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/bluez-qt-6.22.0.tar.xz", - "hash": "sha256-S6mlUWfqPUa4wbR5WpQ4lz+t80MBGSr548eypJMK6H8=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/bluez-qt-6.23.0.tar.xz", + "hash": "sha256-N/TA2K6Ak/i0TWy1BQDHupzlmimAGBzIPoj6fAMGK+8=" }, "breeze-icons": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/breeze-icons-6.22.0.tar.xz", - "hash": "sha256-QjnEl0C55nCWA0Ik+mPRqAx+G0tTuls4Gywu9baAkw8=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/breeze-icons-6.23.0.tar.xz", + "hash": "sha256-8SWR9XFOBT2M7yMu9Bw23EYVFuS4nured8wZR6M93TM=" }, "extra-cmake-modules": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/extra-cmake-modules-6.22.0.tar.xz", - "hash": "sha256-y4OmlXGyd8ILOmVn7wtvOb8pxDphkoK/S7B2/rTGCaY=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/extra-cmake-modules-6.23.0.tar.xz", + "hash": "sha256-26LTR2XQmjpdPpWmS5sYrieLHf7lB8vQqHOpEKEIQZQ=" }, "frameworkintegration": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/frameworkintegration-6.22.0.tar.xz", - "hash": "sha256-Y+QU31yi58ECku7ok5Tv8ph6GeIpGxKIhRqWGChHel4=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/frameworkintegration-6.23.0.tar.xz", + "hash": "sha256-c0VuEDy46dwohrN24+Z2U7G/Ofi0yxIX17lNaDZPZs0=" }, "kapidox": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kapidox-6.22.0.tar.xz", - "hash": "sha256-Q2+TbYxHVNzVFYW323p1RSr3wz8FRdPm8RHQ+wpEdxY=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kapidox-6.23.0.tar.xz", + "hash": "sha256-pIRbJGut/YrTA5iiG6WYM8Pls6ruLkMtgZnWZ4Bz49g=" }, "karchive": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/karchive-6.22.0.tar.xz", - "hash": "sha256-hCVL0KUf89Xi+iK7lGMJzsUI8frnJqeuoVFJJgxNtZ0=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/karchive-6.23.0.tar.xz", + "hash": "sha256-gPfzwyqewHKmUJhfymayDrjxmnsQ/KRKnXrY2KhkW1A=" }, "kauth": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kauth-6.22.0.tar.xz", - "hash": "sha256-zxsozAEoDIbNZxLosvuWVrmwnlDszKWMXJyn9WuwcJ8=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kauth-6.23.0.tar.xz", + "hash": "sha256-ZgBpnL/sWibDRqJlBNUFp1gMSqSm4luNR5u7+L/rXpo=" }, "kbookmarks": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kbookmarks-6.22.0.tar.xz", - "hash": "sha256-qQI2ylPeRoWvKLbIZD2BssCQD6+DeEvS2jtSof1gGnk=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kbookmarks-6.23.0.tar.xz", + "hash": "sha256-GFCGHv1ppRs/QrmBrRex1BQOMqyUGHUBwdtQ9oo+i+I=" }, "kcalendarcore": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kcalendarcore-6.22.0.tar.xz", - "hash": "sha256-yiP3RaKpuW4zZ1fdsm7ZZ+6P9OKqWhsEvd/jYKq3LGw=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kcalendarcore-6.23.0.tar.xz", + "hash": "sha256-TgxhDKsx3pN10fPNhvjSJfn3ENfi5xIZIO89o2nEBks=" }, "kcmutils": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kcmutils-6.22.0.tar.xz", - "hash": "sha256-xu0tO+Hw5O/JGrykiv1k/wyJF/u2vDwLlyXGazueOZM=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kcmutils-6.23.0.tar.xz", + "hash": "sha256-VOz+3AvJHOlfqYuLU+QdKZNVfpmhm5UzlcKl5dxCEPg=" }, "kcodecs": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kcodecs-6.22.0.tar.xz", - "hash": "sha256-jHqxGqW2AHs+WOZrzf36wtYtLe3hgXL1Mxqx9RAtYKM=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kcodecs-6.23.0.tar.xz", + "hash": "sha256-fjOTTmiTXWq+jwypm7QalmIdaL4ia3IadbODNNNVt+8=" }, "kcolorscheme": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kcolorscheme-6.22.0.tar.xz", - "hash": "sha256-RZ9sDAty06dnW2LmFGEXNXQA7NtDkCYN+LTv+Fn4N9o=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kcolorscheme-6.23.0.tar.xz", + "hash": "sha256-vEtKkoruq0yN9IHn9HVO4kkfM/fXVJ0z+kUrri0sbBw=" }, "kcompletion": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kcompletion-6.22.0.tar.xz", - "hash": "sha256-G/MkSwzgTaNMAQiZD/MA4a3k648DwScJxkekqOvn/0E=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kcompletion-6.23.0.tar.xz", + "hash": "sha256-rVyDC/W2Pl97eSV2qtcmyCeq0+9uKg01cnvl/qxE4XY=" }, "kconfig": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kconfig-6.22.0.tar.xz", - "hash": "sha256-vqXPw19YbzN6pRi65PRFtol3tem+eFwViveWm/40V5A=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kconfig-6.23.0.tar.xz", + "hash": "sha256-bZbWprnmbgJ6FyhMSCYbqB4SYvvTgvzd3CSBB6nKle4=" }, "kconfigwidgets": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kconfigwidgets-6.22.0.tar.xz", - "hash": "sha256-zMoUlv1BsZND3t13+kACTCwjmPbhDEXdt+Vf/CfBDBA=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kconfigwidgets-6.23.0.tar.xz", + "hash": "sha256-wSC9n+18skSpCVmFpj+epYsH5qsyKKKxIHauRtR9Jfc=" }, "kcontacts": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kcontacts-6.22.0.tar.xz", - "hash": "sha256-gurMHjfEDOVbcWcVhBlq4gp0Wem11OqyeXFdBJ+zYvY=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kcontacts-6.23.0.tar.xz", + "hash": "sha256-nLZu8z0T/B3chQm+SKtWndyySUVJIoXLZ0nvj1bIPOk=" }, "kcoreaddons": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kcoreaddons-6.22.0.tar.xz", - "hash": "sha256-hD0nzXbKiQxPNS1vKdLiuHR4g2ArYxGRBrHrIpuV5kk=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kcoreaddons-6.23.0.tar.xz", + "hash": "sha256-LQSpLfckVxc11q/LO72QvzECoHHBLjAqmKzj2cScMj0=" }, "kcrash": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kcrash-6.22.0.tar.xz", - "hash": "sha256-Mi18oFiMAIdG6ZezmBETKHZ7S8hzGOJKDt7aDBkecA4=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kcrash-6.23.0.tar.xz", + "hash": "sha256-jD84/kBmUYx4lJt3kUfoRaBu7cfeqHMNWzpbBRjm3pA=" }, "kdav": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kdav-6.22.0.tar.xz", - "hash": "sha256-8F1hsTZGrD7BnHkdshFDv0h9G+JqQoHI9gY4UQFWaRQ=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kdav-6.23.0.tar.xz", + "hash": "sha256-l2gcA60ZnxyR/5U11GCvuLkwTLd590JRxgNUS4DDaSY=" }, "kdbusaddons": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kdbusaddons-6.22.0.tar.xz", - "hash": "sha256-eX8BhM3Rl8hsVr4pUoFNYBwvnqnuXhVaUGZtZJsoMKk=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kdbusaddons-6.23.0.tar.xz", + "hash": "sha256-3FKOuLYgoEf+x2WJhtKZtZHapTr2tGeaCXOj/GldX9I=" }, "kdeclarative": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kdeclarative-6.22.0.tar.xz", - "hash": "sha256-BVqX2hBs3B+HlsuQzdJiyPiMQVIu9ehgaMPOfcKMS+c=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kdeclarative-6.23.0.tar.xz", + "hash": "sha256-BYy9lba44WNQXpI7WGb4e61QhH6gyIbqdgHWy9ACW6I=" }, "kded": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kded-6.22.0.tar.xz", - "hash": "sha256-v+VABowkDc90Udb1c6RSuwha5TbunT+iruQGX5dy9H0=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kded-6.23.0.tar.xz", + "hash": "sha256-qI+XOD86Ca3visDtj0KCX+SEaz1/gfu5gOaIBGyHT00=" }, "kdesu": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kdesu-6.22.0.tar.xz", - "hash": "sha256-W1lHohU9n6ClAJxKKvXFXdpMEOlw3mAzVjJ/LFlihk8=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kdesu-6.23.0.tar.xz", + "hash": "sha256-aZ+9FvorW7mkDVa6Agxx4pJwHGoJMU4BI8BKhuLFyLI=" }, "kdnssd": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kdnssd-6.22.0.tar.xz", - "hash": "sha256-W+3wyJzZ1BUlgK923X2yffhWP+8hfotmx6GUfB1ilak=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kdnssd-6.23.0.tar.xz", + "hash": "sha256-VEA6hEaznR5efTTl/ZMgzm9nEoiDCgAwoMPX7Wv8HXg=" }, "kdoctools": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kdoctools-6.22.0.tar.xz", - "hash": "sha256-2JPydY+eHZpSnRtXOz/EE9TD4M9LhXPs7lyZyNZqPxE=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kdoctools-6.23.0.tar.xz", + "hash": "sha256-nnFb1W7zABx+alFIlCd+W8YeJXaWi+E/izwKP6tTb8k=" }, "kfilemetadata": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kfilemetadata-6.22.0.tar.xz", - "hash": "sha256-WOWU/bd4g9aEvWmXMe1X/yTolwwTwqG9tHD13KhPsr0=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kfilemetadata-6.23.0.tar.xz", + "hash": "sha256-TpnNjcH9eEWJxbFz8Ha9VlXsopCPthoxy1QE4cf2Sog=" }, "kglobalaccel": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kglobalaccel-6.22.0.tar.xz", - "hash": "sha256-My4749CsKuyOeGQZweh1obM66EuKraMoNjnezMb/1Ng=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kglobalaccel-6.23.0.tar.xz", + "hash": "sha256-V2AzDorrgVQsRMlMJsEJ90t4V8fGuVPWjTTnB5tt9ww=" }, "kguiaddons": { - "version": "6.22.1", - "url": "mirror://kde/stable/frameworks/6.22/kguiaddons-6.22.1.tar.xz", - "hash": "sha256-o/WWMtdY753x2uPqQ8it9GFT+aN+Awk48TX6n5gW1bk=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kguiaddons-6.23.0.tar.xz", + "hash": "sha256-ucWtn9j9iu/yrgGxMXoNrTAR5CWeUOTy5Whf7gAEe0g=" }, "kholidays": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kholidays-6.22.0.tar.xz", - "hash": "sha256-ObfxxxPWxa4iW/oYpt7OIP96f0wyWgxvxKSM8+TgppA=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kholidays-6.23.0.tar.xz", + "hash": "sha256-VMmaymUFxH7tE5fqJZMSpbADylpiK/tOz+AcptdkTnE=" }, "ki18n": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/ki18n-6.22.0.tar.xz", - "hash": "sha256-Ipp7IrjIfO0ULKIwiU9sJdU1p4VzFMHUjhgJKaXEooo=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/ki18n-6.23.0.tar.xz", + "hash": "sha256-xJKsXJJY2ExzKt3LOlPb2zuoaRJ3Px1vQZMhhlfjGC8=" }, "kiconthemes": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kiconthemes-6.22.0.tar.xz", - "hash": "sha256-gUFogFFx/32S3Bc17Go4rwVMe+VPMIup2UwaBugLPMg=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kiconthemes-6.23.0.tar.xz", + "hash": "sha256-du/8uvhf7zBkvB5RWJNrkBTaqAYEfAo67dx9USypAX4=" }, "kidletime": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kidletime-6.22.0.tar.xz", - "hash": "sha256-BwG6TDIXhbpnD0qdulTFUf/UdkUcq6LHe58Hno20Ki4=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kidletime-6.23.0.tar.xz", + "hash": "sha256-TV6QhtJgyVUPHXMtL2SB00UXup9XHy59du2Yh62yyXs=" }, "kimageformats": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kimageformats-6.22.0.tar.xz", - "hash": "sha256-1u7emnWqSzPD6K/evcyWZM9CPv/qvmhLIdwcyXKKIHM=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kimageformats-6.23.0.tar.xz", + "hash": "sha256-ZZA3ng/79NTHVi4MPYH5sEJTO0cBurnA1EMSwprnW14=" }, "kio": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kio-6.22.0.tar.xz", - "hash": "sha256-SwPxoHD3isKjQ/E4rF+Nm8zRGSdkqqRa5Jqn9JWZJpQ=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kio-6.23.0.tar.xz", + "hash": "sha256-Yp5Z8PAHuKGfxtr045pQQ7MPVl7rUBBIEmQiUG0065c=" }, "kirigami": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kirigami-6.22.0.tar.xz", - "hash": "sha256-BiJVZVkZYpxb35odMGdvuEKxM181LD+naYu4HCfnzfo=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kirigami-6.23.0.tar.xz", + "hash": "sha256-jcKNQGvgbTYNR+gBPhPWM7jCz7A2B/SQKbtF/9vSiRA=" }, "kitemmodels": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kitemmodels-6.22.0.tar.xz", - "hash": "sha256-vu2Bv+DUL1894kh8sZh13RSFR6hhYBrVaAHCWMxozNQ=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kitemmodels-6.23.0.tar.xz", + "hash": "sha256-72LfdveYRcIxbmlnQcJykJt6I9gDArznDUAR1scnPsI=" }, "kitemviews": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kitemviews-6.22.0.tar.xz", - "hash": "sha256-kEQgT83rYNWjJ94YkQ4kZzJvI7T6g3wwhVq/NY4w798=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kitemviews-6.23.0.tar.xz", + "hash": "sha256-bGsDr9TX9Fvq4wo3n61GNuEzGO7s7RYfwRCcs6xre14=" }, "kjobwidgets": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kjobwidgets-6.22.0.tar.xz", - "hash": "sha256-zoZLzbTc/T/PCvw+Pi/LhngMkkIlIxW8AD+1R690Y/A=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kjobwidgets-6.23.0.tar.xz", + "hash": "sha256-uxlwsHKNyv1jCTX1tlB23VH1yU8htNXbJULKSGlBaww=" }, "knewstuff": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/knewstuff-6.22.0.tar.xz", - "hash": "sha256-H21Octi2buk+7IJo+tsNFzFxb2qCyy5G8e+VXE72sbU=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/knewstuff-6.23.0.tar.xz", + "hash": "sha256-wvS9tx3x9JSs6qztbDTtRburXmlij4KmORm85nXOJZU=" }, "knotifications": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/knotifications-6.22.0.tar.xz", - "hash": "sha256-xJqu88zz36xzrAcVmz7g3b9uOWluRBZdOwoeoCp3QIw=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/knotifications-6.23.0.tar.xz", + "hash": "sha256-IQVcyeOD7Ln4O0bb5kC7OrNNjg6N9xQoqHjHjDnrfW4=" }, "knotifyconfig": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/knotifyconfig-6.22.0.tar.xz", - "hash": "sha256-FMaGSh4Y0G93jUMvt6GGsDblk/NyGEuXIIx93d+jnbQ=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/knotifyconfig-6.23.0.tar.xz", + "hash": "sha256-nRmdTkOXl85XNAOTed1rNAWDNi1G4ka3ZiA2S5d6q54=" }, "kpackage": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kpackage-6.22.0.tar.xz", - "hash": "sha256-35ugstNHum4qJuSEVRypuj82UoEWc2+g6VoGoCIIAGs=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kpackage-6.23.0.tar.xz", + "hash": "sha256-zU2knn1zw4Lc8dUYc2fHtiu80EVxLV9Ox2WDYP/Bf7Y=" }, "kparts": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kparts-6.22.0.tar.xz", - "hash": "sha256-4wLuRIkemP2nSHLPOs3eROtWpiXadjObWPL1UYcmIw8=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kparts-6.23.0.tar.xz", + "hash": "sha256-eZ4UwrQvn3P237NdH6rtYy8UQXHwkKui900EYFubzBI=" }, "kpeople": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kpeople-6.22.0.tar.xz", - "hash": "sha256-R6L0jm6u0AsUY7ABEjdQ+/3MuAtQVXyF1MEeoaJg27I=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kpeople-6.23.0.tar.xz", + "hash": "sha256-mGH3WJ7y2+RodZ2btdtS5ZuvYQif97x+yEfTYp0Erjg=" }, "kplotting": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kplotting-6.22.0.tar.xz", - "hash": "sha256-vy4sVjFg1T96JV4+pA3mrss04Z9eKRooSi1R/2vg8Rg=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kplotting-6.23.0.tar.xz", + "hash": "sha256-G3fxWwjo6XQalqS9ktZZWt6Jk2NUhReRn4CrwdIFJyo=" }, "kpty": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kpty-6.22.0.tar.xz", - "hash": "sha256-6XSuNuYJ0ftIV4ITn4xqomD87o9lHaPdDRddrRwLlmM=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kpty-6.23.0.tar.xz", + "hash": "sha256-oSGOtrnMUvJtHkeSP4RY18ZxLc7XWYYDca0zAoWluVE=" }, "kquickcharts": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kquickcharts-6.22.0.tar.xz", - "hash": "sha256-EOgsqGro4ikQoeWNufxkczXpM1vZ+tPHE8OfeUefFKQ=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kquickcharts-6.23.0.tar.xz", + "hash": "sha256-90SCk/BWWU8evjI6ejrQ6GEDrlJgl+FY2rY/uTL9rj4=" }, "krunner": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/krunner-6.22.0.tar.xz", - "hash": "sha256-CUxmMJWPgqRNZosEBW9jD75Ib4MoFJojXuiAc9Q7Ego=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/krunner-6.23.0.tar.xz", + "hash": "sha256-oC2zDvjJh7rmf0Uo78iRdHPgtSFrkVQaK3QYao/mdE8=" }, "kservice": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kservice-6.22.0.tar.xz", - "hash": "sha256-NUem9Fwaue77KgiqwkIPPQ7EUyq6Sg8d+l2dO/BU24w=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kservice-6.23.0.tar.xz", + "hash": "sha256-79Vr9o/i/rGTmgUFYuQD2WJKdOuV3HwmTDgGgAz7LVM=" }, "kstatusnotifieritem": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kstatusnotifieritem-6.22.0.tar.xz", - "hash": "sha256-U87amf7B3e+YZf+4IM6CTODIPwWtpbdQIjq8aKml8qI=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kstatusnotifieritem-6.23.0.tar.xz", + "hash": "sha256-pyJUSN2WV4o0P8nDq1QJ08fAvOBGZYJcyxAnPv9Bmt4=" }, "ksvg": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/ksvg-6.22.0.tar.xz", - "hash": "sha256-AfGck3vM60mxAVkO2150i1bo5KCYjYjeR0+h+mfvP/E=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/ksvg-6.23.0.tar.xz", + "hash": "sha256-ROMC/Ynuu2GFOITZANQ2vE4JMih6EX5p07zgqpdjIy4=" }, "ktexteditor": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/ktexteditor-6.22.0.tar.xz", - "hash": "sha256-HZszaism7MahxbgTPqzqae14az628ewq1nBcK+pi4cU=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/ktexteditor-6.23.0.tar.xz", + "hash": "sha256-aZkF5conoQ4+rU0Vga07NipyfD+rcVWipvj07qLWekE=" }, "ktexttemplate": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/ktexttemplate-6.22.0.tar.xz", - "hash": "sha256-UwOOju25HgZyvVK9dbidGWgh2zudMKCoAvTJZOaPH30=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/ktexttemplate-6.23.0.tar.xz", + "hash": "sha256-BiOtf797OqIuD3ZhHC6cj6J2HMKf3LFUi852DNMo1JA=" }, "ktextwidgets": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/ktextwidgets-6.22.0.tar.xz", - "hash": "sha256-6WEJS8StTlHoi3/qwukUs4E+5BcduUClF/tmkX3vXPQ=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/ktextwidgets-6.23.0.tar.xz", + "hash": "sha256-3PFtXCfTbOEaBbnUO2vh50uAagqd3SYQJkY6CqfifSI=" }, "kunitconversion": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kunitconversion-6.22.0.tar.xz", - "hash": "sha256-WANXJ3+tdlnTNVXyV4OmzScoa3PN10x4G0mJ5PYke5E=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kunitconversion-6.23.0.tar.xz", + "hash": "sha256-LRIS74P+wp86uSRX0jIjCknE9mfFu3nja4o35ZJ7lkk=" }, "kuserfeedback": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kuserfeedback-6.22.0.tar.xz", - "hash": "sha256-EOLbVwNkm/03cSHqLa9ina6MwILQRXSIoEI41V2ei4c=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kuserfeedback-6.23.0.tar.xz", + "hash": "sha256-yWkY0hrf7fXCM3pGkuwkbmKQ66lOXf3kyFfyT9cYdNg=" }, "kwallet": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kwallet-6.22.0.tar.xz", - "hash": "sha256-EIIaRhzLm0gc7tyVm5bmAQguuSHV3/t5ern7zvclqgY=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kwallet-6.23.0.tar.xz", + "hash": "sha256-DPi9F8MwDHEkXCXU4P7lE7cwXM2X8o2aTI4yUoMzeic=" }, "kwidgetsaddons": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kwidgetsaddons-6.22.0.tar.xz", - "hash": "sha256-6IMqxpcFTtMkHoKZunG412ZXm35ssP2N0XbK0QrsdUs=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kwidgetsaddons-6.23.0.tar.xz", + "hash": "sha256-uyXkBPcq4diXAprXUf6S9O4wMru2y0aTZB4SGP2yXq4=" }, "kwindowsystem": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kwindowsystem-6.22.0.tar.xz", - "hash": "sha256-KCHakoVOd9TSrMtbbybRiaPmIkb8Dcr70E8aeAkOUZU=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kwindowsystem-6.23.0.tar.xz", + "hash": "sha256-T3eUBdYWk9BVmmihgPTOq0CnT5L1CGY9aA1reaFt1ic=" }, "kxmlgui": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/kxmlgui-6.22.0.tar.xz", - "hash": "sha256-BjURuKLEmM3QOhg2bskYLz8SGk2TZoiIyaor7UmXOsM=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/kxmlgui-6.23.0.tar.xz", + "hash": "sha256-2RaDmJ/7dcXJay/0l4sp9JdnwfZIIrBNC/peKVMdsMM=" }, "modemmanager-qt": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/modemmanager-qt-6.22.0.tar.xz", - "hash": "sha256-BCY2iP25+S6xPDoH0aCi9i0FebI/3TgFgvT9KONzh3I=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/modemmanager-qt-6.23.0.tar.xz", + "hash": "sha256-Ksm1LvvOB64FXiW3+5lslOUhIY2DNRwz8AYAkKuYtjw=" }, "networkmanager-qt": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/networkmanager-qt-6.22.0.tar.xz", - "hash": "sha256-cHrC1dyWSW3MmWbvIQDDNuB6m2zzrQfYPgPG12w4Dm4=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/networkmanager-qt-6.23.0.tar.xz", + "hash": "sha256-SOfl1arMtAlqHRpGtXCohc77SPpGMeidg7fvAOCoytI=" }, "prison": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/prison-6.22.0.tar.xz", - "hash": "sha256-xA1pJge9rfjb1aVnYSibHulpc/BIyjZx52BRnirkM5o=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/prison-6.23.0.tar.xz", + "hash": "sha256-nQyRdknzm2hf0bkphnRoCGnuAT+7gqLP1uczUAsIAjY=" }, "purpose": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/purpose-6.22.0.tar.xz", - "hash": "sha256-opElg5SPQj5NZm+cvxzxrEY6JG4Q5xcHi0gx9gzCGYw=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/purpose-6.23.0.tar.xz", + "hash": "sha256-0VVFdNbdOUeU2vAAab3T+D1+MDoC0sRqGXMIHF3inV0=" }, "qqc2-desktop-style": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/qqc2-desktop-style-6.22.0.tar.xz", - "hash": "sha256-sHhggIc3KNTCTs7Y9NYvZyY3GPtdxpnUdpY2Iyi4H64=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/qqc2-desktop-style-6.23.0.tar.xz", + "hash": "sha256-p6p+CyDVH/uR8ERmQKXgUjacQz70jjUmtPUHOEznmA0=" }, "solid": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/solid-6.22.0.tar.xz", - "hash": "sha256-QRUxVC4qvDalxEZgXqpkxioA73uFFIxHe6mZthCbW/M=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/solid-6.23.0.tar.xz", + "hash": "sha256-RIUC6jLI4Enr08rzTFx2j85/h58l+LXnAP0zANMXoMw=" }, "sonnet": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/sonnet-6.22.0.tar.xz", - "hash": "sha256-yP3Ed2ZuE+4Q/7P8k4MazwMLBKa2chcqJ2a/noH+gNg=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/sonnet-6.23.0.tar.xz", + "hash": "sha256-+ujsA8p653bq7gQTGuoSgIInUqQ+3gPm+HFCWYBS9Mw=" }, "syndication": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/syndication-6.22.0.tar.xz", - "hash": "sha256-+vOojmcRsGo17fKMQV/WZbVpmnyv7m/tLLSZfzGNjeA=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/syndication-6.23.0.tar.xz", + "hash": "sha256-znejmMmiFqlbocVYse6vaLhfzROGWdJB0JMS+RLLmBQ=" }, "syntax-highlighting": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/syntax-highlighting-6.22.0.tar.xz", - "hash": "sha256-ULc+qZQT3ZiPo0/RaRKbzb/h3DtDxI1fkrutslEacoo=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/syntax-highlighting-6.23.0.tar.xz", + "hash": "sha256-yV6sK6u+pAvhSeVZOf/kehT/sLw9CBA9PzLLMQNkw44=" }, "threadweaver": { - "version": "6.22.0", - "url": "mirror://kde/stable/frameworks/6.22/threadweaver-6.22.0.tar.xz", - "hash": "sha256-L1HjEnedxfWS6N702yJcPEBTHYceik0xqPKiLeKmWCs=" + "version": "6.23.0", + "url": "mirror://kde/stable/frameworks/6.23/threadweaver-6.23.0.tar.xz", + "hash": "sha256-1IJuDY+vE1ZV0Vlpsn0P5vx0am0wjqNPBL7T3mBRiws=" } } \ No newline at end of file diff --git a/pkgs/misc/tmux-plugins/default.nix b/pkgs/misc/tmux-plugins/default.nix index 4148f77b408c..dc31c76a8eb0 100644 --- a/pkgs/misc/tmux-plugins/default.nix +++ b/pkgs/misc/tmux-plugins/default.nix @@ -425,12 +425,12 @@ in ukiyo = mkTmuxPlugin { pluginName = "ukiyo"; - version = "0-unstable-2026-01-30"; + version = "0-unstable-2026-02-02"; src = fetchFromGitHub { owner = "Nybkox"; repo = "tmux-ukiyo"; - rev = "14fdf51ad16f7b81019c53b987877e78e697f51b"; - hash = "sha256-ILQVOQ6cfG7I7hFN72mgSTc0AZZW4WWHSxwWKbK0piY="; + rev = "dd8730a2a41da79425c11c0cea69e0bd81545e19"; + hash = "sha256-jOcGNKb8QrIgT7l3D3RiJOPIC9JU1rOy8tk0x5ULrdc="; }; meta = { homepage = "https://github.com/Nybkox/tmux-ukiyo"; diff --git a/pkgs/os-specific/linux/nvidia-x11/default.nix b/pkgs/os-specific/linux/nvidia-x11/default.nix index 34d157be5f6c..b01bd9b1b5ce 100644 --- a/pkgs/os-specific/linux/nvidia-x11/default.nix +++ b/pkgs/os-specific/linux/nvidia-x11/default.nix @@ -115,25 +115,11 @@ rec { dc = dc_570; dc_535 = generic rec { - version = "535.154.05"; + version = "535.288.01"; url = "https://us.download.nvidia.com/tesla/${version}/NVIDIA-Linux-x86_64-${version}.run"; - sha256_64bit = "sha256-fpUGXKprgt6SYRDxSCemGXLrEsIA6GOinp+0eGbqqJg="; - persistencedSha256 = "sha256-d0Q3Lk80JqkS1B54Mahu2yY/WocOqFFbZVBh+ToGhaE="; - fabricmanagerSha256 = "sha256-/HQfV7YA3MYVmre/sz897PF6tc6MaMiS/h7Q10m2p/o="; - useSettings = false; - usePersistenced = true; - useFabricmanager = true; - - patches = [ rcu_patch ]; - }; - - # Drop after next nixos release - dc_565 = generic rec { - version = "565.57.01"; - url = "https://us.download.nvidia.com/tesla/${version}/NVIDIA-Linux-x86_64-${version}.run"; - sha256_64bit = "sha256-buvpTlheOF6IBPWnQVLfQUiHv4GcwhvZW3Ks0PsYLHo="; - persistencedSha256 = "sha256-hdszsACWNqkCh8G4VBNitDT85gk9gJe1BlQ8LdrYIkg="; - fabricmanagerSha256 = "sha256-umhyehddbQ9+xhhoiKC7SOSVxscA5pcnqvkQOOLIdsM="; + sha256_64bit = "sha256-8gwy/W7NH3BcbfJ5fAwIQlPs9/9I8sNH+Co5YZiC7OE="; + persistencedSha256 = "sha256-q061VN6om3UzbpWD7+tJJVgU/e2YCJF4IgEv53qx9ZA="; + fabricmanagerSha256 = "sha256-mIFlY4JHPIkTH18mpciU+ueH8Nj6Ts+2g2xv+BfyUEI="; useSettings = false; usePersistenced = true; useFabricmanager = true; @@ -157,12 +143,12 @@ rec { # Last one without the bug reported here: # https://bbs.archlinux.org/viewtopic.php?pid=2155426#p2155426 legacy_535 = generic { - version = "535.274.02"; - sha256_64bit = "sha256-O071TwaZHm3/94aN3nl/rZpFH+5o1SZ9+Hyivo5/KTs="; - sha256_aarch64 = "sha256-PgHcrqGf4E+ttnpho+N8SKsMQxnZn29fffHXGbeAxRw="; - openSha256 = "sha256-4KRHuTxlU0GT/cWf/j3aR7VqWpOez1ssS8zj/pYytes="; - settingsSha256 = "sha256-BXQMXKybl9mmsp+Y+ht1RjZqnn/H3hZfyGcKIGurxrI="; - persistencedSha256 = "sha256-/ZvAsvTjjiM/U3gn0DbxUguC3VvHbopyQ3u6+RYkzKk="; + version = "535.288.01"; + sha256_64bit = "sha256-8gwy/W7NH3BcbfJ5fAwIQlPs9/9I8sNH+Co5YZiC7OE="; + sha256_aarch64 = "sha256-2d3RYzU+W4uS6mUvpCNCfoVcAJA/aerNwm7Xbg0YJBo="; + openSha256 = "sha256-kDM8jeHjcRCyhOs8AQk+ce3Qzf2cI5RGzzIraJrSmOE="; + settingsSha256 = "sha256-hN4IWAD/M+th7brbzdBtgOQ2P1QUVrrWITgVGiuCxWw="; + persistencedSha256 = "sha256-q061VN6om3UzbpWD7+tJJVgU/e2YCJF4IgEv53qx9ZA="; }; # Last one supporting Kepler architecture diff --git a/pkgs/servers/http/angie/default.nix b/pkgs/servers/http/angie/default.nix index 625d93fbdcc6..c5e5e3f817c7 100644 --- a/pkgs/servers/http/angie/default.nix +++ b/pkgs/servers/http/angie/default.nix @@ -9,11 +9,11 @@ callPackage ../nginx/generic.nix args rec { pname = "angie"; - version = "1.11.2"; + version = "1.11.3"; src = fetchurl { url = "https://download.angie.software/files/angie-${version}.tar.gz"; - hash = "sha256-Or6pG7lMlzs5SiQl5KYXyNViO6f82PtWLjIYRXDsvEc="; + hash = "sha256-CPqZ0YqQ9zhnSzAPZIZ0BgRa1cUY6VLNJOP/2wwUEX0="; }; configureFlags = lib.optionals withAcme [ diff --git a/pkgs/servers/monitoring/grafana/default.nix b/pkgs/servers/monitoring/grafana/default.nix index 0a9f1bac15b1..baa40edd0f55 100644 --- a/pkgs/servers/monitoring/grafana/default.nix +++ b/pkgs/servers/monitoring/grafana/default.nix @@ -21,7 +21,7 @@ buildGoModule (finalAttrs: { pname = "grafana"; - version = "12.3.2"; + version = "12.3.3"; subPackages = [ "pkg/cmd/grafana" @@ -33,7 +33,7 @@ buildGoModule (finalAttrs: { owner = "grafana"; repo = "grafana"; rev = "v${finalAttrs.version}"; - hash = "sha256-yyToc7jVLqCwZINhya35KGuCRP24TzWouHUm8Yd8e1o="; + hash = "sha256-Au4hdVycbu2uCrmtVit/95ixjGwCJCVtqD48PKbWOpQ="; }; # borrowed from: https://github.com/NixOS/nixpkgs/blob/d70d9425f49f9aba3c49e2c389fe6d42bac8c5b0/pkgs/development/tools/analysis/snyk/default.nix#L20-L22 @@ -49,12 +49,12 @@ buildGoModule (finalAttrs: { # Since this is not a dependency attribute the buildPackages has to be specified. offlineCache = buildPackages.yarn-berry_4-fetcher.fetchYarnBerryDeps { inherit (finalAttrs) src missingHashes; - hash = "sha256-RnYxki15s2crHHBDjpw7vLIMt5fIzM9rWTNjwQlLJ/o="; + hash = "sha256-t9Ny0vU9eWOvVkhaC68uzZscUFwH6Ud5+hMFyNF4k5g="; }; disallowedRequisites = [ finalAttrs.offlineCache ]; - vendorHash = "sha256-PN5YM0qstHm68ZvBsHBcRVD9NfrJ48EvBJlbwfsyBVY="; + vendorHash = "sha256-2IE1v5VnfyMAg/9Vli8WWRUtkkgHrJPE7Heczg5DWbo="; # Grafana seems to just set it to the latest version available # nowadays. diff --git a/pkgs/tools/networking/gmrender-resurrect/default.nix b/pkgs/tools/networking/gmrender-resurrect/default.nix index 2ccf6bb68a17..b1416829eb39 100644 --- a/pkgs/tools/networking/gmrender-resurrect/default.nix +++ b/pkgs/tools/networking/gmrender-resurrect/default.nix @@ -15,7 +15,7 @@ }: let - version = "0.3"; + version = "0.3.1"; pluginPath = lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0" [ gstreamer @@ -34,7 +34,7 @@ stdenv.mkDerivation { owner = "hzeller"; repo = "gmrender-resurrect"; rev = "v${version}"; - sha256 = "sha256-Zt8YYRqqX5L/MGLsFzR8JOdYoNX9ypXLX5i+fqkzPkk="; + sha256 = "sha256-e8X/Ab4E6FmPpbRx4y8UZbuPTFaq2hz4Ye8dbKTqGUc="; }; buildInputs = [ diff --git a/pkgs/tools/networking/spoofer/default.nix b/pkgs/tools/networking/spoofer/default.nix index 72ff5de2946e..f5520158c93e 100644 --- a/pkgs/tools/networking/spoofer/default.nix +++ b/pkgs/tools/networking/spoofer/default.nix @@ -17,11 +17,11 @@ in stdenv.mkDerivation rec { pname = "spoofer"; - version = "1.4.12"; + version = "1.4.13"; src = fetchurl { url = "https://www.caida.org/projects/spoofer/downloads/${pname}-${version}.tar.gz"; - sha256 = "sha256-3ljCPmazKz0fHer2yN6baFLu425Dsr9ppdjr2Iv5YJ8="; + sha256 = "sha256-n3B2yAckbcm2kyv5QzBGh4nvKa0S/+EbGCxe0eyWG1U="; }; nativeBuildInputs = [ pkg-config ]; diff --git a/pkgs/tools/package-management/nix-eval-jobs/default.nix b/pkgs/tools/package-management/nix-eval-jobs/default.nix index 17106c049143..08e7e268e146 100644 --- a/pkgs/tools/package-management/nix-eval-jobs/default.nix +++ b/pkgs/tools/package-management/nix-eval-jobs/default.nix @@ -12,13 +12,13 @@ }: stdenv.mkDerivation rec { pname = "nix-eval-jobs"; - version = "2.33.0"; + version = "2.33.1"; src = fetchFromGitHub { owner = "nix-community"; repo = "nix-eval-jobs"; tag = "v${version}"; - hash = "sha256-i68miKHGdueWggcDAF+Kca9g6S3ipkW629XbMpQYfn0="; + hash = "sha256-ONA7ztgyE2CC3T45NiGxQgCBQevAJ1+pEJlMQpREjBA="; }; buildInputs = [ diff --git a/pkgs/tools/package-management/nix/default.nix b/pkgs/tools/package-management/nix/default.nix index 369c645a750d..b235f0a37d7c 100644 --- a/pkgs/tools/package-management/nix/default.nix +++ b/pkgs/tools/package-management/nix/default.nix @@ -206,14 +206,14 @@ lib.makeExtensible ( nixComponents_2_33 = (nixDependencies.callPackage ./modular/packages.nix rec { - version = "2.33.2"; + version = "2.33.3"; inherit (self.nix_2_32.meta) teams; otherSplices = generateSplicesForNixComponents "nixComponents_2_33"; src = fetchFromGitHub { owner = "NixOS"; repo = "nix"; tag = version; - hash = "sha256-bjkycwYUs2TS5pYcqlJ2yA2W8gc6iq+Is1kNSY+QPHk="; + hash = "sha256-2Mga4e9ZtOPLwYqF4+hcjdsTImcA7TKUvDDfaF7jqEo="; }; }).appendPatches patches_common; diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index c92d4d50f038..48061bdf7b50 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1718,6 +1718,7 @@ mapAliases { sierra-breeze-enhanced = throw "'sierra-breeze-enhanced' has been removed, as it is only compatible with Plasma 5, which is EOL"; # Added 2025-08-20 signal-desktop-source = throw "'signal-desktop-source' has been renamed to/replaced by 'signal-desktop'"; # Converted to throw 2025-10-27 simplesamlphp = throw "'simplesamlphp' was removed because it was unmaintained in nixpkgs"; # Added 2025-10-17 + simpleTpmPk11 = warnAlias "'simpleTpmPk11' has been renamed to 'simple-tpm-pk11'" simple-tpm-pk11; # Added 2026-02-12 sioclient = throw "'sioclient' has been removed as it is no longer used by freedv, and doesn't build with newer asio"; # Added 2025-12-03 siproxd = throw "'siproxd' has been removed as it was unmaintained and incompatible with newer libosip versions"; # Added 2025-05-18 sipwitch = throw "'sipwitch' has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-01 diff --git a/pkgs/top-level/linux-kernels.nix b/pkgs/top-level/linux-kernels.nix index ee208018b454..26ef441980e6 100644 --- a/pkgs/top-level/linux-kernels.nix +++ b/pkgs/top-level/linux-kernels.nix @@ -494,7 +494,6 @@ in nvidia_x11_vulkan_beta = nvidiaPackages.vulkan_beta; nvidia_dc = nvidiaPackages.dc; nvidia_dc_535 = nvidiaPackages.dc_535; - nvidia_dc_565 = nvidiaPackages.dc_565; # this is not a replacement for nvidia_x11* # only the opensource kernel driver exposed for hydra to build @@ -724,6 +723,7 @@ in tuxedo-keyboard = self.tuxedo-drivers; # Added 2024-09-28 phc-intel = throw "phc-intel drivers are no longer supported by any kernel >=4.17"; # added 2025-07-18 prl-tools = throw "Parallel Tools no longer provide any kernel module, please use pkgs.prl-tools instead."; # added 2025-10-04 + nvidia_dc_565 = throw "nvidiaPackages.dc_565 has reached end of life, see https://endoflife.date/nvidia"; # added 2026-02-10 } )).extend (lib.fixedPoints.composeManyExtensions kernelPackagesExtensions);