From ae1bd7bffb453470584165b759d6648e384da0f4 Mon Sep 17 00:00:00 2001 From: Fazzi Date: Sat, 28 Mar 2026 21:41:58 +0000 Subject: [PATCH 01/23] losslesscut-bin: 3.64.0 -> 3.68.0 --- pkgs/by-name/lo/losslesscut-bin/package.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/lo/losslesscut-bin/package.nix b/pkgs/by-name/lo/losslesscut-bin/package.nix index 8fd238d8c9d8..30d16cbc936e 100644 --- a/pkgs/by-name/lo/losslesscut-bin/package.nix +++ b/pkgs/by-name/lo/losslesscut-bin/package.nix @@ -4,10 +4,9 @@ callPackage, buildPackages, }: - let pname = "losslesscut"; - version = "3.64.0"; + version = "3.68.0"; metaCommon = { description = "Swiss army knife of lossless video/audio editing"; homepage = "https://mifi.no/losslesscut/"; @@ -23,17 +22,17 @@ let }; x86_64-dmg = callPackage ./build-from-dmg.nix { inherit pname version metaCommon; - hash = "sha256-BO2KoYAevbVL0Eix1knvaPVBkWucYI89VkueWYRTcXY="; + hash = "sha256-K4h5kG65M9vWAzjTV8jxFJdtdEuLCxRr0byMN1SffJk="; isAarch64 = false; }; aarch64-dmg = callPackage ./build-from-dmg.nix { inherit pname version metaCommon; - hash = "sha256-/M5yafZQDqCoDzHpjZBC80CcL9KMO5lwvyCcq19caRg="; + hash = "sha256-5hwzW+0oi8GGmxULvDFCmKKbrYLtq9HjwLLpMj3PnbA="; isAarch64 = true; }; x86_64-windows = callPackage ./build-from-windows.nix { inherit pname version metaCommon; - hash = "sha256-FYrnTiZ5ATT+Y08zceIIHbVM//5Bg2ozIEyC5UxmIno="; + hash = "sha256-N3UdnvISjRpiVQXEbpmSs67NCTemqQfRwg2b4rzkUEU="; }; in ( From 5de636e8d65c8071622e764a4e6e2a59ea15bfa0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 14 Jun 2026 13:08:38 +0000 Subject: [PATCH 02/23] openshift: 4.19.0-202505210330 -> 4.22.0-202605222050 --- pkgs/by-name/op/openshift/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/op/openshift/package.nix b/pkgs/by-name/op/openshift/package.nix index ec71cef12a5e..f57fac7dd087 100644 --- a/pkgs/by-name/op/openshift/package.nix +++ b/pkgs/by-name/op/openshift/package.nix @@ -11,14 +11,14 @@ buildGoModule (finalAttrs: { pname = "openshift"; - version = "4.19.0-202505210330"; + version = "4.22.0-202605222050"; gitCommit = "8f1c8b5"; src = fetchFromGitHub { owner = "openshift"; repo = "oc"; tag = "openshift-clients-${finalAttrs.version}"; - hash = "sha256-EIsK73zSozqBOFZalURNcamk5FRDusUEhXtup60c2zQ="; + hash = "sha256-WUFeRRKymdOJfbFhut9nGAvMCI1OsanYGKCioEZSOng="; }; vendorHash = null; From 43be5ee4afd7e5718927173045c731cc7905f547 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Wed, 10 Jun 2026 20:04:42 -0400 Subject: [PATCH 03/23] telegram-desktop: 6.8.2 -> 6.9.1 Diff: https://github.com/telegramdesktop/tdesktop/compare/v6.8.2...v6.9.1 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v6.9.1 --- .../telegram/telegram-desktop/unwrapped.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix index fe1cf5cbfe59..5436e202674b 100644 --- a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix +++ b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix @@ -45,14 +45,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "telegram-desktop-unwrapped"; - version = "6.8.2"; + version = "6.9.1"; src = fetchFromGitHub { owner = "telegramdesktop"; repo = "tdesktop"; rev = "v${finalAttrs.version}"; fetchSubmodules = true; - hash = "sha256-1zKAywh6EXGDi5t7CKQRWADRKX0mFEMyeIoK4hrTFFQ="; + hash = "sha256-siHKp+/17HdrN+g+iTIqttlB4SoTlLnQ/QjB8qZBycY="; }; nativeBuildInputs = [ From f748352cf980a2d6a93693033957217cb963d6c3 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Fri, 12 Jun 2026 15:47:00 -0400 Subject: [PATCH 04/23] telegram-desktop: 6.9.1 -> 6.9.2 Diff: https://github.com/telegramdesktop/tdesktop/compare/v6.9.1...v6.9.2 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v6.9.2 --- .../telegram/telegram-desktop/unwrapped.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix index 5436e202674b..cdc9e66b97d2 100644 --- a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix +++ b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix @@ -45,14 +45,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "telegram-desktop-unwrapped"; - version = "6.9.1"; + version = "6.9.2"; src = fetchFromGitHub { owner = "telegramdesktop"; repo = "tdesktop"; rev = "v${finalAttrs.version}"; fetchSubmodules = true; - hash = "sha256-siHKp+/17HdrN+g+iTIqttlB4SoTlLnQ/QjB8qZBycY="; + hash = "sha256-VBIo9cKuRxKOiPmlI2pf2zNtwNbMKERrx1l1D4KVol8="; }; nativeBuildInputs = [ From 8417ca56d81850790d97038b3b19e53dd35b5382 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Mon, 15 Jun 2026 18:48:51 -0400 Subject: [PATCH 05/23] telegram-desktop: 6.9.2 -> 6.9.3 Diff: https://github.com/telegramdesktop/tdesktop/compare/v6.9.2...v6.9.3 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v6.9.3 --- .../telegram/telegram-desktop/unwrapped.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix index cdc9e66b97d2..9f26c406ffc5 100644 --- a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix +++ b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix @@ -45,14 +45,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "telegram-desktop-unwrapped"; - version = "6.9.2"; + version = "6.9.3"; src = fetchFromGitHub { owner = "telegramdesktop"; repo = "tdesktop"; rev = "v${finalAttrs.version}"; fetchSubmodules = true; - hash = "sha256-VBIo9cKuRxKOiPmlI2pf2zNtwNbMKERrx1l1D4KVol8="; + hash = "sha256-QCGtESg+38lHWCFcsevHdc0kQ7LKJQmJjUJWszphah8="; }; nativeBuildInputs = [ From 486e081120d342a465832ef2b5bc60056640f6f8 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Wed, 10 Jun 2026 20:08:40 -0400 Subject: [PATCH 06/23] _64gram: 1.2.2 -> 1.2.3 Diff: https://github.com/TDesktop-x64/tdesktop/compare/v1.2.2...v1.2.3 Changelog: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.2.3 --- pkgs/by-name/_6/_64gram/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/_6/_64gram/package.nix b/pkgs/by-name/_6/_64gram/package.nix index 0e3db0701cb7..57ff6d310b37 100644 --- a/pkgs/by-name/_6/_64gram/package.nix +++ b/pkgs/by-name/_6/_64gram/package.nix @@ -10,13 +10,13 @@ telegram-desktop.override { inherit withWebkit; unwrapped = telegram-desktop.unwrapped.overrideAttrs (old: rec { pname = "64gram-unwrapped"; - version = "1.2.2"; + version = "1.2.3"; src = fetchFromGitHub { owner = "TDesktop-x64"; repo = "tdesktop"; tag = "v${version}"; - hash = "sha256-qT7GQCqIaEZmbtFeoWMChUX6J8uqs/+UZYi0YoBIYDY="; + hash = "sha256-P/Tka5XFKBcjCJ8PnayTfU/uQhhuzWm3WJdlx7wIoJs="; fetchSubmodules = true; }; From cab46d668862f7a0b15e2f4d03fe92468df39005 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Mon, 15 Jun 2026 18:50:54 -0400 Subject: [PATCH 07/23] _64gram: 1.2.3 -> 1.2.5 Diff: https://github.com/TDesktop-x64/tdesktop/compare/v1.2.3...v1.2.5 Changelog: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.2.5 --- pkgs/by-name/_6/_64gram/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/_6/_64gram/package.nix b/pkgs/by-name/_6/_64gram/package.nix index 57ff6d310b37..c87d829cb39d 100644 --- a/pkgs/by-name/_6/_64gram/package.nix +++ b/pkgs/by-name/_6/_64gram/package.nix @@ -10,13 +10,13 @@ telegram-desktop.override { inherit withWebkit; unwrapped = telegram-desktop.unwrapped.overrideAttrs (old: rec { pname = "64gram-unwrapped"; - version = "1.2.3"; + version = "1.2.5"; src = fetchFromGitHub { owner = "TDesktop-x64"; repo = "tdesktop"; tag = "v${version}"; - hash = "sha256-P/Tka5XFKBcjCJ8PnayTfU/uQhhuzWm3WJdlx7wIoJs="; + hash = "sha256-CcYcdSgeVEbGKOzim+Q/gIxMIfDGaSStF4cLLttA+SM="; fetchSubmodules = true; }; From b515a2b061e9958f82d545fcf0aa42e7d9947476 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Mon, 15 Jun 2026 18:58:02 -0400 Subject: [PATCH 08/23] telegram-desktop: build with minizip-ng-compat --- .../telegram/telegram-desktop/unwrapped.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix index 9f26c406ffc5..54e6230ecbe7 100644 --- a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix +++ b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix @@ -19,7 +19,7 @@ ffmpeg_6, protobuf, openal-soft, - minizip-ng, + minizip-ng-compat, range-v3, tl-expected, hunspell, @@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: { xxhash ffmpeg_6 openal-soft - minizip-ng + minizip-ng-compat range-v3 tl-expected rnnoise From 53b206f898f3012be49422513dd8c2aefa349f36 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 17 Jun 2026 01:43:07 +0000 Subject: [PATCH 09/23] grav: 1.7.52 -> 1.7.53 --- pkgs/by-name/gr/grav/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gr/grav/package.nix b/pkgs/by-name/gr/grav/package.nix index 9249d435de55..284a3f8a09a9 100644 --- a/pkgs/by-name/gr/grav/package.nix +++ b/pkgs/by-name/gr/grav/package.nix @@ -6,7 +6,7 @@ }: let - version = "1.7.52"; + version = "1.7.53"; in stdenvNoCC.mkDerivation { pname = "grav"; @@ -14,7 +14,7 @@ stdenvNoCC.mkDerivation { src = fetchzip { url = "https://github.com/getgrav/grav/releases/download/${version}/grav-admin-v${version}.zip"; - hash = "sha256-xAXUS4qGOSExniggPWwIooalHjHhpk4YK5tQvkRLp0g="; + hash = "sha256-Ug8sIEMwIoCUyHpxk5NaGHaJA7lThgbUuu+8NpmI9YI="; }; patches = [ From f91c36da1746016d53edcba26e198baf1a3a76f2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 19 Jun 2026 17:09:01 +0000 Subject: [PATCH 10/23] fosrl-newt: 1.12.4 -> 1.13.0 --- pkgs/by-name/fo/fosrl-newt/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fo/fosrl-newt/package.nix b/pkgs/by-name/fo/fosrl-newt/package.nix index 40e03e02cf70..6107ca3dcf86 100644 --- a/pkgs/by-name/fo/fosrl-newt/package.nix +++ b/pkgs/by-name/fo/fosrl-newt/package.nix @@ -9,16 +9,16 @@ buildGoModule (finalAttrs: { pname = "newt"; - version = "1.12.4"; + version = "1.13.0"; src = fetchFromGitHub { owner = "fosrl"; repo = "newt"; tag = finalAttrs.version; - hash = "sha256-wYLnuKIU+wcCxF57cdfepTVm52btfdrveQ8Y+R9flMo="; + hash = "sha256-Kt7YCxHQEv1DeASPJtjAwzmAiWBrkf+XNs7aJEZvb+M="; }; - vendorHash = "sha256-WfIK+Q8WQ372NzLw6DRapv1nYPduShi4KnVJBPk0Oz0="; + vendorHash = "sha256-QJ70q53k4EvLpiMY+Nm70QqaZk14V0Q1CrwWVSowdUU="; nativeInstallCheckInputs = [ versionCheckHook ]; From db5e2c947147f06563e9e125db4bdb83853b0367 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 21 Jun 2026 07:25:38 +0000 Subject: [PATCH 11/23] irpf: 2026-1.4 -> 2026-1.5 --- pkgs/by-name/ir/irpf/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ir/irpf/package.nix b/pkgs/by-name/ir/irpf/package.nix index 39deddd2273a..a965cada07ee 100644 --- a/pkgs/by-name/ir/irpf/package.nix +++ b/pkgs/by-name/ir/irpf/package.nix @@ -17,7 +17,7 @@ let in stdenvNoCC.mkDerivation (finalAttrs: { pname = "irpf"; - version = "2026-1.4"; + version = "2026-1.5"; # https://www.gov.br/receitafederal/pt-br/centrais-de-conteudo/download/pgd/dirpf # Para outros sistemas operacionais -> Multi @@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { in fetchzip { url = "https://downloadirpf.receita.fazenda.gov.br/irpf/${year}/irpf/arquivos/IRPF${finalAttrs.version}.zip"; - hash = "sha256-tPIu1nt1FtGyjM1vnzAHenjlKeAKJfqPus+XsP2CH5g="; + hash = "sha256-/y0XE+i+Sug/2TfqQuPQesYaDVn41v3hkikU/hmxxNE="; }; nativeBuildInputs = [ From 96e497ccafa14544edc57c64f9cbb7ceaf3c5258 Mon Sep 17 00:00:00 2001 From: Artem Leshchev Date: Fri, 19 Jun 2026 15:17:58 -0500 Subject: [PATCH 12/23] maintainers: remove chaduffy --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/be/bees/package.nix | 2 +- pkgs/by-name/de/desync/package.nix | 5 +---- pkgs/by-name/fr/freeplane/package.nix | 2 +- pkgs/by-name/ov/ovh-ttyrec/package.nix | 5 +---- 5 files changed, 4 insertions(+), 16 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index d3d289df0936..deb6852c6fd7 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -4737,12 +4737,6 @@ githubId = 32384814; name = "Nikita Mitasov"; }; - chaduffy = { - email = "charles@dyfis.net"; - github = "charles-dyfis-net"; - githubId = 22370; - name = "Charles Duffy"; - }; changlinli = { email = "mail@changlinli.com"; github = "changlinli"; diff --git a/pkgs/by-name/be/bees/package.nix b/pkgs/by-name/be/bees/package.nix index a3bf6614a5fb..c29b5c0545fa 100644 --- a/pkgs/by-name/be/bees/package.nix +++ b/pkgs/by-name/be/bees/package.nix @@ -79,6 +79,6 @@ stdenv.mkDerivation (finalAttrs: { longDescription = "Best-Effort Extent-Same: bees finds not just identical files, but also identical extents within files that differ"; license = lib.licenses.gpl3; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ chaduffy ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/de/desync/package.nix b/pkgs/by-name/de/desync/package.nix index 67233b311071..54b598d367c0 100644 --- a/pkgs/by-name/de/desync/package.nix +++ b/pkgs/by-name/de/desync/package.nix @@ -62,9 +62,6 @@ buildGoModule (finalAttrs: { homepage = "https://github.com/folbricht/desync"; changelog = "https://github.com/folbricht/desync/releases/tag/v${finalAttrs.version}"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ - chaduffy - matshch - ]; + maintainers = with lib.maintainers; [ matshch ]; }; }) diff --git a/pkgs/by-name/fr/freeplane/package.nix b/pkgs/by-name/fr/freeplane/package.nix index 134495debe72..b4bcec11fcec 100644 --- a/pkgs/by-name/fr/freeplane/package.nix +++ b/pkgs/by-name/fr/freeplane/package.nix @@ -102,7 +102,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { homepage = "https://freeplane.org/"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ chaduffy ]; + maintainers = [ ]; mainProgram = "freeplane"; }; }) diff --git a/pkgs/by-name/ov/ovh-ttyrec/package.nix b/pkgs/by-name/ov/ovh-ttyrec/package.nix index 0c9bccfbb33d..615f3d350eee 100644 --- a/pkgs/by-name/ov/ovh-ttyrec/package.nix +++ b/pkgs/by-name/ov/ovh-ttyrec/package.nix @@ -29,9 +29,6 @@ stdenv.mkDerivation (finalAttrs: { description = "Terminal interaction recorder and player"; license = lib.licenses.bsd3; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ - chaduffy - zimbatm - ]; + maintainers = with lib.maintainers; [ zimbatm ]; }; }) From 1b0f8ddf0916e9bd2697c73cd91d295175f57707 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 21 Jun 2026 20:06:03 +0000 Subject: [PATCH 13/23] spacetimedb: 2.5.0-hotfix1 -> 2.6.0 --- pkgs/by-name/sp/spacetimedb/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/sp/spacetimedb/package.nix b/pkgs/by-name/sp/spacetimedb/package.nix index 5657989c8681..965bb4d020bc 100644 --- a/pkgs/by-name/sp/spacetimedb/package.nix +++ b/pkgs/by-name/sp/spacetimedb/package.nix @@ -15,16 +15,16 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "spacetimedb"; - version = "2.5.0-hotfix1"; + version = "2.6.0"; src = fetchFromGitHub { owner = "clockworklabs"; repo = "spacetimedb"; tag = "v${finalAttrs.version}"; - hash = "sha256-CXc/AKzK4aTVhKgzIzkA5cdInYqOu7sMdCUyeSwixbc="; + hash = "sha256-vQ50ufMn/y5lqoXiyX0SjN15MkA0LMrpp5SkJExR/co="; }; - cargoHash = "sha256-iO1TGctPVmQxn1h+Md6p3pbEkfXNX91n5NZhIDK5BLI="; + cargoHash = "sha256-YwhWgJP0znAN5H1ZBXWAwe8DimRC6cvs6gGyTUIRRuc="; nativeBuildInputs = [ pkg-config From 3f27227787106a335d5c3b21852ac12861963cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 19 Jun 2026 22:16:00 -0700 Subject: [PATCH 14/23] authentik: 2025.12.5 -> 2025.12.6 Diff: https://github.com/goauthentik/authentik/compare/version/2025.12.5...version/2025.12.6 Changelog: https://github.com/goauthentik/authentik/releases/tag/version%2F2025.12.6 --- pkgs/by-name/au/authentik/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/au/authentik/package.nix b/pkgs/by-name/au/authentik/package.nix index ac0f05e63f4a..ff63e72475e2 100644 --- a/pkgs/by-name/au/authentik/package.nix +++ b/pkgs/by-name/au/authentik/package.nix @@ -20,13 +20,13 @@ let nodejs = nodejs_24; - version = "2025.12.5"; + version = "2025.12.6"; src = fetchFromGitHub { owner = "goauthentik"; repo = "authentik"; tag = "version/${version}"; - hash = "sha256-LPGAhbtmuztDQ4CVhUXb+vBU5HjvNZ7JicI5r3lr1QQ="; + hash = "sha256-uIg47z4LaCawF/5ir4mKE6DpDnEpQ8DuObCNaq6TcYk="; }; meta = { @@ -137,8 +137,8 @@ let outputHash = { - "aarch64-linux" = "sha256-smm9x29z7gOI7Wq0NvP45KHtBbT6p1lH6IjEf9LRuGs="; - "x86_64-linux" = "sha256-K86wnn50svP+QG3i0mggH8RQgfoIqEmyQTouz35xzw8="; + "aarch64-linux" = "sha256-EbLneRDCyLLLBOZ2DUDpf2TbZoTL8QMXP4WlAZEzS90="; + "x86_64-linux" = "sha256-yDjwN/+lX2i9WYDXq4yWwf9o8nA4342iHDDQH4Jt7eQ="; } .${stdenvNoCC.hostPlatform.system} or (throw "authentik-website-deps: unsupported host platform"); From b40172f3a466b1c6d2da5c8d5c1260480594a2de Mon Sep 17 00:00:00 2001 From: Benjamin Bugl Date: Mon, 22 Jun 2026 14:38:46 +0200 Subject: [PATCH 15/23] nrfconnect: 5.2.1 -> 5.3.1 --- pkgs/by-name/nr/nrfconnect/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/nr/nrfconnect/package.nix b/pkgs/by-name/nr/nrfconnect/package.nix index ac2566d1928f..3cab06663ea4 100644 --- a/pkgs/by-name/nr/nrfconnect/package.nix +++ b/pkgs/by-name/nr/nrfconnect/package.nix @@ -8,11 +8,11 @@ let pname = "nrfconnect"; - version = "5.2.1"; + version = "5.3.1"; src = fetchurl { url = "https://eu.files.nordicsemi.com/ui/api/v1/download?repoKey=web-assets-com_nordicsemi&path=external%2fswtools%2fncd%2flauncher%2fv${version}%2fnrfconnect-${version}-x86_64.AppImage"; - hash = "sha256-3YPH/HmeAHm1Cf4/tCUIRTdT3JX0tOLVS/b6lk27Wn4="; + hash = "sha256-IRpY8D9jigQjWvBVEfFshqTV4h9/6OaJf9T178B2m/c="; name = "${pname}-${version}.AppImage"; }; From cc80ea8c93465d6307c6bd51d0de31aeea732254 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 22 Jun 2026 15:06:48 +0000 Subject: [PATCH 16/23] wezterm: 0-unstable-2026-03-31 -> 0-unstable-2026-06-22 --- pkgs/by-name/we/wezterm/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/we/wezterm/package.nix b/pkgs/by-name/we/wezterm/package.nix index 23f5f5400e65..884be5397e61 100644 --- a/pkgs/by-name/we/wezterm/package.nix +++ b/pkgs/by-name/we/wezterm/package.nix @@ -28,14 +28,14 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "wezterm"; - version = "0-unstable-2026-03-31"; + version = "0-unstable-2026-06-22"; src = fetchFromGitHub { owner = "wezterm"; repo = "wezterm"; - rev = "577474d89ee61aef4a48145cdec82a638d874751"; + rev = "6ff5492866490be859f23db01541df0ec67dcc3b"; fetchSubmodules = true; - hash = "sha256-LNQJAYILUZ9LZ4E4soh7tr5Zy+rntHz1Gd66lyPPkdk="; + hash = "sha256-1QPLiudM2rmD3OYrc+LKvzE9VJS6Ut7QiS48pf0zU14="; }; postPatch = '' @@ -58,7 +58,7 @@ rustPlatform.buildRustPackage (finalAttrs: { # https://github.com/wezterm/wezterm/blob/main/nix/flake.nix#L134 auditable = false; - cargoHash = "sha256-waXq0U2Ud7FhlJn3evO7bZSBsOAA39ObiVWHycNQXmA="; + cargoHash = "sha256-UDCTHu/BiAXXQOEJtZhVVJ9lYFyHSSxviLSqXuZismk="; nativeBuildInputs = [ installShellFiles From aef160eb96b624d9926c9d9abc694b46c16cfbfc Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Mon, 22 Jun 2026 17:58:09 +0100 Subject: [PATCH 17/23] trex: init at 2.0.0 --- pkgs/by-name/tr/trex/package.nix | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 pkgs/by-name/tr/trex/package.nix diff --git a/pkgs/by-name/tr/trex/package.nix b/pkgs/by-name/tr/trex/package.nix new file mode 100644 index 000000000000..97f49654e1d6 --- /dev/null +++ b/pkgs/by-name/tr/trex/package.nix @@ -0,0 +1,41 @@ +{ + lib, + stdenvNoCC, + fetchurl, + nix-update-script, + unzip, +}: + +stdenvNoCC.mkDerivation (finalAttrs: { + pname = "trex"; + version = "2.0.0"; + + src = fetchurl { + url = "https://github.com/amebalabs/TRex/releases/download/v${finalAttrs.version}/TRex-${finalAttrs.version}.zip"; + hash = "sha256-To3vxoDapuCcstq6V2qiQ2g8d1uTqVEM5fElRNIi3k0="; + }; + + sourceRoot = "."; + + nativeBuildInputs = [ unzip ]; + + installPhase = '' + runHook preInstall + + mkdir -p $out/Applications + cp -r *.app $out/Applications + + runHook postInstall + ''; + + passthru.updateScript = nix-update-script { }; + + meta = { + description = "Copy any text on your screen using OCR"; + homepage = "https://github.com/amebalabs/TRex"; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ Br1ght0ne ]; + platforms = lib.platforms.darwin; + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; + }; +}) From ff2423a91adba56991b2b1db400069057342460a Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Mon, 22 Jun 2026 17:49:10 +0100 Subject: [PATCH 18/23] codexbar: init at 0.37.2 --- pkgs/by-name/co/codexbar/package.nix | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 pkgs/by-name/co/codexbar/package.nix diff --git a/pkgs/by-name/co/codexbar/package.nix b/pkgs/by-name/co/codexbar/package.nix new file mode 100644 index 000000000000..d947f1d754c2 --- /dev/null +++ b/pkgs/by-name/co/codexbar/package.nix @@ -0,0 +1,43 @@ +{ + lib, + stdenvNoCC, + fetchurl, + nix-update-script, + unzip, +}: + +stdenvNoCC.mkDerivation (finalAttrs: { + pname = "codexbar"; + version = "0.37.2"; + + src = fetchurl { + url = "https://github.com/steipete/CodexBar/releases/download/v${finalAttrs.version}/CodexBar-macos-universal-${finalAttrs.version}.zip"; + hash = "sha256-3I98PH/eAH1G9up+1AiwXshxGoZRNf3bFxsx5W32unc="; + }; + + sourceRoot = "."; + + nativeBuildInputs = [ unzip ]; + + installPhase = '' + runHook preInstall + + mkdir -p $out/Applications + cp -r *.app $out/Applications + + runHook postInstall + ''; + + passthru.updateScript = nix-update-script { + extraArgs = [ "--url=https://github.com/steipete/CodexBar" ]; + }; + + meta = { + description = "Show usage stats for AI coding-provider limits"; + homepage = "https://codex.bar/"; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ Br1ght0ne ]; + platforms = lib.platforms.darwin; + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; + }; +}) From e4ddfff6c4c5bc166a97bff9054214bf9916af2c Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Mon, 22 Jun 2026 18:31:05 +0100 Subject: [PATCH 19/23] losslesscut-bin: 3.68.0 -> 3.69.0 --- pkgs/by-name/lo/losslesscut-bin/package.nix | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/lo/losslesscut-bin/package.nix b/pkgs/by-name/lo/losslesscut-bin/package.nix index 30d16cbc936e..82ad7eea6f3f 100644 --- a/pkgs/by-name/lo/losslesscut-bin/package.nix +++ b/pkgs/by-name/lo/losslesscut-bin/package.nix @@ -6,33 +6,36 @@ }: let pname = "losslesscut"; - version = "3.68.0"; + version = "3.69.0"; metaCommon = { description = "Swiss army knife of lossless video/audio editing"; homepage = "https://mifi.no/losslesscut/"; license = lib.licenses.gpl2Only; - maintainers = with lib.maintainers; [ ShamrockLee ]; + maintainers = with lib.maintainers; [ + ShamrockLee + Br1ght0ne + ]; mainProgram = "losslesscut"; sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; }; x86_64-appimage = callPackage ./build-from-appimage.nix { inherit pname version metaCommon; - hash = "sha256-K90cJuJFcIkPuAQusJcOBkZ5PQ8T25q7IFIhtmK+jzc="; + hash = "sha256-F56q4nv/viWmVJpKcUR0EmtXwojO/DBwRvycYxOhJnY="; inherit (buildPackages) makeWrapper; }; x86_64-dmg = callPackage ./build-from-dmg.nix { inherit pname version metaCommon; - hash = "sha256-K4h5kG65M9vWAzjTV8jxFJdtdEuLCxRr0byMN1SffJk="; + hash = "sha256-q4KNGmUsiVZhsVtoLYEQZWLg8R+ry4wtHkvyxP3d9ko="; isAarch64 = false; }; aarch64-dmg = callPackage ./build-from-dmg.nix { inherit pname version metaCommon; - hash = "sha256-5hwzW+0oi8GGmxULvDFCmKKbrYLtq9HjwLLpMj3PnbA="; + hash = "sha256-x4AbSC3zvgOErMgXHVp9FsznDRWIhx40SxVarKOfpYs="; isAarch64 = true; }; x86_64-windows = callPackage ./build-from-windows.nix { inherit pname version metaCommon; - hash = "sha256-N3UdnvISjRpiVQXEbpmSs67NCTemqQfRwg2b4rzkUEU="; + hash = "sha256-uvcQZXaZnhRg+RgFTjrUrjipVGmJLMahqXtBMfAoGOQ="; }; in ( From 62adb5a599e25a0b003a35d3e3715a83dd7cb8ea Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Mon, 22 Jun 2026 18:36:59 +0100 Subject: [PATCH 20/23] losslesscut-bin: fix darwin builds --- pkgs/by-name/lo/losslesscut-bin/build-from-dmg.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/lo/losslesscut-bin/build-from-dmg.nix b/pkgs/by-name/lo/losslesscut-bin/build-from-dmg.nix index 7ac0dc35587c..ca09b2893b61 100644 --- a/pkgs/by-name/lo/losslesscut-bin/build-from-dmg.nix +++ b/pkgs/by-name/lo/losslesscut-bin/build-from-dmg.nix @@ -2,7 +2,7 @@ lib, stdenvNoCC, fetchurl, - _7zz, + undmg, pname, version, hash, @@ -20,17 +20,16 @@ stdenvNoCC.mkDerivation { inherit hash; }; - nativeBuildInputs = [ _7zz ]; + nativeBuildInputs = [ undmg ]; - sourceRoot = "LosslessCut.app"; + sourceRoot = "."; installPhase = '' runHook preInstall mkdir -p "$out/Applications" - cd .. - mv "$sourceRoot" "$out/Applications" + cp -r LosslessCut.app "$out/Applications" mkdir -p "$out/bin" - ln -s "$out/Applications/$(basename "$sourceRoot")/Contents/MacOS/LosslessCut" "$out/bin/losslesscut" + ln -s "$out/Applications/LosslessCut.app/Contents/MacOS/LosslessCut" "$out/bin/losslesscut" runHook postInstall ''; From 8b81a06a5e6441a75cc362d760e0b0d3043a0f02 Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Mon, 22 Jun 2026 18:50:53 +0100 Subject: [PATCH 21/23] codexbar: fix nixpkgs-vet --- pkgs/by-name/co/codexbar/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/co/codexbar/package.nix b/pkgs/by-name/co/codexbar/package.nix index d947f1d754c2..85f6342d1802 100644 --- a/pkgs/by-name/co/codexbar/package.nix +++ b/pkgs/by-name/co/codexbar/package.nix @@ -9,6 +9,8 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "codexbar"; version = "0.37.2"; + __structuredAttrs = true; + strictDeps = true; src = fetchurl { url = "https://github.com/steipete/CodexBar/releases/download/v${finalAttrs.version}/CodexBar-macos-universal-${finalAttrs.version}.zip"; From c71c6384b39bc93cb9e951d84bc19dd40bd36df2 Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Mon, 22 Jun 2026 18:51:26 +0100 Subject: [PATCH 22/23] trex: fix nixpkgs-vet --- pkgs/by-name/tr/trex/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/tr/trex/package.nix b/pkgs/by-name/tr/trex/package.nix index 97f49654e1d6..362d6371748a 100644 --- a/pkgs/by-name/tr/trex/package.nix +++ b/pkgs/by-name/tr/trex/package.nix @@ -9,6 +9,8 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "trex"; version = "2.0.0"; + __structuredAttrs = true; + strictDeps = true; src = fetchurl { url = "https://github.com/amebalabs/TRex/releases/download/v${finalAttrs.version}/TRex-${finalAttrs.version}.zip"; From 7932da65dc90367a511fc30d6d61d75df0307805 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 22 Jun 2026 18:09:15 +0000 Subject: [PATCH 23/23] python3Packages.pyezvizapi: 1.0.4.9 -> 1.0.5.0 --- pkgs/development/python-modules/pyezvizapi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyezvizapi/default.nix b/pkgs/development/python-modules/pyezvizapi/default.nix index 7d56f4d3a71d..0ad8bf21c2fd 100644 --- a/pkgs/development/python-modules/pyezvizapi/default.nix +++ b/pkgs/development/python-modules/pyezvizapi/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "pyezvizapi"; - version = "1.0.4.9"; + version = "1.0.5.0"; pyproject = true; src = fetchFromGitHub { owner = "RenierM26"; repo = "pyEzvizApi"; tag = "v${version}"; - hash = "sha256-hpfsDZzv5rhr8y7PNcprwFoQdVUq0UlN+UtPrkqz4zE="; + hash = "sha256-m3rj8ELu8/X/3TPtC1wfN8VOs7eHKb4DNvb7JAoKXfE="; }; build-system = [ setuptools ];