From a98c6270147bd0a6ac384574d21b3325bab44128 Mon Sep 17 00:00:00 2001 From: redianthus Date: Sat, 4 Apr 2026 22:29:53 +0200 Subject: [PATCH 01/39] gammu: add glib and libgudev to build gammu-detect --- pkgs/by-name/ga/gammu/package.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/by-name/ga/gammu/package.nix b/pkgs/by-name/ga/gammu/package.nix index cbfa4693de95..143a2a85de37 100644 --- a/pkgs/by-name/ga/gammu/package.nix +++ b/pkgs/by-name/ga/gammu/package.nix @@ -18,6 +18,8 @@ libdbi-drivers ? null, postgresSupport ? false, libpq ? null, + libgudev, + glib, }: stdenv.mkDerivation (finalAttrs: { @@ -58,8 +60,10 @@ stdenv.mkDerivation (finalAttrs: { libusb1 curl gettext + glib sqlite libiconv + libgudev ] ++ lib.optionals dbiSupport [ libdbi From a3975c372fe38007ef68f49cbfa5a2c55c6d6aec Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 5 Apr 2026 21:17:16 +0100 Subject: [PATCH 02/39] ht: enable parallel building On my machine the build speeds up from 44s to 9s. About ~4.5x. --- pkgs/by-name/ht/ht/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/ht/ht/package.nix b/pkgs/by-name/ht/ht/package.nix index 822c66253825..7754c9ff0adf 100644 --- a/pkgs/by-name/ht/ht/package.nix +++ b/pkgs/by-name/ht/ht/package.nix @@ -29,6 +29,8 @@ stdenv.mkDerivation (finalAttrs: { "CFLAGS=-std=gnu17" ]; + enableParallelBuilding = true; + meta = { description = "File editor/viewer/analyzer for executables"; homepage = "https://hte.sourceforge.net"; From 6c47f844208dfc136177005818c4787d419b74eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=B1=E4=B8=8B?= Date: Fri, 24 Apr 2026 08:03:35 +0900 Subject: [PATCH 03/39] abook: fix Darwin build by setting `CFLAGS=-std=gnu17` --- pkgs/by-name/ab/abook/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/ab/abook/package.nix b/pkgs/by-name/ab/abook/package.nix index ff2c1e3522c9..3f34105a7b23 100644 --- a/pkgs/by-name/ab/abook/package.nix +++ b/pkgs/by-name/ab/abook/package.nix @@ -39,6 +39,8 @@ stdenv.mkDerivation (finalAttrs: { readline ]; + configureFlags = [ "CFLAGS=-std=gnu17" ]; + meta = { homepage = "http://abook.sourceforge.net/"; description = "Text-based addressbook program designed to use with mutt mail client"; From 596789c0e813531142f7dadf4d7efc32a9a7b318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=B1=E4=B8=8B?= Date: Fri, 24 Apr 2026 13:39:17 +0900 Subject: [PATCH 04/39] libetpan: fix Darwin build by setting `CFLAGS=-std=gnu17` --- pkgs/by-name/li/libetpan/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/li/libetpan/package.nix b/pkgs/by-name/li/libetpan/package.nix index c9f3a1566389..bc1f6c6e9bd9 100644 --- a/pkgs/by-name/li/libetpan/package.nix +++ b/pkgs/by-name/li/libetpan/package.nix @@ -104,6 +104,8 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = [ openssl ]; + configureFlags = [ "CFLAGS=-std=gnu17" ]; + configureScript = "./autogen.sh"; meta = { From c45cf4c7d6f2edfe833738a3e82d8b125afcb0e8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 27 Apr 2026 22:08:58 +0000 Subject: [PATCH 05/39] museum: 1.3.32 -> 1.3.36 --- pkgs/by-name/mu/museum/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/mu/museum/package.nix b/pkgs/by-name/mu/museum/package.nix index 88b6b5b986be..b773050d3020 100644 --- a/pkgs/by-name/mu/museum/package.nix +++ b/pkgs/by-name/mu/museum/package.nix @@ -10,14 +10,14 @@ buildGoModule (finalAttrs: { pname = "museum"; - version = "1.3.32"; + version = "1.3.36"; src = fetchFromGitHub { owner = "ente-io"; repo = "ente"; sparseCheckout = [ "server" ]; tag = "photos-v${finalAttrs.version}"; - hash = "sha256-67u4KsVVZntt8Iu49GMj2aCpRupyeBaws6/XqBQuEJg="; + hash = "sha256-9MWmJ3QUgS7BToTnSZzTi4ywGW1RtwrCO+9yQJkvejM="; }; vendorHash = "sha256-qrcfNacMR2hwdtezwYrYTPpr1ALCwZktSW8UiyzGXjQ="; From 9ca02a9a62db9e1153840c2f40d3688f2ceb78ce Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Wed, 29 Apr 2026 07:12:20 +0200 Subject: [PATCH 06/39] librewolf-unwrapped: 150.0-1 -> 150.0.1-1 diff: https://codeberg.org/librewolf/source/compare/150.0-1...150.0.1-1 mfsa: https://www.mozilla.org/en-US/security/advisories/mfsa2026-35/ --- pkgs/by-name/li/librewolf-unwrapped/librewolf.nix | 4 ++-- pkgs/by-name/li/librewolf-unwrapped/src.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/li/librewolf-unwrapped/librewolf.nix b/pkgs/by-name/li/librewolf-unwrapped/librewolf.nix index 91e767db281e..86f8e1260ecd 100644 --- a/pkgs/by-name/li/librewolf-unwrapped/librewolf.nix +++ b/pkgs/by-name/li/librewolf-unwrapped/librewolf.nix @@ -33,8 +33,8 @@ rec { sed -i '/# This must remain last./i gkrust_features += ["glean_disable_upload"]\'$'\n' toolkit/library/rust/gkrust-features.mozbuild # Temporary fix used with patches/rust-build.patch - sed -i 's/9456ca46168ef86c98399a2536f577ef7be3cdde90c0c51392d8ac48519d3fae/b9432f9ed39742015f4bb4c3e75c89a2b9a9eef943dd0fd7cd889fddd1e6d39c/g' third_party/rust/encoding_rs/.cargo-checksum.json - + sed -i 's/9456ca46168ef86c98399a2536f577ef7be3cdde90c0c51392d8ac48519d3fae/60cd124908737068ab21c7773b3df71d00e186cd605f15bad9977232830aabc0/g' third_party/rust/encoding_rs/.cargo-checksum.json + sed -i 's/d7405d2bcf99cf9729075473c45f677630f4c1947c8ba9757db607f2025a7da2/a066ad881d5a74386e666fc844f7fecbbd70021d0330c1b08a2d7a2a67437ccf/g' third_party/rust/encoding_rs/.cargo-checksum.json cp ${source}/patches/pref-pane/category-librewolf.svg browser/themes/shared/preferences cp ${source}/patches/pref-pane/librewolf.css browser/themes/shared/preferences diff --git a/pkgs/by-name/li/librewolf-unwrapped/src.json b/pkgs/by-name/li/librewolf-unwrapped/src.json index 813b8a65ef5d..c4e33d934e6c 100644 --- a/pkgs/by-name/li/librewolf-unwrapped/src.json +++ b/pkgs/by-name/li/librewolf-unwrapped/src.json @@ -1,11 +1,11 @@ { - "packageVersion": "150.0-1", + "packageVersion": "150.0.1-1", "source": { - "rev": "150.0-1", - "hash": "sha256-udoXrll3sQnG8Jp6AZtd9V2vela4Uej9SKy7wP7YiUc=" + "rev": "150.0.1-1", + "hash": "sha256-9+NiNv6uAxdj3zFurH3dBDWk4SJxdgJaHAm67aOmJAk=" }, "firefox": { - "version": "150.0", - "hash": "sha512-d+jq6G57F8M5M/3qbTtfvnPmYTlJ5iwT2e0+WT57oLUHAfqX/H1WoniWHS4c2ykCJEwwoQIHkAkbCuLwyxtOcQ==" + "version": "150.0.1", + "hash": "sha512-s3EOGzUAIxK/JI6CJoEDm3XsEZb40BTIiwN3ybBvNHgEaRUqmK2WdEClGkoMpFQYumI5Q4+GmuVkzILAI2RReQ==" } } From c54fc2db88bc4509bd77fb7ba54715266f55bedf Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Wed, 29 Apr 2026 14:12:26 -0700 Subject: [PATCH 07/39] tinycc: fix build on aarch64-darwin --- pkgs/by-name/ti/tinycc/package.nix | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ti/tinycc/package.nix b/pkgs/by-name/ti/tinycc/package.nix index cfb64f0b97c7..bd589a616af7 100644 --- a/pkgs/by-name/ti/tinycc/package.nix +++ b/pkgs/by-name/ti/tinycc/package.nix @@ -3,6 +3,7 @@ copyPkgconfigItems, fetchFromRepoOrCz, makePkgconfigItem, + apple-sdk, perl, stdenv, texinfo, @@ -63,19 +64,40 @@ stdenv.mkDerivation (finalAttrs: { "--cc=$CC" "--ar=$AR" "--crtprefix=${lib.getLib stdenv.cc.libc}/lib" - "--sysincludepaths=${lib.getDev stdenv.cc.libc}/include:{B}/include" + "--sysincludepaths=${ + lib.concatStringsSep ":" ( + [ + "{B}/include" + ] + ++ lib.optionals stdenv.hostPlatform.isDarwin [ + "${apple-sdk.sdkroot}/usr/include" + ] + ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ + "${lib.getDev stdenv.cc.libc}/include" + ] + ) + }" # The first libpath will be the one in which tcc will look for libtcc1.a, # which is need for its tests. "--libpaths=$lib/lib/tcc:$lib/lib:${lib.getLib stdenv.cc.libc}/lib" # build cross compilers "--enable-cross" ] + ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) [ + # The bounds checker has an unresolved arm64 atomic helper on Darwin. + "--config-bcheck=no" + ] ++ lib.optionals stdenv.hostPlatform.isMusl [ "--config-musl" ]; enableParallelBuilding = true; + preBuild = lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) '' + # TCC cannot cross-compile x86 long double constants from aarch64-darwin. + makeFlagsArray+=("TCC_X=i386-win32 x86_64-win32 arm arm64 arm-wince c67 riscv64 arm64-osx") + ''; + env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=implicit-int" "-Wno-error=int-conversion" @@ -83,7 +105,9 @@ stdenv.mkDerivation (finalAttrs: { # Test segfault for static build doInstallCheck = - !stdenv.hostPlatform.isStatic && stdenv.buildPlatform.canExecute stdenv.hostPlatform; + !stdenv.hostPlatform.isStatic + && stdenv.buildPlatform.canExecute stdenv.hostPlatform + && !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64); postPatch = '' patchShebangs texi2pod.pl @@ -143,8 +167,6 @@ stdenv.mkDerivation (finalAttrs: { onemoresuza ]; platforms = lib.platforms.unix; - # https://www.mail-archive.com/tinycc-devel@nongnu.org/msg10199.html - broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64; }; }) # TODO: self-compilation From 600e188b45f97c1fc7ccc51a166bb8832808a775 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 30 Apr 2026 06:13:00 +0000 Subject: [PATCH 08/39] garnet: 1.1.3 -> 1.1.5 --- pkgs/by-name/ga/garnet/deps.json | 5 +++++ pkgs/by-name/ga/garnet/package.nix | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ga/garnet/deps.json b/pkgs/by-name/ga/garnet/deps.json index 28e779db05da..f4d238205c6a 100644 --- a/pkgs/by-name/ga/garnet/deps.json +++ b/pkgs/by-name/ga/garnet/deps.json @@ -164,6 +164,11 @@ "version": "8.17.0", "hash": "sha256-kmYad8WDMK9lZQBOCrsu3HuzXCbD+oQmRcOZU9++VPI=" }, + { + "pname": "Microsoft.VisualStudio.Threading.Analyzers", + "version": "17.14.15", + "hash": "sha256-wv0Hi7pjPYeSwDFyaa8baIOyiUraVfudmVtpm0okoYU=" + }, { "pname": "System.ClientModel", "version": "1.7.0", diff --git a/pkgs/by-name/ga/garnet/package.nix b/pkgs/by-name/ga/garnet/package.nix index 2d93a6363906..9b7dd04c4d26 100644 --- a/pkgs/by-name/ga/garnet/package.nix +++ b/pkgs/by-name/ga/garnet/package.nix @@ -8,13 +8,13 @@ buildDotnetModule rec { pname = "garnet"; - version = "1.1.3"; + version = "1.1.5"; src = fetchFromGitHub { owner = "microsoft"; repo = "garnet"; tag = "v${version}"; - hash = "sha256-4XGJ+TnWMiphXumy42AmNnCixqLGmLftANwDz11f6TQ="; + hash = "sha256-YMfeY5VaC9brkiaK5UAkTlAUy7jFgbKBXPml9GYDsUs="; }; projectFile = "main/GarnetServer/GarnetServer.csproj"; From e7a2787c9d78d0a021b0d1c39a12fed8577b0813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=B7=F0=90=91=91=F0=90=91=B4=F0=90=91=95=F0=90=91=91?= =?UTF-8?q?=F0=90=91=A9=F0=90=91=A4?= Date: Fri, 1 May 2026 14:12:10 +0700 Subject: [PATCH 09/39] =?UTF-8?q?nixtamal:=201.4.1=20=E2=86=92=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/by-name/ni/nixtamal/package.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ni/nixtamal/package.nix b/pkgs/by-name/ni/nixtamal/package.nix index 5db44d30f003..c68503dfda04 100644 --- a/pkgs/by-name/ni/nixtamal/package.nix +++ b/pkgs/by-name/ni/nixtamal/package.nix @@ -7,6 +7,8 @@ darwin, makeBinaryWrapper, coreutils, + curl, + gawk, nix-prefetch-darcs, nix-prefetch-fossil, nix-prefetch-git, @@ -18,7 +20,7 @@ ocamlPackages.buildDunePackage (finalAttrs: { pname = "nixtamal"; - version = "1.4.1"; + version = "1.5.0"; release_year = 2026; minimalOCamlVersion = "5.3"; @@ -27,7 +29,7 @@ ocamlPackages.buildDunePackage (finalAttrs: { url = "https://darcs.toastal.in.th/nixtamal/stable/"; mirrors = [ "https://smeder.ee/~toastal/nixtamal.darcs" ]; rev = finalAttrs.version; - hash = "sha256-0iXSACRjdBkEV+9wfcKJhpzY3oArd66g/Dc30HcCbng="; + hash = "sha256-noQU480HoxVjnHvEY/rso9jANNA8EIKbYeYpnhkkx74="; }; nativeBuildInputs = [ @@ -110,6 +112,8 @@ ocamlPackages.buildDunePackage (finalAttrs: { wrapProgram "$bin/bin/nixtamal" --prefix PATH : ${ lib.makeBinPath [ coreutils + curl + gawk nix-prefetch-darcs nix-prefetch-fossil nix-prefetch-git From 6ba002c85682c41e260067930643f3ea3a781ec1 Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Fri, 1 May 2026 22:52:32 +0200 Subject: [PATCH 10/39] python3Packages.cvxpy: fix build with highs 1.14.0 Upstream PR: https://github.com/cvxpy/cvxpy/pull/3290 Hydra: https://hydra.nixos.org/build/327775858 --- pkgs/development/python-modules/cvxpy/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkgs/development/python-modules/cvxpy/default.nix b/pkgs/development/python-modules/cvxpy/default.nix index 712a4b46ede7..015f8081da51 100644 --- a/pkgs/development/python-modules/cvxpy/default.nix +++ b/pkgs/development/python-modules/cvxpy/default.nix @@ -3,6 +3,7 @@ stdenv, buildPythonPackage, fetchFromGitHub, + fetchpatch, # build-system numpy, @@ -36,6 +37,15 @@ buildPythonPackage (finalAttrs: { hash = "sha256-MDKTuiePzqdIJlTRxbCOxoaEAisGx368iWbwKEB97QU="; }; + patches = [ + # Upstream PR: https://github.com/cvxpy/cvxpy/pull/3290 + (fetchpatch { + name = "highs-1.14.0.patch"; + url = "https://github.com/cvxpy/cvxpy/commit/89f8d337d927457c2e308de8295dd83f274e40e7.patch"; + hash = "sha256-BO878Kz5ZH5FHkxZugzT+n6wjsoOReqCZWM2HDvFqAw="; + }) + ]; + postPatch = # too tight tolerance in tests (AssertionError) '' From b6d3924a9e6980cdf919d835082bfaec23c574de Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Fri, 1 May 2026 23:02:14 +0200 Subject: [PATCH 11/39] python3Packages.cvxpy: enable `__structuredAttrs` --- pkgs/development/python-modules/cvxpy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/cvxpy/default.nix b/pkgs/development/python-modules/cvxpy/default.nix index 015f8081da51..43c49639dc2f 100644 --- a/pkgs/development/python-modules/cvxpy/default.nix +++ b/pkgs/development/python-modules/cvxpy/default.nix @@ -29,6 +29,7 @@ buildPythonPackage (finalAttrs: { pname = "cvxpy"; version = "1.8.2"; pyproject = true; + __structuredAttrs = true; src = fetchFromGitHub { owner = "cvxpy"; From a9d5f5501519eab5d70cd78aa4066cd520ace2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=B7=F0=90=91=91=F0=90=91=B4=F0=90=91=95=F0=90=91=91?= =?UTF-8?q?=F0=90=91=A9=F0=90=91=A4?= Date: Sat, 2 May 2026 04:42:25 +0700 Subject: [PATCH 12/39] =?UTF-8?q?chroma:=202.24.0=20=E2=86=92=202.24.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/by-name/ch/chroma/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ch/chroma/package.nix b/pkgs/by-name/ch/chroma/package.nix index dd31926f9880..74596cba3327 100644 --- a/pkgs/by-name/ch/chroma/package.nix +++ b/pkgs/by-name/ch/chroma/package.nix @@ -6,13 +6,13 @@ buildGoModule (finalAttrs: { pname = "chroma"; - version = "2.24.0"; + version = "2.24.1"; src = fetchFromGitHub { owner = "alecthomas"; repo = "chroma"; tag = "v${finalAttrs.version}"; - hash = "sha256-KfojHrRJjGT03WeBobvBO9pHsJP6I7fSxzcSlmCsaxE="; + hash = "sha256-AcXfyqwcDCVG3msdUOA8M5sRgKM6UjUsou9/zKEHnE8="; }; vendorHash = "sha256-Vq5k4Jz4r5iZs7Yy175Ubj92eSr4v1xCtbLYhfo3OAg="; From dea1bd0154295545d26edc23f2c9262eabf1557b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 2 May 2026 00:43:56 +0000 Subject: [PATCH 13/39] syft: 1.43.0 -> 1.44.0 --- pkgs/by-name/sy/syft/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/sy/syft/package.nix b/pkgs/by-name/sy/syft/package.nix index 4bc0780f4b42..a3323411f7a2 100644 --- a/pkgs/by-name/sy/syft/package.nix +++ b/pkgs/by-name/sy/syft/package.nix @@ -8,13 +8,13 @@ buildGoModule (finalAttrs: { pname = "syft"; - version = "1.43.0"; + version = "1.44.0"; src = fetchFromGitHub { owner = "anchore"; repo = "syft"; tag = "v${finalAttrs.version}"; - hash = "sha256-JWcJn8NU9GfTJDKFedop5UuLq/SqFFdM26F7yhkcQyM="; + hash = "sha256-Yh/JmZbsIPP69EnkwUId3C+5Z2rT787LRcTuMyt9KhA="; # populate values that require us to use git. By doing this in postFetch we # can delete .git afterwards and maintain better reproducibility of the src. leaveDotGit = true; From 7223dd494e416b2927c369976e896794d7181ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 1 May 2026 21:02:59 -0700 Subject: [PATCH 14/39] nextcloud32: 32.0.8 -> 32.0.9 Changelog: https://nextcloud.com/changelog/#32-0-9 --- pkgs/servers/nextcloud/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/nextcloud/default.nix b/pkgs/servers/nextcloud/default.nix index 360ed907801c..4bee128edda0 100644 --- a/pkgs/servers/nextcloud/default.nix +++ b/pkgs/servers/nextcloud/default.nix @@ -53,8 +53,8 @@ let in { nextcloud32 = generic { - version = "32.0.8"; - hash = "sha256-WK2N34YNdaKUuXqOPjlWLeyH/2UMuRwRRYmzdEqx3g0="; + version = "32.0.9"; + hash = "sha256-/W1ZGXXv3hyvDoQnqCuqVaSot65kPaKe2D4pnCCMHu4="; packages = nextcloud32Packages; }; From a7277b1bc9eed225029c752fe30dd8eddd44ae49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 1 May 2026 21:06:38 -0700 Subject: [PATCH 15/39] nextcloud33: 33.0.2 -> 33.0.3 Changelog: https://nextcloud.com/changelog/#33-0-3 --- pkgs/servers/nextcloud/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/nextcloud/default.nix b/pkgs/servers/nextcloud/default.nix index 4bee128edda0..2291d8bb10bb 100644 --- a/pkgs/servers/nextcloud/default.nix +++ b/pkgs/servers/nextcloud/default.nix @@ -59,8 +59,8 @@ in }; nextcloud33 = generic { - version = "33.0.2"; - hash = "sha256-kSV6tQAtXQnajQnYA4mYMzA1HFwAp+OiWxd7zqgRccw="; + version = "33.0.3"; + hash = "sha256-XBBS+GCzWqVrJLwmE6a+oMIjE7n70CuwJHwfC52/d9I="; packages = nextcloud33Packages; }; From f2c13acf38a40cc4a65059fded28e4e43c8df925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 1 May 2026 21:16:26 -0700 Subject: [PATCH 16/39] nextcloud32Packages: update --- pkgs/servers/nextcloud/packages/32.json | 72 ++++++++++++------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/pkgs/servers/nextcloud/packages/32.json b/pkgs/servers/nextcloud/packages/32.json index 3466d547d8c7..b771ccbb97f9 100644 --- a/pkgs/servers/nextcloud/packages/32.json +++ b/pkgs/servers/nextcloud/packages/32.json @@ -10,9 +10,9 @@ ] }, "calendar": { - "hash": "sha256-/N9fzOO0q/BIF0HQwhyFZXf+rafQ8rdQL+hJoyY4pUQ=", - "url": "https://github.com/nextcloud-releases/calendar/releases/download/v6.2.2/calendar-v6.2.2.tar.gz", - "version": "6.2.2", + "hash": "sha256-TpteTzNuf3KfAWqWaqzChT6HgX/As9G+umy+bX06H+c=", + "url": "https://github.com/nextcloud-releases/calendar/releases/download/v6.2.3/calendar-v6.2.3.tar.gz", + "version": "6.2.3", "description": "A Calendar app for Nextcloud. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* πŸš€ **Integration with other Nextcloud apps!** Like Contacts, Talk, Tasks, Deck and Circles\n* 🌐 **WebCal Support!** Want to see your favorite team's matchdays in your calendar? No problem!\n* πŸ™‹ **Attendees!** Invite people to your events\n* ⌚ **Free/Busy!** See when your attendees are available to meet\n* ⏰ **Reminders!** Get alarms for events inside your browser and via email\n* πŸ” **Search!** Find your events at ease\n* β˜‘οΈ **Tasks!** See tasks or Deck cards with a due date directly in the calendar\n* πŸ”ˆ **Talk rooms!** Create an associated Talk room when booking a meeting with just one click\n* πŸ“† **Appointment booking** Send people a link so they can book an appointment with you [using this app](https://apps.nextcloud.com/apps/appointments)\n* πŸ“Ž **Attachments!** Add, upload and view event attachments\n* πŸ™ˆ **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.", "homepage": "https://github.com/nextcloud/calendar/", "licenses": [ @@ -40,9 +40,9 @@ ] }, "contacts": { - "hash": "sha256-pjD/XPbqLAo+uM1lVVvIUZ96wcWV5sNTJ/dd8iqs5xU=", - "url": "https://github.com/nextcloud-releases/contacts/releases/download/v8.3.8/contacts-v8.3.8.tar.gz", - "version": "8.3.8", + "hash": "sha256-EFD/HhSNY7JRciJiDMpLD4x2DYH9zh1KokjPOWInYIM=", + "url": "https://github.com/nextcloud-releases/contacts/releases/download/v8.3.9/contacts-v8.3.9.tar.gz", + "version": "8.3.9", "description": "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* πŸš€ **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* πŸŽ‰ **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* πŸ‘₯ **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* πŸ™ˆ **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.", "homepage": "https://github.com/nextcloud/contacts#readme", "licenses": [ @@ -160,9 +160,9 @@ ] }, "guests": { - "hash": "sha256-P0RToE38jA/dB/B3N3q9RFlZlH1earzDMc7q0qp8tjM=", - "url": "https://github.com/nextcloud-releases/guests/releases/download/v4.6.0/guests-v4.6.0.tar.gz", - "version": "4.6.0", + "hash": "sha256-SRZm8wclh2iYhevcMehpWpS8ryQa7cLptNGflGY8420=", + "url": "https://github.com/nextcloud-releases/guests/releases/download/v4.7.0/guests-v4.7.0.tar.gz", + "version": "4.7.0", "description": "πŸ‘₯ Allows for better collaboration with external users by allowing users to create guests account.\n\nGuests accounts can be created from the share menu by entering either the recipients email or name and choosing \"create guest account\", once the share is created the guest user will receive an email notification about the mail with a link to set their password.\n\nGuests users can only access files shared to them and cannot create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted.", "homepage": "https://github.com/nextcloud/guests/", "licenses": [ @@ -210,9 +210,9 @@ ] }, "mail": { - "hash": "sha256-IqsrI3Wt2eOMmb04VMFJytjwURu7otcIhcykdio+MHg=", - "url": "https://github.com/nextcloud-releases/mail/releases/download/v5.7.12/mail-v5.7.12.tar.gz", - "version": "5.7.12", + "hash": "sha256-mz0H8UzUaqsKmrWNDxBLcQRQCWQ2LawD2S/4YIzGPnI=", + "url": "https://github.com/nextcloud-releases/mail/releases/download/v5.7.14/mail-v5.7.14.tar.gz", + "version": "5.7.14", "description": "**πŸ’Œ A mail app for Nextcloud**\n\n- **πŸš€ Integration with other Nextcloud apps!** Currently Contacts, Calendar & Files – more to come.\n- **πŸ“₯ Multiple mail accounts!** Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.\n- **πŸ”’ Send & receive encrypted mails!** Using the great [Mailvelope](https://mailvelope.com) browser extension.\n- **πŸ™ˆ We’re not reinventing the wheel!** Based on the great [Horde](https://www.horde.org) libraries.\n- **πŸ“¬ Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!\n\n## Ethical AI Rating\n\n### Priority Inbox\n\nPositive:\n* The software for training and inferencing of this model is open source.\n* The model is created and trained on-premises based on the user's own data.\n* The training data is accessible to the user, making it possible to check or correct for bias or optimise the performance and CO2 usage.\n\n### Thread Summaries (opt-in)\n\n**Rating:** 🟒/🟑/🟠/πŸ”΄\n\nThe rating depends on the installed text processing backend. See [the rating overview](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) for details.\n\nLearn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).", "homepage": "https://github.com/nextcloud/mail#readme", "licenses": [ @@ -230,9 +230,9 @@ ] }, "news": { - "hash": "sha256-5KVKrtCQ3Nt7E8/vjYebAcpI0U6QzgvdqFqRk9MPEgo=", - "url": "https://github.com/nextcloud/news/releases/download/28.2.0/news.tar.gz", - "version": "28.2.0", + "hash": "sha256-1vZiQNjQqHWBtTR3OQKcj+MvME0aSyowWJ3JDee2QQg=", + "url": "https://github.com/nextcloud/news/releases/download/28.3.0/news.tar.gz", + "version": "28.3.0", "description": "πŸ“° A RSS/Atom Feed reader App for Nextcloud\n\n- πŸ“² Synchronize your feeds with multiple mobile or desktop [clients](https://nextcloud.github.io/news/clients/)\n- πŸ”„ Automatic updates of your news feeds\n- πŸ†“ Free and open source under AGPLv3, no ads or premium functions\n\n**System Cron is currently required for this app to work**\n\nRequirements can be found [here](https://nextcloud.github.io/news/install/#dependencies)\n\nThe Changelog is available [here](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)\n\nCreate a [bug report](https://github.com/nextcloud/news/issues/new/choose)\n\nCreate a [feature request](https://github.com/nextcloud/news/discussions/new)\n\nReport a [feed issue](https://github.com/nextcloud/news/discussions/new)", "homepage": "https://github.com/nextcloud/news", "licenses": [ @@ -290,9 +290,9 @@ ] }, "phonetrack": { - "hash": "sha256-AbQD26tChH+A8jlLh9TUEnqBxVtIeEeq6gmM7YTmwdc=", - "url": "https://github.com/julien-nc/phonetrack/releases/download/v1.1.0/phonetrack-1.1.0.tar.gz", - "version": "1.1.0", + "hash": "sha256-d6vPKCJ1Us0zQIFkIlSQ5cmEgO1zXGtdDniIjfqGh28=", + "url": "https://github.com/julien-nc/phonetrack/releases/download/v1.2.0/phonetrack-1.2.0.tar.gz", + "version": "1.2.0", "description": "# PhoneTrack Nextcloud application\n\nπŸ“± PhoneTrack is a Nextcloud application to track and store mobile device's locations.\n\nπŸ—Ί It receives information from mobile phone's logging apps and displays it dynamically on a map.\n\n🌍 Help us to translate this app on [PhoneTrack Crowdin project](https://crowdin.com/project/phonetrack).\n\nβš’ Check out other ways to help in the [contribution guidelines](https://gitlab.com/eneiluj/phonetrack-oc/blob/master/CONTRIBUTING.md).\n\nHow to use PhoneTrack :\n\n- Create a tracking session.\n- Give the logging link\\* to the mobile devices. Choose the [logging method](https://github.com/julien-nc/phonetrack/blob/main/doc/user.md#logging-methods) you prefer.\n- Watch the session's devices location in real time (or not) in PhoneTrack or share it with public pages.\n\n(\\*) Don't forget to set the device name in the link (rather than in the logging app settings). Replace \"yourname\" with the desired device name.\nSetting the device name in logging app settings only works with Owntracks, Traccar and OpenGTS.\n\nOn PhoneTrack main page, while watching a session, you can :\n\n- πŸ“ Display location history\n- β›› Filter points\n- ✎ Manually edit/add/delete points\n- ✎ Edit devices (rename, change colour/shape, move to another session)\n- β›Ά Define geofencing zones for devices\n- βš‡ Define proximity alerts for device pairs\n- πŸ–§ Share a session to other Nextcloud users or with a public link (read-only)\n- πŸ”— Generate public share links with optional restrictions (filters, device name, last positions only, geofencing simplification)\n- πŸ–« Import/export a session in GPX format (one file with one track per device or one file per device)\n- πŸ—  Display sessions statistics\n- πŸ”’ [Reserve a device name](https://github.com/julien-nc/phonetrack/blob/main/doc/user.md#device-name-reservation) to make sure only authorized user can log with this name\n- πŸ—“ Toggle session auto export and auto purge (daily/weekly/monthly)\n- β—” Choose what to do when point number quota is reached (block logging or delete oldest point)\n\nPublic page and public filtered page work like main page except there is only one session displayed, everything is read-only and there is no need to be logged in.\n\nThis app is under development.\n\n## Install\n\nSee the [AdminDoc](https://gitlab.com/eneiluj/phonetrack-oc/wikis/admindoc) for installation details.\n\nCheck [CHANGELOG](https://gitlab.com/eneiluj/phonetrack-oc/blob/master/CHANGELOG.md#change-log) file to see what's new and what's coming in next release.\n\nCheck [AUTHORS](https://gitlab.com/eneiluj/phonetrack-oc/blob/master/AUTHORS.md#authors) file to see complete list of authors.\n\n## Known issues\n\n- PhoneTrack **now works** with Nextcloud group restriction activated. See [admindoc](https://github.com/julien-nc/phonetrack/blob/main/doc/admin.md#issue-with-phonetrack-restricted-to-some-groups-in-nextcloud).\n\nAny feedback will be appreciated.\n\n\n\n## Donation\n\nI develop this app during my free time.\n\n* [Donate with Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66PALMY8SF5JE) (you don't need a paypal account)\n* [Donate with Liberapay : ![Donate using Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/eneiluj/donate)", "homepage": "https://github.com/julien-nc/phonetrack", "licenses": [ @@ -300,9 +300,9 @@ ] }, "polls": { - "hash": "sha256-ujl6c9teLVQQ7WWlN9Yw0+9bf04Y1UZ1zc9OdZZ9hTA=", - "url": "https://github.com/nextcloud-releases/polls/releases/download/v9.0.1/polls-v9.0.1.tar.gz", - "version": "9.0.1", + "hash": "sha256-ZDx3VW+0YAC9r0sFclYeeVtpab6OLCvYe+wUA0JOQWc=", + "url": "https://github.com/nextcloud-releases/polls/releases/download/v9.0.7/polls-v9.0.7.tar.gz", + "version": "9.0.7", "description": "A polls app, similar to Doodle/DuD-Poll with the possibility to restrict access (members, certain groups/users, hidden and public).", "homepage": "https://github.com/nextcloud/polls", "licenses": [ @@ -360,9 +360,9 @@ ] }, "richdocuments": { - "hash": "sha256-1PeOyjCO3gymJ2UpI5WLymY2VjFs/JPg2JzchkWX4aE=", - "url": "https://github.com/nextcloud-releases/richdocuments/releases/download/v9.0.5/richdocuments-v9.0.5.tar.gz", - "version": "9.0.5", + "hash": "sha256-n/cJi5eFsyIISwy8k6fLAzN8tgRIKCCaaoTPD6B3mKU=", + "url": "https://github.com/nextcloud-releases/richdocuments/releases/download/v9.0.6/richdocuments-v9.0.6.tar.gz", + "version": "9.0.6", "description": "This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.\n\nYou can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.", "homepage": "https://collaboraoffice.com/", "licenses": [ @@ -370,9 +370,9 @@ ] }, "sociallogin": { - "hash": "sha256-aWYPpqrrEj2SgJIGoyP7nL/HjM5yQItozmQ9b+Iu3NM=", - "url": "https://github.com/zorn-v/nextcloud-social-login/releases/download/v6.4.2/release.tar.gz", - "version": "6.4.2", + "hash": "sha256-DUX3nBABqKklkCHaYL3/L5ge+F43Mu9kY9jlzxGwecE=", + "url": "https://github.com/zorn-v/nextcloud-social-login/releases/download/v6.4.3/release.tar.gz", + "version": "6.4.3", "description": "# Social Login\n\nMake it possible to create users and log in via Telegram, OAuth, or OpenID.\n\nFor OAuth, you must create an app with certain providers. Login buttons will appear on the login page if an app ID is specified. Settings are located in the \"Social login\" section of the settings page.\n\n## Installation\n\nLog in to your Nextcloud installation as an administrator. Under \"Apps\", click \"Download and enable\" next to the \"Social Login\" app.\n\nSee below for setup and configuration instructions.\n\n## Custom OAuth2/OIDC Groups\n\nYou can use groups from your custom provider. For this, specify the \"Groups claim\" in the custom OAuth2/OIDC provider settings. This claim should be returned from the provider in the `id_token` or at the user info endpoint. The format should be an `array` or a comma-separated string. E.g., (with a claim named `roles`):\n\n```json\n{\"roles\": [\"admin\", \"user\"]}\n```\nor\n```json\n{\"roles\": \"admin,user\"}\n```\n\nNested claims are also supported. For example, `resource_access.client-id.roles` for:\n\n```json\n\"resource_access\": {\n \"client-id\": {\n \"roles\": [\n \"client-role-1\",\n \"client-role-2\"\n ]\n }\n}\n```\n\n**DisplayName** support is also available:\n```json\n{\"roles\": [{\"gid\": 1, \"displayName\": \"admin\"}, {\"gid\": 2, \"displayName\": \"user\"}]}\n```\n\nYou can use provider groups in two ways:\n\n1. Map provider groups to existing Nextcloud groups.\n2. Create provider groups in Nextcloud and associate them with users (if the appropriate option is enabled).\n\nTo sync groups on every login, ensure the \"Update user profile every login\" setting is checked.\n\n## Examples for Groups\n\n* Configure WSO2IS to return a roles claim with OIDC [here](https://medium.com/@dewni.matheesha/claim-mapping-and-retrieving-end-user-information-in-wso2is-cffd5f3937ff).\n* [GitLab OIDC configuration to allow specific GitLab groups](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/gitlab.md).\n\n## Built-in OAuth Providers\n\nCopy the link from a specific login button to get the correct \"redirect URL\" for OAuth app settings.\n\n* [Amazon](https://developer.amazon.com/loginwithamazon/console/site/lwa/overview.html)\n* [Apple](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/apple.md)\n* [Codeberg](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/codeberg.md)\n* [Discord](#configure-discord)\n* [Facebook](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/facebook.md)\n* [GitHub](https://github.com/settings/developers)\n* [GitLab](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/gitlab.md)\n* [Google](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/google.md)\n* [Keycloak](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/keycloak.md)\n* [Mail.ru](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/mailru.md)\n* **PlexTv**: Use any title as the app ID.\n* [Telegram](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/telegram.md)\n* [Twitter](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/twitter.md)\n\nFor details about Google's \"Allow login only from specified domain\" setting, see [#44](https://github.com/zorn-v/nextcloud-social-login/issues/44). Use a comma-separated list for multiple domains.\n\n## Configuration\n\nAdd `'social_login_auto_redirect' => true` to `config.php` to automatically redirect unauthorized users to social login if only one provider is configured. To temporarily disable this (e.g., for local admin login), add `noredir=1` to the login URL: `https://cloud.domain.com/login?noredir=1`.\n\nConfigure HTTP client options using:\n```php\n 'social_login_http_client' => [\n 'timeout' => 45,\n 'proxy' => 'socks4://127.0.0.1:9050', // See for allowed formats\n ],\n```\nin `config.php`.\n\n### Configure a Provider via CLI\n\nUse the `occ` utility to configure providers via the command line. Replace variables and URLs with your deployment values:\n```bash\nphp occ config:app:set sociallogin custom_providers --value='{\"custom_oidc\": [{\"name\": \"gitlab_oidc\", \"title\": \"Gitlab\", \"authorizeUrl\": \"https://gitlab.my-domain.org/oauth/authorize\", \"tokenUrl\": \"https://gitlab.my-domain.org/oauth/token\", \"userInfoUrl\": \"https://gitlab.my-domain.org/oauth/userinfo\", \"logoutUrl\": \"\", \"clientId\": \"$my_application_id\", \"clientSecret\": \"$my_super_secret_secret\", \"scope\": \"openid\", \"groupsClaim\": \"groups\", \"style\": \"gitlab\", \"defaultGroup\": \"\"}]}'\n```\nFor Docker, prepend `docker exec -t -uwww-data CONTAINER_NAME` to the command or run interactively via `docker exec -it -uwww-data CONTAINER_NAME sh`.\n\nTo inspect configurations:\n```sql\nmysql -u nextcloud -p nextcloud\nPassword: \n\n> SELECT * FROM oc_appconfig WHERE appid='sociallogin';\n```\nOr run:\n```bash\ndocker exec -t -uwww-data CONTAINER_NAME php occ config:app:get sociallogin custom_providers\n```\n\n### Configure Discord\n\n1. Create a Discord application at [Discord Developer Portal](https://discord.com/developers/applications).\n2. Navigate to `Settings > OAuth2 > General`. Add a redirect URL: `https://nextcloud.mydomain.com/apps/sociallogin/oauth/discord`.\n3. Copy the `CLIENT ID` and generate a `CLIENT SECRET`.\n4. In Nextcloud, go to `Settings > Social Login`. Paste the `CLIENT ID` into \"App id\" and `CLIENT SECRET` into \"Secret\".\n5. Select a default group for new users.\n6. For group mapping, see [#395](https://github.com/zorn-v/nextcloud-social-login/pull/395).\n\n## Hint\n\n### Callback (Reply) URL\nCopy the link from a login button on the Nextcloud login page and use it as the callback URL on your provider's site. To make the button visible temporarily, fill provider settings with placeholder data and update later.\n\nIf you encounter callback URL errors despite correct settings, ensure your Nextcloud server generates HTTPS URLs by adding `'overwriteprotocol' => 'https'` to `config.php`.", "homepage": "https://github.com/zorn-v/nextcloud-social-login", "licenses": [ @@ -380,9 +380,9 @@ ] }, "spreed": { - "hash": "sha256-NGrffWAK+GQe8Lt7HtvL297qDc7TQZy+CiOyL2Iow3o=", - "url": "https://github.com/nextcloud-releases/spreed/releases/download/v22.0.11/spreed-v22.0.11.tar.gz", - "version": "22.0.11", + "hash": "sha256-U6cFZnGXHGkXf1vat1M4m/ac/OQar2tyAir0vQ+STD0=", + "url": "https://github.com/nextcloud-releases/spreed/releases/download/v22.0.12/spreed-v22.0.12.tar.gz", + "version": "22.0.12", "description": "Chat, video & audio-conferencing using WebRTC\n\n* πŸ’¬ **Chat** Nextcloud Talk comes with a simple text chat, allowing you to share or upload files from your Nextcloud Files app or local device and mention other participants.\n* πŸ‘₯ **Private, group, public and password protected calls!** Invite someone, a whole group or send a public link to invite to a call.\n* 🌐 **Federated chats** Chat with other Nextcloud users on their servers\n* πŸ’» **Screen sharing!** Share your screen with the participants of your call.\n* πŸš€ **Integration with other Nextcloud apps** like Files, Calendar, User status, Dashboard, Flow, Maps, Smart picker, Contacts, Deck, and many more.\n* πŸŒ‰ **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.", "homepage": "https://github.com/nextcloud/spreed", "licenses": [ @@ -390,9 +390,9 @@ ] }, "tables": { - "hash": "sha256-7D7xskgcu6XgeNh+JCccVMSpC4SSDGwWa0tLY5jf1AU=", - "url": "https://github.com/nextcloud-releases/tables/releases/download/v1.0.6/tables-v1.0.6.tar.gz", - "version": "1.0.6", + "hash": "sha256-PAwDm1/NVKRbVqzEhKqYkeU+XOZy5dsPMtCV9/HUshA=", + "url": "https://github.com/nextcloud-releases/tables/releases/download/v1.0.7/tables-v1.0.7.tar.gz", + "version": "1.0.7", "description": "Manage data the way you need it.\n\nWith this app you are able to create your own tables with individual columns. You can start with a template or from scratch and add your wanted columns.\nYou can choose from the following column types:\n- Text line or rich text\n- Link to urls or other nextcloud resources\n- Numbers\n- Progress bar\n- Stars rating\n- Yes/No tick\n- Date and/or time\n- (Multi) selection\n- Users, groups and teams\n\nShare your tables and views with users and groups within your cloud.\n\nHave a good time and manage whatever you want.", "homepage": "https://github.com/nextcloud/tables", "licenses": [ @@ -470,9 +470,9 @@ ] }, "user_saml": { - "hash": "sha256-5Unzid91ztnShRqblmQ/Prd/6jfAUU7hMwqKE6gkgKI=", - "url": "https://github.com/nextcloud-releases/user_saml/releases/download/v8.0.0/user_saml-v8.0.0.tar.gz", - "version": "8.0.0", + "hash": "sha256-ZYBbvQVs53i+aDV6mNKCPTD2Qjac8DPMAJJiPs41ofw=", + "url": "https://github.com/nextcloud-releases/user_saml/releases/download/v8.0.1/user_saml-v8.0.1.tar.gz", + "version": "8.0.1", "description": "Using the SSO & SAML app of your Nextcloud you can make it easily possible to integrate your existing Single-Sign-On solution with Nextcloud. In addition, you can use the Nextcloud LDAP user provider to keep the convenience for users. (e.g. when sharing)\nThe following providers are supported and tested at the moment:\n\n* **SAML 2.0**\n\t* OneLogin\n\t* Shibboleth\n\t* Active Directory Federation Services (ADFS)\n\t* Authentik\n\n* **Authentication via Environment Variable**\n\t* Kerberos (mod_auth_kerb)\n\t* Any other provider that authenticates using the environment variable\n\nWhile theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.", "homepage": "https://github.com/nextcloud/user_saml", "licenses": [ From 4e798b9e350a6ae60d052cbe60b41647b971ef1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 1 May 2026 21:16:49 -0700 Subject: [PATCH 17/39] nextcloud33Packages: update --- pkgs/servers/nextcloud/packages/33.json | 80 ++++++++++++------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/pkgs/servers/nextcloud/packages/33.json b/pkgs/servers/nextcloud/packages/33.json index d42e5a57051e..c04e8139db0d 100644 --- a/pkgs/servers/nextcloud/packages/33.json +++ b/pkgs/servers/nextcloud/packages/33.json @@ -10,9 +10,9 @@ ] }, "calendar": { - "hash": "sha256-/N9fzOO0q/BIF0HQwhyFZXf+rafQ8rdQL+hJoyY4pUQ=", - "url": "https://github.com/nextcloud-releases/calendar/releases/download/v6.2.2/calendar-v6.2.2.tar.gz", - "version": "6.2.2", + "hash": "sha256-TpteTzNuf3KfAWqWaqzChT6HgX/As9G+umy+bX06H+c=", + "url": "https://github.com/nextcloud-releases/calendar/releases/download/v6.2.3/calendar-v6.2.3.tar.gz", + "version": "6.2.3", "description": "A Calendar app for Nextcloud. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* πŸš€ **Integration with other Nextcloud apps!** Like Contacts, Talk, Tasks, Deck and Circles\n* 🌐 **WebCal Support!** Want to see your favorite team's matchdays in your calendar? No problem!\n* πŸ™‹ **Attendees!** Invite people to your events\n* ⌚ **Free/Busy!** See when your attendees are available to meet\n* ⏰ **Reminders!** Get alarms for events inside your browser and via email\n* πŸ” **Search!** Find your events at ease\n* β˜‘οΈ **Tasks!** See tasks or Deck cards with a due date directly in the calendar\n* πŸ”ˆ **Talk rooms!** Create an associated Talk room when booking a meeting with just one click\n* πŸ“† **Appointment booking** Send people a link so they can book an appointment with you [using this app](https://apps.nextcloud.com/apps/appointments)\n* πŸ“Ž **Attachments!** Add, upload and view event attachments\n* πŸ™ˆ **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.", "homepage": "https://github.com/nextcloud/calendar/", "licenses": [ @@ -40,9 +40,9 @@ ] }, "contacts": { - "hash": "sha256-ufDXVN3jKLb0FMVTS6CW3ZhShGPOOvJVGi356qtTfZE=", - "url": "https://github.com/nextcloud-releases/contacts/releases/download/v8.4.4/contacts-v8.4.4.tar.gz", - "version": "8.4.4", + "hash": "sha256-R3CVtzeS0i4z2AqC65CUXGFCkMw/1ikKUx19xDZDIM8=", + "url": "https://github.com/nextcloud-releases/contacts/releases/download/v8.4.5/contacts-v8.4.5.tar.gz", + "version": "8.4.5", "description": "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* πŸš€ **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* πŸŽ‰ **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* πŸ‘₯ **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* πŸ™ˆ **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.", "homepage": "https://github.com/nextcloud/contacts#readme", "licenses": [ @@ -160,9 +160,9 @@ ] }, "guests": { - "hash": "sha256-P0RToE38jA/dB/B3N3q9RFlZlH1earzDMc7q0qp8tjM=", - "url": "https://github.com/nextcloud-releases/guests/releases/download/v4.6.0/guests-v4.6.0.tar.gz", - "version": "4.6.0", + "hash": "sha256-SRZm8wclh2iYhevcMehpWpS8ryQa7cLptNGflGY8420=", + "url": "https://github.com/nextcloud-releases/guests/releases/download/v4.7.0/guests-v4.7.0.tar.gz", + "version": "4.7.0", "description": "πŸ‘₯ Allows for better collaboration with external users by allowing users to create guests account.\n\nGuests accounts can be created from the share menu by entering either the recipients email or name and choosing \"create guest account\", once the share is created the guest user will receive an email notification about the mail with a link to set their password.\n\nGuests users can only access files shared to them and cannot create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted.", "homepage": "https://github.com/nextcloud/guests/", "licenses": [ @@ -200,9 +200,9 @@ ] }, "integration_paperless": { - "hash": "sha256-IAVGxRNHE5QIob0AA5Oy1k1QyDqcHEEvLlr8SE4D+CA=", - "url": "https://github.com/nextcloud-releases/integration_paperless/releases/download/v1.0.11/integration_paperless-v1.0.11.tar.gz", - "version": "1.0.11", + "hash": "sha256-KFVieY21441OeUwPUT2AdvsFjPjfrLEHBLwAu0//jJM=", + "url": "https://github.com/nextcloud-releases/integration_paperless/releases/download/v1.0.12/integration_paperless-v1.0.12.tar.gz", + "version": "1.0.12", "description": "Integration with the [Paperless](https://docs.paperless-ngx.com) Document Management System.\nIt adds a file action menu item that can be used to upload a file from your Nextcloud Files to Paperless.", "homepage": "", "licenses": [ @@ -210,9 +210,9 @@ ] }, "mail": { - "hash": "sha256-IqsrI3Wt2eOMmb04VMFJytjwURu7otcIhcykdio+MHg=", - "url": "https://github.com/nextcloud-releases/mail/releases/download/v5.7.12/mail-v5.7.12.tar.gz", - "version": "5.7.12", + "hash": "sha256-mz0H8UzUaqsKmrWNDxBLcQRQCWQ2LawD2S/4YIzGPnI=", + "url": "https://github.com/nextcloud-releases/mail/releases/download/v5.7.14/mail-v5.7.14.tar.gz", + "version": "5.7.14", "description": "**πŸ’Œ A mail app for Nextcloud**\n\n- **πŸš€ Integration with other Nextcloud apps!** Currently Contacts, Calendar & Files – more to come.\n- **πŸ“₯ Multiple mail accounts!** Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.\n- **πŸ”’ Send & receive encrypted mails!** Using the great [Mailvelope](https://mailvelope.com) browser extension.\n- **πŸ™ˆ We’re not reinventing the wheel!** Based on the great [Horde](https://www.horde.org) libraries.\n- **πŸ“¬ Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!\n\n## Ethical AI Rating\n\n### Priority Inbox\n\nPositive:\n* The software for training and inferencing of this model is open source.\n* The model is created and trained on-premises based on the user's own data.\n* The training data is accessible to the user, making it possible to check or correct for bias or optimise the performance and CO2 usage.\n\n### Thread Summaries (opt-in)\n\n**Rating:** 🟒/🟑/🟠/πŸ”΄\n\nThe rating depends on the installed text processing backend. See [the rating overview](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) for details.\n\nLearn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).", "homepage": "https://github.com/nextcloud/mail#readme", "licenses": [ @@ -230,9 +230,9 @@ ] }, "news": { - "hash": "sha256-5KVKrtCQ3Nt7E8/vjYebAcpI0U6QzgvdqFqRk9MPEgo=", - "url": "https://github.com/nextcloud/news/releases/download/28.2.0/news.tar.gz", - "version": "28.2.0", + "hash": "sha256-1vZiQNjQqHWBtTR3OQKcj+MvME0aSyowWJ3JDee2QQg=", + "url": "https://github.com/nextcloud/news/releases/download/28.3.0/news.tar.gz", + "version": "28.3.0", "description": "πŸ“° A RSS/Atom Feed reader App for Nextcloud\n\n- πŸ“² Synchronize your feeds with multiple mobile or desktop [clients](https://nextcloud.github.io/news/clients/)\n- πŸ”„ Automatic updates of your news feeds\n- πŸ†“ Free and open source under AGPLv3, no ads or premium functions\n\n**System Cron is currently required for this app to work**\n\nRequirements can be found [here](https://nextcloud.github.io/news/install/#dependencies)\n\nThe Changelog is available [here](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)\n\nCreate a [bug report](https://github.com/nextcloud/news/issues/new/choose)\n\nCreate a [feature request](https://github.com/nextcloud/news/discussions/new)\n\nReport a [feed issue](https://github.com/nextcloud/news/discussions/new)", "homepage": "https://github.com/nextcloud/news", "licenses": [ @@ -290,9 +290,9 @@ ] }, "phonetrack": { - "hash": "sha256-AbQD26tChH+A8jlLh9TUEnqBxVtIeEeq6gmM7YTmwdc=", - "url": "https://github.com/julien-nc/phonetrack/releases/download/v1.1.0/phonetrack-1.1.0.tar.gz", - "version": "1.1.0", + "hash": "sha256-d6vPKCJ1Us0zQIFkIlSQ5cmEgO1zXGtdDniIjfqGh28=", + "url": "https://github.com/julien-nc/phonetrack/releases/download/v1.2.0/phonetrack-1.2.0.tar.gz", + "version": "1.2.0", "description": "# PhoneTrack Nextcloud application\n\nπŸ“± PhoneTrack is a Nextcloud application to track and store mobile device's locations.\n\nπŸ—Ί It receives information from mobile phone's logging apps and displays it dynamically on a map.\n\n🌍 Help us to translate this app on [PhoneTrack Crowdin project](https://crowdin.com/project/phonetrack).\n\nβš’ Check out other ways to help in the [contribution guidelines](https://gitlab.com/eneiluj/phonetrack-oc/blob/master/CONTRIBUTING.md).\n\nHow to use PhoneTrack :\n\n- Create a tracking session.\n- Give the logging link\\* to the mobile devices. Choose the [logging method](https://github.com/julien-nc/phonetrack/blob/main/doc/user.md#logging-methods) you prefer.\n- Watch the session's devices location in real time (or not) in PhoneTrack or share it with public pages.\n\n(\\*) Don't forget to set the device name in the link (rather than in the logging app settings). Replace \"yourname\" with the desired device name.\nSetting the device name in logging app settings only works with Owntracks, Traccar and OpenGTS.\n\nOn PhoneTrack main page, while watching a session, you can :\n\n- πŸ“ Display location history\n- β›› Filter points\n- ✎ Manually edit/add/delete points\n- ✎ Edit devices (rename, change colour/shape, move to another session)\n- β›Ά Define geofencing zones for devices\n- βš‡ Define proximity alerts for device pairs\n- πŸ–§ Share a session to other Nextcloud users or with a public link (read-only)\n- πŸ”— Generate public share links with optional restrictions (filters, device name, last positions only, geofencing simplification)\n- πŸ–« Import/export a session in GPX format (one file with one track per device or one file per device)\n- πŸ—  Display sessions statistics\n- πŸ”’ [Reserve a device name](https://github.com/julien-nc/phonetrack/blob/main/doc/user.md#device-name-reservation) to make sure only authorized user can log with this name\n- πŸ—“ Toggle session auto export and auto purge (daily/weekly/monthly)\n- β—” Choose what to do when point number quota is reached (block logging or delete oldest point)\n\nPublic page and public filtered page work like main page except there is only one session displayed, everything is read-only and there is no need to be logged in.\n\nThis app is under development.\n\n## Install\n\nSee the [AdminDoc](https://gitlab.com/eneiluj/phonetrack-oc/wikis/admindoc) for installation details.\n\nCheck [CHANGELOG](https://gitlab.com/eneiluj/phonetrack-oc/blob/master/CHANGELOG.md#change-log) file to see what's new and what's coming in next release.\n\nCheck [AUTHORS](https://gitlab.com/eneiluj/phonetrack-oc/blob/master/AUTHORS.md#authors) file to see complete list of authors.\n\n## Known issues\n\n- PhoneTrack **now works** with Nextcloud group restriction activated. See [admindoc](https://github.com/julien-nc/phonetrack/blob/main/doc/admin.md#issue-with-phonetrack-restricted-to-some-groups-in-nextcloud).\n\nAny feedback will be appreciated.\n\n\n\n## Donation\n\nI develop this app during my free time.\n\n* [Donate with Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66PALMY8SF5JE) (you don't need a paypal account)\n* [Donate with Liberapay : ![Donate using Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/eneiluj/donate)", "homepage": "https://github.com/julien-nc/phonetrack", "licenses": [ @@ -300,9 +300,9 @@ ] }, "polls": { - "hash": "sha256-ujl6c9teLVQQ7WWlN9Yw0+9bf04Y1UZ1zc9OdZZ9hTA=", - "url": "https://github.com/nextcloud-releases/polls/releases/download/v9.0.1/polls-v9.0.1.tar.gz", - "version": "9.0.1", + "hash": "sha256-ZDx3VW+0YAC9r0sFclYeeVtpab6OLCvYe+wUA0JOQWc=", + "url": "https://github.com/nextcloud-releases/polls/releases/download/v9.0.7/polls-v9.0.7.tar.gz", + "version": "9.0.7", "description": "A polls app, similar to Doodle/DuD-Poll with the possibility to restrict access (members, certain groups/users, hidden and public).", "homepage": "https://github.com/nextcloud/polls", "licenses": [ @@ -360,9 +360,9 @@ ] }, "richdocuments": { - "hash": "sha256-W7kd00/5jmZlMRQ/xDB3+WHlKjCq/hgRXRyeWyu2LKI=", - "url": "https://github.com/nextcloud-releases/richdocuments/releases/download/v10.1.2/richdocuments-v10.1.2.tar.gz", - "version": "10.1.2", + "hash": "sha256-opa/fyrCtnaK6eiHqQ49cNfs3Nl0pi7L1IizLyfy+Co=", + "url": "https://github.com/nextcloud-releases/richdocuments/releases/download/v10.1.3/richdocuments-v10.1.3.tar.gz", + "version": "10.1.3", "description": "This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.\n\nYou can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.", "homepage": "https://collaboraoffice.com/", "licenses": [ @@ -370,9 +370,9 @@ ] }, "sociallogin": { - "hash": "sha256-aWYPpqrrEj2SgJIGoyP7nL/HjM5yQItozmQ9b+Iu3NM=", - "url": "https://github.com/zorn-v/nextcloud-social-login/releases/download/v6.4.2/release.tar.gz", - "version": "6.4.2", + "hash": "sha256-DUX3nBABqKklkCHaYL3/L5ge+F43Mu9kY9jlzxGwecE=", + "url": "https://github.com/zorn-v/nextcloud-social-login/releases/download/v6.4.3/release.tar.gz", + "version": "6.4.3", "description": "# Social Login\n\nMake it possible to create users and log in via Telegram, OAuth, or OpenID.\n\nFor OAuth, you must create an app with certain providers. Login buttons will appear on the login page if an app ID is specified. Settings are located in the \"Social login\" section of the settings page.\n\n## Installation\n\nLog in to your Nextcloud installation as an administrator. Under \"Apps\", click \"Download and enable\" next to the \"Social Login\" app.\n\nSee below for setup and configuration instructions.\n\n## Custom OAuth2/OIDC Groups\n\nYou can use groups from your custom provider. For this, specify the \"Groups claim\" in the custom OAuth2/OIDC provider settings. This claim should be returned from the provider in the `id_token` or at the user info endpoint. The format should be an `array` or a comma-separated string. E.g., (with a claim named `roles`):\n\n```json\n{\"roles\": [\"admin\", \"user\"]}\n```\nor\n```json\n{\"roles\": \"admin,user\"}\n```\n\nNested claims are also supported. For example, `resource_access.client-id.roles` for:\n\n```json\n\"resource_access\": {\n \"client-id\": {\n \"roles\": [\n \"client-role-1\",\n \"client-role-2\"\n ]\n }\n}\n```\n\n**DisplayName** support is also available:\n```json\n{\"roles\": [{\"gid\": 1, \"displayName\": \"admin\"}, {\"gid\": 2, \"displayName\": \"user\"}]}\n```\n\nYou can use provider groups in two ways:\n\n1. Map provider groups to existing Nextcloud groups.\n2. Create provider groups in Nextcloud and associate them with users (if the appropriate option is enabled).\n\nTo sync groups on every login, ensure the \"Update user profile every login\" setting is checked.\n\n## Examples for Groups\n\n* Configure WSO2IS to return a roles claim with OIDC [here](https://medium.com/@dewni.matheesha/claim-mapping-and-retrieving-end-user-information-in-wso2is-cffd5f3937ff).\n* [GitLab OIDC configuration to allow specific GitLab groups](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/gitlab.md).\n\n## Built-in OAuth Providers\n\nCopy the link from a specific login button to get the correct \"redirect URL\" for OAuth app settings.\n\n* [Amazon](https://developer.amazon.com/loginwithamazon/console/site/lwa/overview.html)\n* [Apple](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/apple.md)\n* [Codeberg](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/codeberg.md)\n* [Discord](#configure-discord)\n* [Facebook](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/facebook.md)\n* [GitHub](https://github.com/settings/developers)\n* [GitLab](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/gitlab.md)\n* [Google](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/google.md)\n* [Keycloak](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/keycloak.md)\n* [Mail.ru](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/mailru.md)\n* **PlexTv**: Use any title as the app ID.\n* [Telegram](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/telegram.md)\n* [Twitter](https://github.com/zorn-v/nextcloud-social-login/blob/master/docs/sso/twitter.md)\n\nFor details about Google's \"Allow login only from specified domain\" setting, see [#44](https://github.com/zorn-v/nextcloud-social-login/issues/44). Use a comma-separated list for multiple domains.\n\n## Configuration\n\nAdd `'social_login_auto_redirect' => true` to `config.php` to automatically redirect unauthorized users to social login if only one provider is configured. To temporarily disable this (e.g., for local admin login), add `noredir=1` to the login URL: `https://cloud.domain.com/login?noredir=1`.\n\nConfigure HTTP client options using:\n```php\n 'social_login_http_client' => [\n 'timeout' => 45,\n 'proxy' => 'socks4://127.0.0.1:9050', // See for allowed formats\n ],\n```\nin `config.php`.\n\n### Configure a Provider via CLI\n\nUse the `occ` utility to configure providers via the command line. Replace variables and URLs with your deployment values:\n```bash\nphp occ config:app:set sociallogin custom_providers --value='{\"custom_oidc\": [{\"name\": \"gitlab_oidc\", \"title\": \"Gitlab\", \"authorizeUrl\": \"https://gitlab.my-domain.org/oauth/authorize\", \"tokenUrl\": \"https://gitlab.my-domain.org/oauth/token\", \"userInfoUrl\": \"https://gitlab.my-domain.org/oauth/userinfo\", \"logoutUrl\": \"\", \"clientId\": \"$my_application_id\", \"clientSecret\": \"$my_super_secret_secret\", \"scope\": \"openid\", \"groupsClaim\": \"groups\", \"style\": \"gitlab\", \"defaultGroup\": \"\"}]}'\n```\nFor Docker, prepend `docker exec -t -uwww-data CONTAINER_NAME` to the command or run interactively via `docker exec -it -uwww-data CONTAINER_NAME sh`.\n\nTo inspect configurations:\n```sql\nmysql -u nextcloud -p nextcloud\nPassword: \n\n> SELECT * FROM oc_appconfig WHERE appid='sociallogin';\n```\nOr run:\n```bash\ndocker exec -t -uwww-data CONTAINER_NAME php occ config:app:get sociallogin custom_providers\n```\n\n### Configure Discord\n\n1. Create a Discord application at [Discord Developer Portal](https://discord.com/developers/applications).\n2. Navigate to `Settings > OAuth2 > General`. Add a redirect URL: `https://nextcloud.mydomain.com/apps/sociallogin/oauth/discord`.\n3. Copy the `CLIENT ID` and generate a `CLIENT SECRET`.\n4. In Nextcloud, go to `Settings > Social Login`. Paste the `CLIENT ID` into \"App id\" and `CLIENT SECRET` into \"Secret\".\n5. Select a default group for new users.\n6. For group mapping, see [#395](https://github.com/zorn-v/nextcloud-social-login/pull/395).\n\n## Hint\n\n### Callback (Reply) URL\nCopy the link from a login button on the Nextcloud login page and use it as the callback URL on your provider's site. To make the button visible temporarily, fill provider settings with placeholder data and update later.\n\nIf you encounter callback URL errors despite correct settings, ensure your Nextcloud server generates HTTPS URLs by adding `'overwriteprotocol' => 'https'` to `config.php`.", "homepage": "https://github.com/zorn-v/nextcloud-social-login", "licenses": [ @@ -380,9 +380,9 @@ ] }, "spreed": { - "hash": "sha256-iObSHHRSihndCZ8568GEdXZ94lyzi3a+1z5dU+SjPII=", - "url": "https://github.com/nextcloud-releases/spreed/releases/download/v23.0.3/spreed-v23.0.3.tar.gz", - "version": "23.0.3", + "hash": "sha256-R4o6W4EnSnjt+6IEpEiFbVVt3m52vBlNzOLA9kHmUr4=", + "url": "https://github.com/nextcloud-releases/spreed/releases/download/v23.0.4/spreed-v23.0.4.tar.gz", + "version": "23.0.4", "description": "Chat, video & audio-conferencing using WebRTC\n\n* πŸ’¬ **Chat** Nextcloud Talk comes with a simple text chat, allowing you to share or upload files from your Nextcloud Files app or local device and mention other participants.\n* πŸ‘₯ **Private, group, public and password protected calls!** Invite someone, a whole group or send a public link to invite to a call.\n* 🌐 **Federated chats** Chat with other Nextcloud users on their servers\n* πŸ’» **Screen sharing!** Share your screen with the participants of your call.\n* πŸš€ **Integration with other Nextcloud apps** like Files, Calendar, User status, Dashboard, Flow, Maps, Smart picker, Contacts, Deck, and many more.\n* πŸŒ‰ **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.", "homepage": "https://github.com/nextcloud/spreed", "licenses": [ @@ -390,13 +390,13 @@ ] }, "tables": { - "hash": "sha256-4v24FNg0XKzpKoYKZzQjfAkC7JJZmfoJ7THsoK0A34E=", - "url": "https://github.com/nextcloud-releases/tables/releases/download/v2.0.1/tables-v2.0.1.tar.gz", - "version": "2.0.1", + "hash": "sha256-ocBIQf6ae3BZCJoK45oltv3tpE5uBQSiWJ0jlK9eYMw=", + "url": "https://github.com/nextcloud-releases/tables/releases/download/v2.1.0/tables-v2.1.0.tar.gz", + "version": "2.1.0", "description": "Manage data the way you need it.\n\nWith this app you are able to create your own tables with individual columns. You can start with a template or from scratch and add your wanted columns.\nYou can choose from the following column types:\n- Text line or rich text\n- Link to urls or other nextcloud resources\n- Numbers\n- Progress bar\n- Stars rating\n- Yes/No tick\n- Date and/or time\n- (Multi) selection\n- Users, groups and teams\n\nShare your tables and views with users and groups within your cloud.\n\nHave a good time and manage whatever you want.", "homepage": "https://github.com/nextcloud/tables", "licenses": [ - "agpl" + "AGPL-3.0-or-later" ] }, "tasks": { @@ -470,9 +470,9 @@ ] }, "user_saml": { - "hash": "sha256-5Unzid91ztnShRqblmQ/Prd/6jfAUU7hMwqKE6gkgKI=", - "url": "https://github.com/nextcloud-releases/user_saml/releases/download/v8.0.0/user_saml-v8.0.0.tar.gz", - "version": "8.0.0", + "hash": "sha256-ZYBbvQVs53i+aDV6mNKCPTD2Qjac8DPMAJJiPs41ofw=", + "url": "https://github.com/nextcloud-releases/user_saml/releases/download/v8.0.1/user_saml-v8.0.1.tar.gz", + "version": "8.0.1", "description": "Using the SSO & SAML app of your Nextcloud you can make it easily possible to integrate your existing Single-Sign-On solution with Nextcloud. In addition, you can use the Nextcloud LDAP user provider to keep the convenience for users. (e.g. when sharing)\nThe following providers are supported and tested at the moment:\n\n* **SAML 2.0**\n\t* OneLogin\n\t* Shibboleth\n\t* Active Directory Federation Services (ADFS)\n\t* Authentik\n\n* **Authentication via Environment Variable**\n\t* Kerberos (mod_auth_kerb)\n\t* Any other provider that authenticates using the environment variable\n\nWhile theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.", "homepage": "https://github.com/nextcloud/user_saml", "licenses": [ From 5ff4ab1e37ccba233accd8b8d4b68c186a6eead8 Mon Sep 17 00:00:00 2001 From: FlashOnFire_ Date: Sat, 2 May 2026 16:07:11 +0200 Subject: [PATCH 18/39] python3Packages.orjson: fix cross compilation patch --- .../orjson/cross-arch-compat.patch | 44 ++++++++++--------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/pkgs/development/python-modules/orjson/cross-arch-compat.patch b/pkgs/development/python-modules/orjson/cross-arch-compat.patch index 9862a05bce76..d95a7cc4234a 100644 --- a/pkgs/development/python-modules/orjson/cross-arch-compat.patch +++ b/pkgs/development/python-modules/orjson/cross-arch-compat.patch @@ -12,33 +12,37 @@ riscv64, leading to compilation errors. Now uses CARGO_CFG_TARGET_ARCH environment variable to correctly detect the target architecture during cross-compilation. --- - build.rs | 10 ++++++---- - 1 file changed, 6 insertions(+), 4 deletions(-) + build.rs | 7 ++++++-- + 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build.rs b/build.rs -index 42788623..28e006a9 100644 +index 49a9a9a4..0a99698d 100644 --- a/build.rs +++ b/build.rs -@@ -38,8 +38,11 @@ fn main() { +@@ -11,6 +11,9 @@ fn main() { #[allow(unused_variables)] let is_64_bit_python = matches!(python_config.pointer_width, Some(64)); -- #[cfg(all(target_arch = "x86_64", not(target_os = "macos")))] -- if version_check::is_min_version("1.89.0").unwrap_or(false) && is_64_bit_python { -+ let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap_or_default(); -+ let target_os = env::var("CARGO_CFG_TARGET_OS").unwrap_or_default(); ++ let target_arch = std::env::var("CARGO_CFG_TARGET_ARCH").unwrap_or_default(); ++ let target_os = std::env::var("CARGO_CFG_TARGET_OS").unwrap_or_default(); + -+ if target_arch == "x86_64" && target_os != "macos" -+ && version_check::is_min_version("1.89.0").unwrap_or(false) && is_64_bit_python { + match python_config.implementation { + pyo3_build_config::PythonImplementation::CPython => { + println!("cargo:rustc-cfg=CPython"); +@@ -18,7 +21,7 @@ fn main() { + println!("cargo:rustc-cfg=CPython"); + #[cfg(any(target_arch = "x86_64", target_arch = "aarch64"))] +- if is_64_bit_python { ++ if (target_arch == "x86_64" || target_arch == "aarch64") && is_64_bit_python { + println!("cargo:rustc-cfg=feature=\"inline_int\""); + #[cfg(target_endian = "little")] + println!("cargo:rustc-cfg=feature=\"inline_str\""); + } +@@ -50,7 +53,7 @@ fn main() { + println!("cargo:rustc-check-cfg=cfg(PyPy)"); + + #[cfg(all(target_arch = "x86_64", not(target_os = "macos")))] +- if is_64_bit_python { ++ if target_arch == "x86_64" && target_os != "macos" && is_64_bit_python { println!("cargo:rustc-cfg=feature=\"avx512\""); } - -@@ -51,8 +54,7 @@ fn main() { - println!("cargo:rustc-cfg=feature=\"optimize\""); - } - -- #[cfg(any(target_arch = "x86_64", target_arch = "aarch64"))] -- if is_64_bit_python { -+ if (target_arch == "x86_64" || target_arch == "aarch64") && is_64_bit_python { - println!("cargo:rustc-cfg=feature=\"inline_int\""); - } From 39fbcae56a5ae7ea0adc945df2713a63c6152a2e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 2 May 2026 14:17:34 +0000 Subject: [PATCH 19/39] go-toml: 2.3.0 -> 2.3.1 --- pkgs/by-name/go/go-toml/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/go/go-toml/package.nix b/pkgs/by-name/go/go-toml/package.nix index 5ea5e58c51ea..b07fcb035ae9 100644 --- a/pkgs/by-name/go/go-toml/package.nix +++ b/pkgs/by-name/go/go-toml/package.nix @@ -4,7 +4,7 @@ fetchFromGitHub, }: let - version = "2.3.0"; + version = "2.3.1"; in buildGoModule { pname = "go-toml"; @@ -14,7 +14,7 @@ buildGoModule { owner = "pelletier"; repo = "go-toml"; rev = "v${version}"; - sha256 = "sha256-bA8UYvYx5avw+3yzGL9TTZYGSrFUA6RxtomlSJnQHNA="; + sha256 = "sha256-12PFm89E8GI2toBpEZWp+VaAlywI6yBoPjz421GhMu4="; }; vendorHash = null; From 1cdfe0bd00be827a5c04c0ef866393160fcfc4a5 Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 2 May 2026 19:03:31 +0100 Subject: [PATCH 20/39] tests.writers: fix toml test seems to have been forgotten in https://github.com/NixOS/nixpkgs/pull/512319 --- pkgs/build-support/writers/test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/writers/test.nix b/pkgs/build-support/writers/test.nix index e39681865ab2..3b8b449d7585 100644 --- a/pkgs/build-support/writers/test.nix +++ b/pkgs/build-support/writers/test.nix @@ -471,7 +471,7 @@ recurseIntoAttrs { toml = expectDataEqual { file = writeTOML "data.toml" { hello = "world"; }; expected = '' - hello = "world" + hello = 'world' ''; }; From 3493fab65b1a9af986588e932c42f073d296f9d2 Mon Sep 17 00:00:00 2001 From: Jappie3 Date: Sat, 2 May 2026 23:10:58 +0200 Subject: [PATCH 21/39] prometheus: disable flaky TestDelayedCompaction --- pkgs/by-name/pr/prometheus/package.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/by-name/pr/prometheus/package.nix b/pkgs/by-name/pr/prometheus/package.nix index 40cfe2fec8f0..7ab27fa8cefa 100644 --- a/pkgs/by-name/pr/prometheus/package.nix +++ b/pkgs/by-name/pr/prometheus/package.nix @@ -198,6 +198,10 @@ buildGoModule (finalAttrs: { checkFlags = [ # Skip for issue during TSDB compaction "-skip=TestBlockRanges" + # both are flaky and might fail when the builder is under load + # https://github.com/prometheus/prometheus/issues/16450 + "-skip=TestDelayedCompaction" + "-skip=TestHeadCompactionWhileScraping" ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ "-skip=TestEvaluations/testdata/aggregators.test" From abee15af04164604375f27ad3d59730fcda0501c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 2 May 2026 21:40:41 +0000 Subject: [PATCH 22/39] haproxy: 3.3.6 -> 3.3.8 --- pkgs/by-name/ha/haproxy/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ha/haproxy/package.nix b/pkgs/by-name/ha/haproxy/package.nix index cd0f97ea0835..005b3268fbba 100644 --- a/pkgs/by-name/ha/haproxy/package.nix +++ b/pkgs/by-name/ha/haproxy/package.nix @@ -33,11 +33,11 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "haproxy"; - version = "3.3.6"; + version = "3.3.8"; src = fetchurl { url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz"; - hash = "sha256-5py13Fnk6x/3K86/MNVfCRmAPGhuQowMOlkD8s98H7Y="; + hash = "sha256-ibH+c9VNWZD3SZfag39f0NoWJ6G6pism9dNYpvPEgpU="; }; buildInputs = [ From 0c1077812b026206981a32b16153b9dd5afd6e98 Mon Sep 17 00:00:00 2001 From: Xiangyan Sun Date: Sat, 2 May 2026 14:44:35 -0700 Subject: [PATCH 23/39] phrasendrescher: fix build with gcc15 --- .../ph/phrasendrescher/fix-prototypes.patch | 26 +++++++++++++++++++ pkgs/by-name/ph/phrasendrescher/package.nix | 5 ++++ 2 files changed, 31 insertions(+) create mode 100644 pkgs/by-name/ph/phrasendrescher/fix-prototypes.patch diff --git a/pkgs/by-name/ph/phrasendrescher/fix-prototypes.patch b/pkgs/by-name/ph/phrasendrescher/fix-prototypes.patch new file mode 100644 index 000000000000..3c85884da48f --- /dev/null +++ b/pkgs/by-name/ph/phrasendrescher/fix-prototypes.patch @@ -0,0 +1,26 @@ +diff --git a/src/rewriter.c b/src/rewriter.c +index f8c72bf..9c95e7e 100644 +--- a/src/rewriter.c ++++ b/src/rewriter.c +@@ -64,7 +64,7 @@ int rewriter_get(char *word) + + if (word == '\0') { + *original_word = '\0'; +- rewriter_reset(rule_set); ++ rewriter_reset(); + return 0; + } + +diff --git a/src/utils.h b/src/utils.h +index c20ac5c..b8fe00a 100644 +--- a/src/utils.h ++++ b/src/utils.h +@@ -33,7 +33,7 @@ + + void prepare_tty(); + void reset_tty(); +-void handle_user_input(); ++void handle_user_input(int worker_num); + void set_verbose(); + + void verbose_printf(const char *fmt, ...); diff --git a/pkgs/by-name/ph/phrasendrescher/package.nix b/pkgs/by-name/ph/phrasendrescher/package.nix index a354719fc240..e73265c4f75b 100644 --- a/pkgs/by-name/ph/phrasendrescher/package.nix +++ b/pkgs/by-name/ph/phrasendrescher/package.nix @@ -16,6 +16,11 @@ stdenv.mkDerivation (finalAttrs: { sha256 = "18vg6h294219v14x5zqm8ddmq5amxlbz7pw81lcmpz8v678kwyph"; }; + patches = [ + # gcc15 + ./fix-prototypes.patch + ]; + postPatch = '' substituteInPlace configure \ --replace 'SSL_LIB="ssl"' 'SSL_LIB="crypto"' From 52d7e1300a9552081fb12a249daa44c68c79867f Mon Sep 17 00:00:00 2001 From: Xiangyan Sun Date: Sat, 2 May 2026 14:45:06 -0700 Subject: [PATCH 24/39] phrasendrescher: add versionCheckHook --- pkgs/by-name/ph/phrasendrescher/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/ph/phrasendrescher/package.nix b/pkgs/by-name/ph/phrasendrescher/package.nix index e73265c4f75b..ca4ddb61a791 100644 --- a/pkgs/by-name/ph/phrasendrescher/package.nix +++ b/pkgs/by-name/ph/phrasendrescher/package.nix @@ -5,6 +5,7 @@ openssl, libssh2, gpgme, + versionCheckHook, }: stdenv.mkDerivation (finalAttrs: { @@ -34,6 +35,10 @@ stdenv.mkDerivation (finalAttrs: { configureFlags = [ "--with-plugins" ]; + nativeInstallCheckInputs = [ versionCheckHook ]; + versionCheckProgramArg = "-h"; + doInstallCheck = true; + meta = { description = "Modular and multi processing pass phrase cracking tool"; homepage = "https://leidecker.info/projects/phrasendrescher/index.shtml"; From 8a0f62decb3f5af67140cf0d4c3baaa89e65aa48 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Sat, 2 May 2026 20:09:05 +0200 Subject: [PATCH 25/39] nixfmt-rs: init at 0.1.4 --- pkgs/by-name/ni/nixfmt-rs/package.nix | 44 +++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 pkgs/by-name/ni/nixfmt-rs/package.nix diff --git a/pkgs/by-name/ni/nixfmt-rs/package.nix b/pkgs/by-name/ni/nixfmt-rs/package.nix new file mode 100644 index 000000000000..3e94cda929db --- /dev/null +++ b/pkgs/by-name/ni/nixfmt-rs/package.nix @@ -0,0 +1,44 @@ +{ + lib, + rustPlatform, + fetchFromGitHub, + versionCheckHook, + nix-update-script, + nixfmt, +}: + +rustPlatform.buildRustPackage (finalAttrs: { + pname = "nixfmt-rs"; + version = "0.1.4"; + + __structuredAttrs = true; + strictDeps = true; + + src = fetchFromGitHub { + owner = "Mic92"; + repo = "nixfmt-rs"; + tag = finalAttrs.version; + hash = "sha256-lfT+cFys0iJGkOgLO8LR7lnKMG7ZKJTVvOCm6dSBf8w="; + }; + + cargoHash = "sha256-TmZi99xxTlSTpqr6k29CsnTK8qfj5gjs1AGkx1hcXCg="; + + doInstallCheck = true; + nativeInstallCheckInputs = [ versionCheckHook ]; + + nativeCheckInputs = [ nixfmt ]; + + passthru.updateScript = nix-update-script { }; + + meta = { + changelog = "https://github.com/Mic92/nixfmt-rs/releases/tag/${finalAttrs.version}"; + description = "Rust reimplementation of nixfmt that produces byte-identical output to the Haskell original"; + homepage = "https://github.com/Mic92/nixfmt-rs"; + license = lib.licenses.mpl20; + maintainers = with lib.maintainers; [ + drupol + mic92 + ]; + mainProgram = "nixfmt"; + }; +}) From 29101432aa7eb3738169f13fdadcf939348a5deb Mon Sep 17 00:00:00 2001 From: Rasheeq Azad Date: Sat, 2 May 2026 18:47:17 -0400 Subject: [PATCH 26/39] lib.systems.architectures: add rocketlake --- lib/systems/architectures.nix | 12 ++++++++++++ pkgs/build-support/cc-wrapper/default.nix | 2 ++ 2 files changed, 14 insertions(+) diff --git a/lib/systems/architectures.nix b/lib/systems/architectures.nix index a75344de7971..166b55f7d7d1 100644 --- a/lib/systems/architectures.nix +++ b/lib/systems/architectures.nix @@ -137,6 +137,17 @@ rec { "avx512" "fma" ]; + rocketlake = [ + "sse3" + "ssse3" + "sse4_1" + "sse4_2" + "aes" + "avx" + "avx2" + "avx512" + "fma" + ]; cascadelake = [ "sse3" "ssse3" @@ -419,6 +430,7 @@ rec { sapphirerapids = [ "tigerlake" ] ++ inferiors.tigerlake; emeraldrapids = [ "sapphirerapids" ] ++ inferiors.sapphirerapids; + rocketlake = [ "x86-64-v4" ] ++ inferiors.x86-64-v4; alderlake = [ "skylake" ] ++ inferiors.skylake; sierraforest = [ "alderlake" ] ++ inferiors.alderlake; diff --git a/pkgs/build-support/cc-wrapper/default.nix b/pkgs/build-support/cc-wrapper/default.nix index 10175e91a070..103e5e9f5994 100644 --- a/pkgs/build-support/cc-wrapper/default.nix +++ b/pkgs/build-support/cc-wrapper/default.nix @@ -195,6 +195,7 @@ let cooperlake = versionAtLeast ccVersion "10.0"; tigerlake = versionAtLeast ccVersion "10.0"; knm = versionAtLeast ccVersion "8.0"; + rocketlake = versionAtLeast ccVersion "11.0"; alderlake = versionAtLeast ccVersion "12.0"; sapphirerapids = versionAtLeast ccVersion "11.0"; emeraldrapids = versionAtLeast ccVersion "13.0"; @@ -228,6 +229,7 @@ let icelake-client = versionAtLeast ccVersion "7.0"; icelake-server = versionAtLeast ccVersion "7.0"; knm = versionAtLeast ccVersion "7.0"; + rocketlake = versionAtLeast ccVersion "13.0"; alderlake = versionAtLeast ccVersion "16.0"; sapphirerapids = versionAtLeast ccVersion "12.0"; emeraldrapids = versionAtLeast ccVersion "16.0"; From dff66b8127b95f6054e96013320f1b5a365a83d2 Mon Sep 17 00:00:00 2001 From: azahi Date: Sun, 3 May 2026 03:43:03 +0300 Subject: [PATCH 27/39] flood: 4.13.9 -> 4.13.10 --- pkgs/by-name/fl/flood/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fl/flood/package.nix b/pkgs/by-name/fl/flood/package.nix index 5842bd71ce81..73d1e6215247 100644 --- a/pkgs/by-name/fl/flood/package.nix +++ b/pkgs/by-name/fl/flood/package.nix @@ -10,13 +10,13 @@ }: buildNpmPackage rec { pname = "flood"; - version = "4.13.9"; + version = "4.13.10"; src = fetchFromGitHub { owner = "jesec"; repo = "flood"; rev = "v${version}"; - hash = "sha256-0jez1JwgE7J4EOm5wC/hFpvaP4+Zl/XvupLYAR/tGJQ="; + hash = "sha256-b2Va/t1yiIo1cmxSXfFd74z7pc3NjRCktioqEKxzUJI="; }; nativeBuildInputs = [ pnpm_9 ]; @@ -31,7 +31,7 @@ buildNpmPackage rec { ; pnpm = pnpm_9; fetcherVersion = 3; - hash = "sha256-OqaRlqL08W8V35TYBk2mvgPDl58rLQV/avnSQGBvdNY="; + hash = "sha256-NQ6SJ0etny+HE4ND/2s28Sbfi7vr+YnjCBfVB0OKWqM="; }; passthru = { From cb762b7ce76de0e075289602d7bf6b1bc9805514 Mon Sep 17 00:00:00 2001 From: azahi Date: Sun, 3 May 2026 03:44:49 +0300 Subject: [PATCH 28/39] flood: refactor --- pkgs/by-name/fl/flood/package.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/fl/flood/package.nix b/pkgs/by-name/fl/flood/package.nix index 73d1e6215247..df630fb8d66a 100644 --- a/pkgs/by-name/fl/flood/package.nix +++ b/pkgs/by-name/fl/flood/package.nix @@ -8,23 +8,23 @@ pnpmConfigHook, nix-update-script, }: -buildNpmPackage rec { +buildNpmPackage (finalAttrs: { pname = "flood"; version = "4.13.10"; src = fetchFromGitHub { owner = "jesec"; repo = "flood"; - rev = "v${version}"; + tag = "v${finalAttrs.version}"; hash = "sha256-b2Va/t1yiIo1cmxSXfFd74z7pc3NjRCktioqEKxzUJI="; }; nativeBuildInputs = [ pnpm_9 ]; npmConfigHook = pnpmConfigHook; - npmDeps = pnpmDeps; + npmDeps = finalAttrs.pnpmDeps; dontNpmPrune = true; pnpmDeps = fetchPnpmDeps { - inherit + inherit (finalAttrs) pname version src @@ -44,6 +44,7 @@ buildNpmPackage rec { meta = { description = "Modern web UI for various torrent clients with a Node.js backend and React frontend"; homepage = "https://flood.js.org"; + changelog = "https://github.com/jesec/flood/releases/${finalAttrs.src.tag}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ azahi @@ -53,4 +54,4 @@ buildNpmPackage rec { ]; mainProgram = "flood"; }; -} +}) From f79df7bc46956ad28c8cf2590cd5f76c60347403 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 3 May 2026 03:15:47 +0000 Subject: [PATCH 29/39] turingdb: 1.29 -> 1.30 --- pkgs/by-name/tu/turingdb/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/tu/turingdb/package.nix b/pkgs/by-name/tu/turingdb/package.nix index eb84f815afec..ea231abddab7 100644 --- a/pkgs/by-name/tu/turingdb/package.nix +++ b/pkgs/by-name/tu/turingdb/package.nix @@ -26,13 +26,13 @@ let in turingstdenv.mkDerivation (finalAttrs: { pname = "turingdb"; - version = "1.29"; + version = "1.30"; src = fetchFromGitHub { owner = "turing-db"; repo = "turingdb"; tag = "v${finalAttrs.version}"; - hash = "sha256-jaSA/asTEKw3HOYq6HOFSLG17RqnhdX6gqL2rNh9MB8="; + hash = "sha256-dYggkkuTC+amR/Alz+B1YCNo5kHgmrt/dNLRW5EgaZY="; fetchSubmodules = true; From 4b44b31bdc0fa5e5509f3fc42168450f4f5d8ac6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 3 May 2026 04:13:38 +0000 Subject: [PATCH 30/39] decker: 1.60 -> 1.66 --- pkgs/by-name/de/decker/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/de/decker/package.nix b/pkgs/by-name/de/decker/package.nix index d01fefa06869..eea90322726f 100644 --- a/pkgs/by-name/de/decker/package.nix +++ b/pkgs/by-name/de/decker/package.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "decker"; - version = "1.60"; + version = "1.66"; src = fetchFromGitHub { owner = "JohnEarnest"; repo = "Decker"; rev = "v${finalAttrs.version}"; - hash = "sha256-A8lsQs3fZm8XREHx2IPRNWZp4tTZ4Jya30+gBT6xME8="; + hash = "sha256-GKhIm9TC0l1u4dblnemqM72uXY9ah4QWCJiyv1bu14I="; }; buildInputs = [ From 730ae94273ba1637d3cb0b7d53e74d1de31eaf62 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 3 May 2026 09:53:17 +0200 Subject: [PATCH 31/39] pgtui: init at 0.14.0 Signed-off-by: Matthias Beyer --- pkgs/by-name/pg/pgtui/package.nix | 75 +++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 pkgs/by-name/pg/pgtui/package.nix diff --git a/pkgs/by-name/pg/pgtui/package.nix b/pkgs/by-name/pg/pgtui/package.nix new file mode 100644 index 000000000000..23c67f827abe --- /dev/null +++ b/pkgs/by-name/pg/pgtui/package.nix @@ -0,0 +1,75 @@ +{ + lib, + rustPlatform, + fetchFromCodeberg, +}: + +rustPlatform.buildRustPackage (finalAttrs: { + __structuredAttrs = true; + + pname = "pgtui"; + version = "0.14.0"; + + src = fetchFromCodeberg { + owner = "kdwarn"; + repo = "pgtui"; + rev = "v${finalAttrs.version}"; + hash = "sha256-sIrB1eaKJr0CJ42KPtIUhBQgPf2VoZJk5uQUS/gHBjE="; + }; + + cargoHash = "sha256-QxG+OtFZr5SIsnzCyuMf03J2CKgeGDHHcvERx6O+DJk="; + + checkFlags = [ + "--skip=db_tests::tests::test_connection" + "--skip=editor::tests::insert_successful_in_mixed_case_table" + "--skip=editor::tests::insert_successful_with_pk" + "--skip=editor::tests::update_errs_when_no_primary_key" + "--skip=editor::tests::update_success_in_mixed_case_table" + "--skip=editor::tests::update_success_when_primary_key_is_identity" + "--skip=editor::tests::update_success_with_bigint_pk" + "--skip=editor::tests::update_success_with_bpchar_pk" + "--skip=editor::tests::update_success_with_char_pk" + "--skip=editor::tests::update_success_with_char_var_pk" + "--skip=editor::tests::update_success_with_citext_pk" + "--skip=editor::tests::update_success_with_date_pk" + "--skip=editor::tests::update_success_with_dbl_pk" + "--skip=editor::tests::update_success_with_dt_no_tz_pk" + "--skip=editor::tests::update_success_with_dt_with_tz_pk" + "--skip=editor::tests::update_success_with_f32real_pk" + "--skip=editor::tests::update_success_with_int_pk" + "--skip=editor::tests::update_success_with_numeric_pk" + "--skip=editor::tests::update_success_with_smallint_pk" + "--skip=editor::tests::update_success_with_text_pk" + "--skip=editor::tests::update_success_with_time_no_tz_pk" + "--skip=fields::tests::collect_field_errs_when_relation_not_handled_type" + "--skip=fields::tests::collect_field_metadata_errs_when_relation_not_handled_type" + "--skip=fields::tests::field_collect" + "--skip=fields::tests::fieldmeta_collect" + "--skip=fields::tests::verify_big_decimal_types" + "--skip=fields::tests::verify_char_types" + "--skip=fields::tests::verify_date_types" + "--skip=fields::tests::verify_datetime_types" + "--skip=fields::tests::verify_datetime_values" + "--skip=fields::tests::verify_float32_types" + "--skip=fields::tests::verify_float64_types" + "--skip=fields::tests::verify_integer_types" + "--skip=fields::tests::verify_time_no_tz_types" + "--skip=fields::tests::verify_time_no_tz_values" + "--skip=fields::tests::verify_time_with_tz_types" + "--skip=relations::tests::data_definition_correct" + "--skip=relations::tests::multi_col_primary_key_correct" + "--skip=relations::tests::single_col_int_primary_key_correct" + "--skip=relations::tests::single_col_text_primary_key_correct" + ]; + + meta = { + description = "A Postgres TUI client that utilizes your terminal text editor for inserts & updates"; + mainProgram = "pgtui"; + homepage = "https://kdwarn.net/pgtui"; + changelog = "https://codeberg.org/kdwarn/pgtui/src/tag//v${finalAttrs.version}/CHANGELOG.md"; + license = lib.licenses.agpl3Only; + maintainers = with lib.maintainers; [ + matthiasbeyer + ]; + }; +}) From ac75097c545fefee780f5ab5a04b87cae26e987d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 3 May 2026 08:33:03 +0000 Subject: [PATCH 32/39] vacuum-tube: 1.6.2 -> 1.6.4 --- pkgs/by-name/va/vacuum-tube/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/va/vacuum-tube/package.nix b/pkgs/by-name/va/vacuum-tube/package.nix index 67cfd8060aa5..1a10c0de8bb5 100644 --- a/pkgs/by-name/va/vacuum-tube/package.nix +++ b/pkgs/by-name/va/vacuum-tube/package.nix @@ -10,16 +10,16 @@ buildNpmPackage rec { pname = "vacuum-tube"; - version = "1.6.2"; + version = "1.6.4"; src = fetchFromGitHub { owner = "shy1132"; repo = "VacuumTube"; tag = "v${version}"; - hash = "sha256-M12JonxOnY0JM7JghGAhs2cV/EsDNMpD9PBNRYp6Q8o="; + hash = "sha256-YTgVJ+vX5SLXtPee1Fp/Jr84o5wjbP+P4/Bly3GZxpc="; }; - npmDepsHash = "sha256-Zud3I8rdl9ILK2uQZQ3GqYEIE7CZkiYHB/P/ryLEMvk="; + npmDepsHash = "sha256-9Eu6GO8mhn5/1EPPInv4ImWrIkQxVjLjJ/IZ8nHkWII="; makeCacheWritable = true; env = { From 786a0a8b2f6c5b313e8583be14f6d929ff33653d Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Sun, 3 May 2026 10:32:17 +0200 Subject: [PATCH 33/39] nixfmt-rs: 0.1.4 -> 0.2.0 Diff: https://github.com/Mic92/nixfmt-rs/compare/0.1.4...0.2.0 Changelog: https://github.com/Mic92/nixfmt-rs/releases/tag/0.2.0 --- pkgs/by-name/ni/nixfmt-rs/package.nix | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ni/nixfmt-rs/package.nix b/pkgs/by-name/ni/nixfmt-rs/package.nix index 3e94cda929db..d76078afe2ec 100644 --- a/pkgs/by-name/ni/nixfmt-rs/package.nix +++ b/pkgs/by-name/ni/nixfmt-rs/package.nix @@ -2,14 +2,16 @@ lib, rustPlatform, fetchFromGitHub, + installShellFiles, versionCheckHook, nix-update-script, nixfmt, + gitMinimal, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "nixfmt-rs"; - version = "0.1.4"; + version = "0.2.0"; __structuredAttrs = true; strictDeps = true; @@ -18,15 +20,24 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "Mic92"; repo = "nixfmt-rs"; tag = finalAttrs.version; - hash = "sha256-lfT+cFys0iJGkOgLO8LR7lnKMG7ZKJTVvOCm6dSBf8w="; + hash = "sha256-eBVi22+EGMYWv2t/seoPqou8PuABxVcsWTFcrNYP6So="; }; - cargoHash = "sha256-TmZi99xxTlSTpqr6k29CsnTK8qfj5gjs1AGkx1hcXCg="; + cargoHash = "sha256-fadjOtfB8bFuhTN9mAmi2A526boW7Aje39IBjdxszok="; + + nativeBuildInputs = [ installShellFiles ]; + + postInstall = '' + installManPage docs/* + ''; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; - nativeCheckInputs = [ nixfmt ]; + nativeCheckInputs = [ + gitMinimal + nixfmt + ]; passthru.updateScript = nix-update-script { }; From 7e596482a36aabeffa8845aac2653254586f02ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=B7=F0=90=91=91=F0=90=91=B4=F0=90=91=95=F0=90=91=91?= =?UTF-8?q?=F0=90=91=A9=F0=90=91=A4?= Date: Sat, 25 Apr 2026 11:48:06 +0700 Subject: [PATCH 34/39] =?UTF-8?q?movim:=200.32.1=20=E2=86=92=200.33.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/by-name/mo/movim/package.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/mo/movim/package.nix b/pkgs/by-name/mo/movim/package.nix index ce13c958c529..ad0fa8877c16 100644 --- a/pkgs/by-name/mo/movim/package.nix +++ b/pkgs/by-name/mo/movim/package.nix @@ -44,13 +44,13 @@ let in php.buildComposerProject2 (finalAttrs: { pname = "movim"; - version = "0.32.1"; + version = "0.33.1"; src = fetchFromGitHub { owner = "movim"; repo = "movim"; tag = "v${finalAttrs.version}"; - hash = "sha256-1sNStxgvP8iaiINIa4UOFz8RGeQlFvJK5+RGlK/3Xa8="; + hash = "sha256-TQ8PLmz9hn+OFfIF5cckv5gGhID7vuA5O1xVJ6PSPVA="; }; php = php.buildEnv ( @@ -88,12 +88,12 @@ php.buildComposerProject2 (finalAttrs: { ++ lib.optional minify.style.enable lightningcss ++ lib.optional minify.svg.enable scour; - vendorHash = "sha256-8tEs+kQGB0pmhEQndOOOUDTFkIq+OvyKTmi9YAvK6qc="; + vendorHash = "sha256-iy869AKgn/ZL1jYFvqvYkfr4lv5J4l2W6glGqZvJLhE="; postPatch = '' # Our modules are already wrapped, removes missing *.so warnings; # replacing `$configuration` with actually-used flags. - substituteInPlace src/Movim/Daemon/Session.php \ + substituteInPlace src/Movim/Daemon/SessionsWorker.php \ --replace-fail \ "'exec ' . PHP_BINARY . ' ' . \$configuration . '" \ "'exec ' . PHP_BINARY . ' -dopcache.enable=1 -dopcache.enable_cli=1 ' . '" @@ -110,6 +110,10 @@ php.buildComposerProject2 (finalAttrs: { substituteInPlace src/Movim/Image.php \ --replace-fail "Imagick::ALPHACHANNEL_REMOVE" "Imagick::ALPHACHANNEL_OFF" \ --replace-fail "Imagick::ALPHACHANNEL_ACTIVATE" "Imagick::ALPHACHANNEL_ON" + + # Remove debug var_dump that was accidentally left in + substituteInPlace src/Movim/i18n/Locale.php \ + --replace-fail "var_dump(LOCALES_PATH . \$language . '.po');" "" ''; preBuild = From 1f7fcca8b19c90a86e6f1474cae2b2ab449c406d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=B7=F0=90=91=91=F0=90=91=B4=F0=90=91=95=F0=90=91=91?= =?UTF-8?q?=F0=90=91=A9=F0=90=91=A4?= Date: Sat, 25 Apr 2026 12:41:49 +0700 Subject: [PATCH 35/39] nixos/movim: add public/images --- nixos/modules/services/web-apps/movim.nix | 10 ++++++++-- pkgs/by-name/mo/movim/package.nix | 13 +++++++++---- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/nixos/modules/services/web-apps/movim.nix b/nixos/modules/services/web-apps/movim.nix index 8ba9c66c6750..ad2f1977ad81 100644 --- a/nixos/modules/services/web-apps/movim.nix +++ b/nixos/modules/services/web-apps/movim.nix @@ -71,9 +71,10 @@ let stateDirectories = # sh '' # Symlinking in our state directories - rm -rf $out/{.env,cache} ${appDir}/{log,public/cache} + rm -rf $out/{.env,cache} ${appDir}/{log,public/cache,public/images} ln -s ${cfg.dataDir}/.env ${appDir}/.env ln -s ${cfg.dataDir}/public/cache ${appDir}/public/cache + ln -s ${cfg.dataDir}/public/images ${appDir}/public/images ln -s ${cfg.logDir} ${appDir}/log ln -s ${cfg.runtimeDir}/cache ${appDir}/cache ''; @@ -867,8 +868,9 @@ in fi # Caches, logs - mkdir -p ${cfg.dataDir}/public/cache ${cfg.logDir} ${cfg.runtimeDir}/cache + mkdir -p ${cfg.dataDir}/public/{cache,images} ${cfg.logDir} ${cfg.runtimeDir}/cache chmod -R ug+rw ${cfg.dataDir}/public/cache + chmod -R ug+rw ${cfg.dataDir}/public/images chmod -R ug+rw ${cfg.logDir} chmod -R ug+rwx ${cfg.runtimeDir}/cache @@ -946,6 +948,10 @@ in inherit user group; mode = "0750"; }; + "${dataDir}/public/images".d = { + inherit user group; + mode = "0750"; + }; "${runtimeDir}".d = { inherit user group; mode = "0700"; diff --git a/pkgs/by-name/mo/movim/package.nix b/pkgs/by-name/mo/movim/package.nix index ad0fa8877c16..066e3dba1e06 100644 --- a/pkgs/by-name/mo/movim/package.nix +++ b/pkgs/by-name/mo/movim/package.nix @@ -1,6 +1,7 @@ { lib, fetchFromGitHub, + fetchpatch2, writeShellScript, dash, php, @@ -53,6 +54,14 @@ php.buildComposerProject2 (finalAttrs: { hash = "sha256-TQ8PLmz9hn+OFfIF5cckv5gGhID7vuA5O1xVJ6PSPVA="; }; + patches = [ + # Removes debug var_dump that was accidentally left in + (fetchpatch2 { + url = "https://github.com/movim/movim/commit/239bd099711d196df574106155374f301f2c9531.patch"; + hash = "sha256-tLWUOKTJDFE9obrnghG/S8FHJY0rcWlueWncHVdi0Jk="; + }) + ]; + php = php.buildEnv ( { extensions = ( @@ -110,10 +119,6 @@ php.buildComposerProject2 (finalAttrs: { substituteInPlace src/Movim/Image.php \ --replace-fail "Imagick::ALPHACHANNEL_REMOVE" "Imagick::ALPHACHANNEL_OFF" \ --replace-fail "Imagick::ALPHACHANNEL_ACTIVATE" "Imagick::ALPHACHANNEL_ON" - - # Remove debug var_dump that was accidentally left in - substituteInPlace src/Movim/i18n/Locale.php \ - --replace-fail "var_dump(LOCALES_PATH . \$language . '.po');" "" ''; preBuild = From 7b27780780a780c5f4c2461983f961d63edcb35e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 3 May 2026 09:49:44 +0000 Subject: [PATCH 36/39] gitoxide: 0.52.1 -> 0.53.0 --- pkgs/by-name/gi/gitoxide/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gi/gitoxide/package.nix b/pkgs/by-name/gi/gitoxide/package.nix index 3ad33e30d2da..6988a6080c37 100644 --- a/pkgs/by-name/gi/gitoxide/package.nix +++ b/pkgs/by-name/gi/gitoxide/package.nix @@ -18,16 +18,16 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "gitoxide"; - version = "0.52.1"; + version = "0.53.0"; src = fetchFromGitHub { owner = "GitoxideLabs"; repo = "gitoxide"; tag = "v${finalAttrs.version}"; - hash = "sha256-PcRX5k4rqi61VnEpbKR2avChLBhPNSEsUjvul2myWOY="; + hash = "sha256-fg5Y2WYlDqcV2OIVHUWMMP2e/gz2FNBUd0AmZzKUVx8="; }; - cargoHash = "sha256-zeT+2gIJbRqVtAiulccRoczd+xdYBkcWWYzbk/bRtXA="; + cargoHash = "sha256-i48mE6PJTDeT+xOwljKxXZiSDvHPON+ysMptm8obIUU="; nativeBuildInputs = [ cmake From baf250e5c61673b4872a09e8ad7b72e7d33eaf6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 3 May 2026 11:53:43 +0200 Subject: [PATCH 37/39] nixfmt-rs: fix manpage installation we need to actual build the manpage --- pkgs/by-name/ni/nixfmt-rs/package.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ni/nixfmt-rs/package.nix b/pkgs/by-name/ni/nixfmt-rs/package.nix index d76078afe2ec..abd00f80a874 100644 --- a/pkgs/by-name/ni/nixfmt-rs/package.nix +++ b/pkgs/by-name/ni/nixfmt-rs/package.nix @@ -3,6 +3,7 @@ rustPlatform, fetchFromGitHub, installShellFiles, + scdoc, versionCheckHook, nix-update-script, nixfmt, @@ -25,10 +26,17 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-fadjOtfB8bFuhTN9mAmi2A526boW7Aje39IBjdxszok="; - nativeBuildInputs = [ installShellFiles ]; + nativeBuildInputs = [ + installShellFiles + scdoc + ]; + + postBuild = '' + scdoc < docs/nixfmt.1.scd > nixfmt.1 + ''; postInstall = '' - installManPage docs/* + installManPage nixfmt.1 ''; doInstallCheck = true; From 814fe85dc2318e052943ea93e223884443d3b6c7 Mon Sep 17 00:00:00 2001 From: 2kybe3 Date: Sun, 3 May 2026 12:37:46 +0200 Subject: [PATCH 38/39] process-viewer: 0.5.8 -> 0.5.11, adopt, `__structuredAttrs` --- pkgs/by-name/pr/process-viewer/package.nix | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/pr/process-viewer/package.nix b/pkgs/by-name/pr/process-viewer/package.nix index 570128c7752e..88e17c8a13f8 100644 --- a/pkgs/by-name/pr/process-viewer/package.nix +++ b/pkgs/by-name/pr/process-viewer/package.nix @@ -8,14 +8,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "process-viewer"; - version = "0.5.8"; + version = "0.5.11"; + + __structuredAttrs = true; src = fetchCrate { - inherit (finalAttrs) pname version; - hash = "sha256-mEmtLCtHlrCurjKKJ3vEtEkLBik4LwuUED5UeQ1QLws="; + inherit (finalAttrs) version; + pname = "process_viewer"; + hash = "sha256-d2qEcb9iPnhNnRFbzbktk36hyL16opcDgE9xOnmlJGg="; }; - cargoHash = "sha256-vmNqay/tYGASSez+VqyCQVMW+JGqfBvjwSKx0AG/LeY="; + cargoHash = "sha256-UD0eTRfHimp6ZGStvrP1upUe3yO3Mw96Sq3OG4Y7zn0="; nativeBuildInputs = [ pkg-config ]; @@ -31,7 +34,10 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Process viewer GUI in rust"; homepage = "https://github.com/guillaumegomez/process-viewer"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.matthiasbeyer ]; + maintainers = with lib.maintainers; [ + matthiasbeyer + kybe236 + ]; mainProgram = "process_viewer"; }; }) From 57ba67b144bbc83662f8b4667de4b3c590be67c1 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Sun, 3 May 2026 10:38:30 +0000 Subject: [PATCH 39/39] rtorrent: 0.16.8 -> 0.16.11 --- pkgs/by-name/li/libtorrent-rakshasa/package.nix | 10 +++++++--- pkgs/by-name/rt/rtorrent/package.nix | 11 +++++++++-- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/li/libtorrent-rakshasa/package.nix b/pkgs/by-name/li/libtorrent-rakshasa/package.nix index 12e647f35c8a..e38f49a34d3b 100644 --- a/pkgs/by-name/li/libtorrent-rakshasa/package.nix +++ b/pkgs/by-name/li/libtorrent-rakshasa/package.nix @@ -14,23 +14,27 @@ stdenv.mkDerivation (finalAttrs: { pname = "libtorrent-rakshasa"; - version = "0.16.8"; + version = "0.16.11"; + + __structuredAttrs = true; src = fetchFromGitHub { owner = "rakshasa"; repo = "libtorrent"; tag = "v${finalAttrs.version}"; - hash = "sha256-catUO7dlJUu8td/+EtBsEs128y/c+teT5xk5H+vkipE="; + hash = "sha256-T8Td2bQlO21ieXdJ+oZ4GytJiGxb9AcgBsygl8yMrpI="; }; + strictDeps = true; + nativeBuildInputs = [ autoreconfHook - curl pkg-config ]; buildInputs = [ cppunit + curl openssl zlib ]; diff --git a/pkgs/by-name/rt/rtorrent/package.nix b/pkgs/by-name/rt/rtorrent/package.nix index 142797ada3da..567d82e67a7c 100644 --- a/pkgs/by-name/rt/rtorrent/package.nix +++ b/pkgs/by-name/rt/rtorrent/package.nix @@ -16,19 +16,22 @@ pkg-config, stdenv, versionCheckHook, + writableTmpDirAsHomeHook, withLua ? false, zlib, }: stdenv.mkDerivation (finalAttrs: { pname = "rtorrent"; - version = "0.16.8"; + version = "0.16.11"; + + __structuredAttrs = true; src = fetchFromGitHub { owner = "rakshasa"; repo = "rtorrent"; tag = "v${finalAttrs.version}"; - hash = "sha256-TG5wEJwOPhgmKNcpjTuSu6MNk91t9sR33mXIUueR4yA="; + hash = "sha256-OEIJMBj1UfIOpR1w8c8ztKWJVD5hKxiJaxweF7mBRNM="; }; outputs = [ @@ -36,10 +39,13 @@ stdenv.mkDerivation (finalAttrs: { "man" ]; + strictDeps = true; + nativeBuildInputs = [ autoreconfHook installShellFiles pkg-config + writableTmpDirAsHomeHook ]; buildInputs = [ @@ -69,6 +75,7 @@ stdenv.mkDerivation (finalAttrs: { doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "-h"; + versionCheckKeepEnvironment = [ "HOME" ]; passthru = { inherit libtorrent-rakshasa;