From a49b3d56585185f6aab726f6ccdb3f8a46847670 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 24 May 2023 12:29:59 +0200 Subject: [PATCH 01/50] python311Packages.sentry-sdk: 1.21.1 -> 1.24.0 Diff: https://github.com/getsentry/sentry-python/compare/refs/tags/1.21.1...1.24.0 Changelog: https://github.com/getsentry/sentry-python/blob/1.24.0/CHANGELOG.md --- pkgs/development/python-modules/sentry-sdk/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/sentry-sdk/default.nix b/pkgs/development/python-modules/sentry-sdk/default.nix index a43716b9edc5..1916dc052a4e 100644 --- a/pkgs/development/python-modules/sentry-sdk/default.nix +++ b/pkgs/development/python-modules/sentry-sdk/default.nix @@ -40,7 +40,7 @@ buildPythonPackage rec { pname = "sentry-sdk"; - version = "1.21.1"; + version = "1.24.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -49,7 +49,7 @@ buildPythonPackage rec { owner = "getsentry"; repo = "sentry-python"; rev = "refs/tags/${version}"; - hash = "sha256-RKYnDeuLWGavYdxsHs+GBGQCUcrVSR+Bi3RO3MbRxfU="; + hash = "sha256-gCZvRkR5p94RxCe+STaV5M32xc2G71QkYF1TO2PHNMk="; }; propagatedBuildInputs = [ From 06fec0cfe79b5e0559402a6422c70d2b746d1826 Mon Sep 17 00:00:00 2001 From: Zaechus Date: Fri, 26 May 2023 16:37:58 -0600 Subject: [PATCH 02/50] rbdoom-3-bfg: 1.5.0 -> 1.5.1 --- pkgs/games/doom-ports/rbdoom-3-bfg/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/doom-ports/rbdoom-3-bfg/default.nix b/pkgs/games/doom-ports/rbdoom-3-bfg/default.nix index 6fcfb84a689d..a6588ef4cc64 100644 --- a/pkgs/games/doom-ports/rbdoom-3-bfg/default.nix +++ b/pkgs/games/doom-ports/rbdoom-3-bfg/default.nix @@ -16,13 +16,13 @@ stdenv.mkDerivation rec { pname = "rbdoom-3-bfg"; - version = "1.5.0"; + version = "1.5.1"; src = fetchFromGitHub { owner = "RobertBeckebans"; repo = pname; rev = "v${version}"; - hash = "sha256-jO1+Evk17JUjvYl6QOVAn+pWwr/G8gWMae5CwMhgYZI="; + hash = "sha256-bjjeTdbQDWTibSrIWhCnr6F0Ef17efLgWGQAAwezjUw="; fetchSubmodules = true; }; From f449215e3850172ae90ae9783051a5a781cb3c87 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sun, 28 May 2023 15:19:35 +0800 Subject: [PATCH 03/50] python3Packages.mautrix: 0.19.14 -> 0.19.16 Diff: https://github.com/mautrix/python/compare/refs/tags/v0.19.14...v0.19.16 Changelog: https://github.com/mautrix/python/releases/tag/v0.19.16 --- pkgs/development/python-modules/mautrix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/mautrix/default.nix b/pkgs/development/python-modules/mautrix/default.nix index 1ed86ca3a752..b97730fbd4d1 100644 --- a/pkgs/development/python-modules/mautrix/default.nix +++ b/pkgs/development/python-modules/mautrix/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "mautrix"; - version = "0.19.14"; + version = "0.19.16"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "mautrix"; repo = "python"; rev = "refs/tags/v${version}"; - hash = "sha256-opaJR04ZF27NypDbhxSeim6/TusflNNdd/MQYhya1uk="; + hash = "sha256-aZlc4+J5Q+N9qEzGUMhsYguPdUy+E5I06wrjVyqvVDk="; }; propagatedBuildInputs = [ From 6b2589cb5b65a2962b42b34c7c286c65439f6020 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sun, 28 May 2023 15:20:20 +0800 Subject: [PATCH 04/50] mautrix-telegram: 0.13.0 -> 0.14.0 Diff: https://github.com/mautrix/telegram/compare/refs/tags/v0.13.0...v0.14.0 --- pkgs/servers/mautrix-telegram/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/servers/mautrix-telegram/default.nix b/pkgs/servers/mautrix-telegram/default.nix index 5256345d44fe..1f1404f20d8c 100644 --- a/pkgs/servers/mautrix-telegram/default.nix +++ b/pkgs/servers/mautrix-telegram/default.nix @@ -9,11 +9,11 @@ let python = python3.override { packageOverrides = self: super: { tulir-telethon = self.telethon.overridePythonAttrs (oldAttrs: rec { - version = "1.28.0a3"; + version = "1.28.0a9"; pname = "tulir-telethon"; src = fetchPypi { inherit pname version; - hash = "sha256-N1XQGpjfyUqcT+bsSBxC5Purvnd/+4NzVzMhiaq5yDo="; + hash = "sha256-7lRoJYhy9c8RxJTW1/7SrNtA36mwIrPcyRMPVNhWJTk="; }; doCheck = false; }); @@ -22,14 +22,14 @@ let in python.pkgs.buildPythonPackage rec { pname = "mautrix-telegram"; - version = "0.13.0"; + version = "0.14.0"; disabled = python.pythonOlder "3.8"; src = fetchFromGitHub { owner = "mautrix"; repo = "telegram"; rev = "refs/tags/v${version}"; - hash = "sha256-AfCo2uHOcSNCWXgrCLzJwl0Dj8n9Asdqm19wk0OeXgQ="; + hash = "sha256-OPWa3jqaLnV7M1Q77N10A3HT65dNon6RWE5mbQRvjEs="; }; format = "setuptools"; From 3e55c3a4e3214e387415dd2df5c87e6de2b8d158 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 28 May 2023 23:20:39 +0200 Subject: [PATCH 05/50] python311Packages.zeroconf: 0.62.0 -> 0.63.0 Diff: https://github.com/jstasiak/python-zeroconf/compare/refs/tags/0.62.0...0.63.0 Changelog: https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.63.0 --- pkgs/development/python-modules/zeroconf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/zeroconf/default.nix b/pkgs/development/python-modules/zeroconf/default.nix index 2a962bf085b3..ddb25fa00ae3 100644 --- a/pkgs/development/python-modules/zeroconf/default.nix +++ b/pkgs/development/python-modules/zeroconf/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "zeroconf"; - version = "0.62.0"; + version = "0.63.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "jstasiak"; repo = "python-zeroconf"; rev = "refs/tags/${version}"; - hash = "sha256-+jaZ582GdO7dUDr9dPPyy4uUm1mHigDieWN0mgBR+iI="; + hash = "sha256-H0GEXLaMTlzDLV5PI3wscCZ4+B3rfyv2/EZHTxF4Sqg="; }; nativeBuildInputs = [ From 69092130cabd65baca3cb006052a6111165d311c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 28 May 2023 23:24:47 +0200 Subject: [PATCH 06/50] python311Packages.python-roborock: 0.18.6 -> 0.18.9 Diff: https://github.com/humbertogontijo/python-roborock/compare/refs/tags/v0.18.6...v0.18.9 Changelog: https://github.com/humbertogontijo/python-roborock/blob/v0.18.9/CHANGELOG.md --- pkgs/development/python-modules/python-roborock/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-roborock/default.nix b/pkgs/development/python-modules/python-roborock/default.nix index 4979327c7fd4..806f14527cd5 100644 --- a/pkgs/development/python-modules/python-roborock/default.nix +++ b/pkgs/development/python-modules/python-roborock/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "python-roborock"; - version = "0.18.6"; + version = "0.18.9"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "humbertogontijo"; repo = "python-roborock"; rev = "refs/tags/v${version}"; - hash = "sha256-7fJfN5pOHmxjjivFNhfp6ZK8jTBbuJARfEZkzrnsg4w="; + hash = "sha256-hF05lpUYaLgaUcAo2vlAu0Lk2mdHrlcUSfHHkysHqnc="; }; nativeBuildInputs = [ From 699369959620a68839bee92df0bd71a53acbb692 Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Mon, 29 May 2023 02:25:29 +0000 Subject: [PATCH 07/50] httpdump: 20210126-d2e0dea -> unstable-2023-05-07 --- pkgs/tools/security/httpdump/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/tools/security/httpdump/default.nix b/pkgs/tools/security/httpdump/default.nix index 0bab990f1741..d745adc50d5d 100644 --- a/pkgs/tools/security/httpdump/default.nix +++ b/pkgs/tools/security/httpdump/default.nix @@ -6,25 +6,25 @@ buildGoModule rec { pname = "httpdump"; - version = "20210126-${lib.strings.substring 0 7 rev}"; - rev = "d2e0deadca5f9ec2544cb252da3c450966d1860e"; + version = "unstable-2023-05-07"; src = fetchFromGitHub { owner = "hsiafan"; repo = pname; - inherit rev; - sha256 = "0yh8kxy1k23lln09b614limwk9y59r7cn5qhbnzc06ga4mxfczv2"; + rev = "e971e00e0136d5c770c4fdddb1c2095327d419d8"; + hash = "sha256-3BzvIaZKBr/HHplJe5hM7u8kigmMHxCvkiVXFZopUCQ="; }; - vendorSha256 = null; #vendorSha256 = ""; + vendorHash = "sha256-NKCAzx1+BkqZGeAORl7gCA7f9PSsyKxP2eggZyBB2l8="; propagatedBuildInputs = [ libpcap ]; + ldflags = [ "-s" "-w" ]; + meta = with lib; { description = "Parse and display HTTP traffic from network device or pcap file"; homepage = "https://github.com/hsiafan/httpdump"; license = with licenses; [ bsd2 ]; maintainers = with maintainers; [ fab ]; - broken = true; # vendor isn't reproducible with go > 1.17: nix-build -A $name.go-modules --check }; } From 8dd5367d67a813eb63deb77210924d8a2cc53e6c Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 29 May 2023 07:44:50 -0400 Subject: [PATCH 08/50] erdtree: 3.0.0 -> 3.0.1 Diff: https://github.com/solidiquis/erdtree/compare/v3.0.0...v3.0.1 Changelog: https://github.com/solidiquis/erdtree/releases/tag/v3.0.1 --- pkgs/tools/system/erdtree/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/system/erdtree/default.nix b/pkgs/tools/system/erdtree/default.nix index ea52418ff785..df573c6a307b 100644 --- a/pkgs/tools/system/erdtree/default.nix +++ b/pkgs/tools/system/erdtree/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "erdtree"; - version = "3.0.0"; + version = "3.0.1"; src = fetchFromGitHub { owner = "solidiquis"; repo = pname; rev = "v${version}"; - hash = "sha256-7PcDXqizLFNDYVPyUKSk4Eq3Zl+GUZfhrRSYnXVT4EQ="; + hash = "sha256-vaxfW5LuXN/Q8cjJY2V0xTahEtZKYJf+8y2z9Df4WFs="; }; - cargoHash = "sha256-Bcw5f2yLhcm+gh6i2RSVTvZt+xU/PdpaWC3RGVm5tEw="; + cargoHash = "sha256-BB25p9Zy3Z7oztt/AZRNc7mmrSYfVFyUr/t5t2azoYg="; meta = with lib; { description = "File-tree visualizer and disk usage analyzer"; From 6ed04dd9168b01b1d802bb14ccf5a3eb915f283f Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 29 May 2023 14:05:21 -0400 Subject: [PATCH 09/50] bearer: fix version --- pkgs/development/tools/bearer/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/tools/bearer/default.nix b/pkgs/development/tools/bearer/default.nix index 8f78f21e4da3..347ac1329161 100644 --- a/pkgs/development/tools/bearer/default.nix +++ b/pkgs/development/tools/bearer/default.nix @@ -23,10 +23,9 @@ buildGoModule rec { ldflags = [ "-s" "-w" + "-X=github.com/bearer/bearer/cmd/bearer/build.Version=${version}" ]; -# doCheck = false; - meta = with lib; { description = "Code security scanning tool (SAST) to discover, filter and prioritize security and privacy risks"; homepage = "https://github.com/bearer/bearer"; From 713371eed7f1b62ba2c4557e19f231725f31ee2a Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 29 May 2023 14:07:30 -0400 Subject: [PATCH 10/50] bearer: add version test --- pkgs/development/tools/bearer/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/development/tools/bearer/default.nix b/pkgs/development/tools/bearer/default.nix index 347ac1329161..f5214d3aa060 100644 --- a/pkgs/development/tools/bearer/default.nix +++ b/pkgs/development/tools/bearer/default.nix @@ -1,6 +1,8 @@ { lib , buildGoModule , fetchFromGitHub +, testers +, bearer }: buildGoModule rec { @@ -26,6 +28,13 @@ buildGoModule rec { "-X=github.com/bearer/bearer/cmd/bearer/build.Version=${version}" ]; + passthru.tests = { + version = testers.testVersion { + package = bearer; + command = "bearer version"; + }; + }; + meta = with lib; { description = "Code security scanning tool (SAST) to discover, filter and prioritize security and privacy risks"; homepage = "https://github.com/bearer/bearer"; From 28b9d1ae45fc046f2ebafdb324a73e53a1b7ba90 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Mon, 29 May 2023 23:35:20 +0300 Subject: [PATCH 11/50] hyprwm: update packages hyprland: 0.25.0 -> 0.26.0 hyprpaper: 0.2.0 -> 0.4.0 hyprpicker: 0.1.0 -> 0.1.1 xdg-desktop-portal-hyprland: 0.3.1 -> 0.4.0 --- pkgs/applications/window-managers/hyprwm/hyprland/default.nix | 4 ++-- .../applications/window-managers/hyprwm/hyprpaper/default.nix | 4 ++-- .../window-managers/hyprwm/hyprpicker/default.nix | 4 ++-- .../hyprwm/xdg-desktop-portal-hyprland/source.nix | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix index 4d0e0cbba223..cb3934e823ab 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix @@ -38,13 +38,13 @@ in assert assertXWayland; stdenv.mkDerivation (finalAttrs: { pname = "hyprland" + lib.optionalString debug "-debug"; - version = "0.25.0"; + version = "0.26.0"; src = fetchFromGitHub { owner = "hyprwm"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-Npf48UUfywneFYGEc7NQ59xudwvw7EJjwweT4tHguIY="; + hash = "sha256-LPih0Q//p8IurXG9kGRVGAqV4AUKVYj9xkk3sYYAj6I="; }; patches = [ diff --git a/pkgs/applications/window-managers/hyprwm/hyprpaper/default.nix b/pkgs/applications/window-managers/hyprwm/hyprpaper/default.nix index 5b7435a2e42b..11b03bdb3041 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprpaper/default.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprpaper/default.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "hyprpaper"; - version = "0.2.0"; + version = "0.3.0"; src = fetchFromGitHub { owner = "hyprwm"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-rAKfgQJQRsw4QMOXdxfHIh/d5LPY6HHKBX1KtaPs2No="; + hash = "sha256-/ehJbAtSJS86NlqHVOeR2ViBKlImKH4guFVPacTmCr8="; }; nativeBuildInputs = [ diff --git a/pkgs/applications/window-managers/hyprwm/hyprpicker/default.nix b/pkgs/applications/window-managers/hyprwm/hyprpicker/default.nix index 3ed1b23b0a92..73db7f0353fc 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprpicker/default.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprpicker/default.nix @@ -23,13 +23,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "hyprpicker" + lib.optionalString debug "-debug"; - version = "0.1.0"; + version = "0.1.1"; src = fetchFromGitHub { owner = "hyprwm"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-8Tc8am5+iQvzRdnTYIpD3Ewge6TIctrm8tr0H+RvcsE="; + hash = "sha256-k+rG5AZjz47Q6bpVcTK7r4s7Avg3O+1iw+skK+cn0rk="; }; cmakeFlags = lib.optional debug "-DCMAKE_BUILD_TYPE=Debug"; diff --git a/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/source.nix b/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/source.nix index 92126ce9788a..6b26f0eff426 100644 --- a/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/source.nix +++ b/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/source.nix @@ -3,7 +3,7 @@ , wayland }: let - version = "0.3.1"; + version = "0.4.0"; in { inherit version; @@ -12,7 +12,7 @@ in owner = "hyprwm"; repo = "xdg-desktop-portal-hyprland"; rev = "v${version}"; - hash = "sha256-zHDa8LCZs05TZHQSIZ3ucwyMPglBGHcqTBzfkLjYXTM="; + hash = "sha256-r+XMyOoRXq+hlfjayb+fyi9kq2JK48TrwuNIAXqlj7U="; }; meta = with lib; { From d1896a86bc6919eab9630a759e1781143a27695b Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 27 May 2023 12:25:13 +0200 Subject: [PATCH 12/50] chromiumBeta: 114.0.5735.35 -> 114.0.5735.45 --- .../networking/browsers/chromium/upstream-info.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/browsers/chromium/upstream-info.json b/pkgs/applications/networking/browsers/chromium/upstream-info.json index 9c5f04ad7efa..61245518e565 100644 --- a/pkgs/applications/networking/browsers/chromium/upstream-info.json +++ b/pkgs/applications/networking/browsers/chromium/upstream-info.json @@ -19,9 +19,9 @@ } }, "beta": { - "version": "114.0.5735.35", - "sha256": "1ik3d886pcpqs7fnqf7ck0y8x8dbi1d4aqm227qwv0jw2p4a0qyb", - "sha256bin64": "0xx53x6c7r8cji7d2663zn4p4yklzyc124abqlhyr14w8p2lfldq", + "version": "114.0.5735.45", + "sha256": "1z7z4mq3yw9i17xprza3v33wx28zpk7s3g8xcgapdydw0rgxz30v", + "sha256bin64": "1387x7mab2sh3wg39z48gl8fjhq39jllbcgzic8rdzpbhlcgs7br", "deps": { "gn": { "version": "2023-04-19", From 39b4e85e6c89d69dd3be98553a995fa407febaf4 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 27 May 2023 12:25:14 +0200 Subject: [PATCH 13/50] chromiumDev: 115.0.5773.4 -> 115.0.5790.3 --- .../networking/browsers/chromium/upstream-info.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/networking/browsers/chromium/upstream-info.json b/pkgs/applications/networking/browsers/chromium/upstream-info.json index 9c5f04ad7efa..3c546cb21a1f 100644 --- a/pkgs/applications/networking/browsers/chromium/upstream-info.json +++ b/pkgs/applications/networking/browsers/chromium/upstream-info.json @@ -32,15 +32,15 @@ } }, "dev": { - "version": "115.0.5773.4", - "sha256": "18as1yqp7jyv92mn6lq4fl6mzq3w5qx4aqsw5nyixmgys4hfx6a6", - "sha256bin64": "0d0anrc2bdh9c8rs06jng45xd7sxw0raky3wrngbda2g4aqh817k", + "version": "115.0.5790.3", + "sha256": "1haai0jabghwl37k929138s4l6izmifssdvn2wgsig9jhiihxz29", + "sha256bin64": "12avl8ilvhmlvbag045yhnx0bbbsyx5d3jqh5af07pmbcxksgf96", "deps": { "gn": { - "version": "2023-05-09", + "version": "2023-05-19", "url": "https://gn.googlesource.com/gn", - "rev": "26aa46c283e40199b6f847ecca088dcea7099ded", - "sha256": "1z5w4fiypv4aq12qlc8in832n7k6wi4k64k4axardrsy24316r9d" + "rev": "e9e83d9095d3234adf68f3e2866f25daf766d5c7", + "sha256": "0y07c18xskq4mclqiz3a63fz8jicz2kqridnvdhqdf75lhp61f8a" } } }, From eb5ad04e643588f382ca5353e4d8f692a20d60ca Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 12:15:30 +0200 Subject: [PATCH 14/50] python311Packages.aliyun-python-sdk-kms: 2.16.0 -> 2.16.1 Changelog: https://github.com/aliyun/aliyun-openapi-python-sdk/blob/master/aliyun-python-sdk-kms/ChangeLog.txt --- .../python-modules/aliyun-python-sdk-kms/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aliyun-python-sdk-kms/default.nix b/pkgs/development/python-modules/aliyun-python-sdk-kms/default.nix index a57373d02b00..36f5f197695b 100644 --- a/pkgs/development/python-modules/aliyun-python-sdk-kms/default.nix +++ b/pkgs/development/python-modules/aliyun-python-sdk-kms/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "aliyun-python-sdk-kms"; - version = "2.16.0"; + version = "2.16.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-p/GFdyyI86DdqFa2Zt2kNtguAPnxHqW78S3KsmEO41g="; + hash = "sha256-o3JzdxVoIBS6zmi9QP6DMy9P2SUAmj6xENQbxm8nDno="; }; propagatedBuildInputs = [ From 88bc1844cd5edc6768799a120deb3f9e3cc89e14 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 12:23:57 +0200 Subject: [PATCH 15/50] python311Packages.meshtastic: 2.1.6 -> 2.1.7 Diff: https://github.com/meshtastic/Meshtastic-python/compare/refs/tags/2.1.6...2.1.7 Changelog: https://github.com/meshtastic/python/releases/tag/2.1.7 --- pkgs/development/python-modules/meshtastic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/meshtastic/default.nix b/pkgs/development/python-modules/meshtastic/default.nix index 3e4842d53771..d2ce15940788 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "meshtastic"; - version = "2.1.6"; + version = "2.1.7"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "meshtastic"; repo = "Meshtastic-python"; rev = "refs/tags/${version}"; - hash = "sha256-xfE4hfnf9NFA9iwce1onclLJOYgMWxuionmVUPDVEuw="; + hash = "sha256-9uzXDgmUF0pHJ+AW/ao3EBsbqozGzzF1+W8YNLViNM0="; }; propagatedBuildInputs = [ From a7a0b827dbc56e61bb7cca713adbd0df05843772 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Tue, 30 May 2023 13:24:07 +0300 Subject: [PATCH 16/50] =?UTF-8?q?laminar:=201.2=20=E2=86=92=201.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tools/continuous-integration/laminar/default.nix | 8 ++++---- .../laminar/patches/no-network.patch | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pkgs/development/tools/continuous-integration/laminar/default.nix b/pkgs/development/tools/continuous-integration/laminar/default.nix index f84729783110..e32d3e4a9701 100644 --- a/pkgs/development/tools/continuous-integration/laminar/default.nix +++ b/pkgs/development/tools/continuous-integration/laminar/default.nix @@ -20,18 +20,18 @@ let sha256 = "1dx8wn38ds8d01kkih26fx1yrisg3kpz61qynjr4zil03ap0hrlr"; }; js.Chart = fetchurl { - url = "https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.min.js"; - sha256 = "1jh4h12qchsba03dx03mrvs4r8g9qfjn56xm56jqzgqf7r209xq9"; + url = "https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js"; + hash = "sha256-+8RZJua0aEWg+QVVKg4LEzEEm/8RFez5Tb4JBNiV5xA="; }; in stdenv.mkDerivation rec { pname = "laminar"; - version = "1.2"; + version = "1.3"; outputs = [ "out" "doc" ]; src = fetchFromGitHub { owner = "ohwgiles"; repo = "laminar"; rev = version; - sha256 = "sha256-PLnfiWpelgKhs4FNry60sm6/QdhYs76FnZ/ZcRmb4Ok="; + hash = "sha256-eo5WzvmjBEe0LAfZdQ/U0XepEE2kdWKKiyE4HOi3RXk="; }; patches = [ ./patches/no-network.patch ]; diff --git a/pkgs/development/tools/continuous-integration/laminar/patches/no-network.patch b/pkgs/development/tools/continuous-integration/laminar/patches/no-network.patch index 33683fdb1519..7b4d3134d69f 100644 --- a/pkgs/development/tools/continuous-integration/laminar/patches/no-network.patch +++ b/pkgs/development/tools/continuous-integration/laminar/patches/no-network.patch @@ -4,8 +4,8 @@ does so unconditionally is twice as bad. Required files are downloaded as separate fixed-output derivations and put into correct location before build phase starts. ---- laminar-1.1/CMakeLists.txt -+++ laminar-1.1-new/CMakeLists.txt +--- laminar-1.3/CMakeLists.txt ++++ laminar-1.3-new/CMakeLists.txt @@ -82,13 +82,6 @@ COMMAND sh -c '( echo -n "\\#define INDEX_HTML_UNCOMPRESSED_SIZE " && wc -c < "${CMAKE_SOURCE_DIR}/src/resources/index.html" ) > index_html_size.h' DEPENDS src/resources/index.html) @@ -15,13 +15,13 @@ put into correct location before build phase starts. - js/vue.min.js EXPECTED_MD5 fb192338844efe86ec759a40152fcb8e) -file(DOWNLOAD https://raw.githubusercontent.com/drudru/ansi_up/v4.0.4/ansi_up.js - js/ansi_up.js EXPECTED_MD5 b31968e1a8fed0fa82305e978161f7f5) --file(DOWNLOAD https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.min.js -- js/Chart.min.js EXPECTED_MD5 f6c8efa65711e0cbbc99ba72997ecd0e) +-file(DOWNLOAD https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js +- js/Chart.min.js EXPECTED_MD5 7dd5ea7d2cf22a1c42b43c40093d2669) # ...and compile them generate_compressed_bins(${CMAKE_BINARY_DIR} js/vue.min.js js/ansi_up.js js/Chart.min.js) @@ -139,12 +132,12 @@ - target_link_libraries(laminar-tests ${GTEST_LIBRARY} capnp-rpc capnp kj-http kj-async kj pthread sqlite3 z) + target_link_libraries(laminar-tests ${GTEST_LIBRARIES} capnp-rpc capnp kj-http kj-async kj pthread sqlite3 z) endif() -set(SYSTEMD_UNITDIR /lib/systemd/system CACHE PATH "Path to systemd unit files") From 43bf5300360a88ac2fb700791c64d719af1c7ac0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 15:05:54 +0200 Subject: [PATCH 17/50] python311Packages.peaqevcore: 15.3.1 -> 18.0.6 Changelog: https://github.com/elden1337/peaqev-core/releases/tag/18.0.6 --- pkgs/development/python-modules/peaqevcore/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/peaqevcore/default.nix b/pkgs/development/python-modules/peaqevcore/default.nix index f2f73ee9c17a..c2d8899087bb 100644 --- a/pkgs/development/python-modules/peaqevcore/default.nix +++ b/pkgs/development/python-modules/peaqevcore/default.nix @@ -6,19 +6,18 @@ buildPythonPackage rec { pname = "peaqevcore"; - version = "15.3.1"; + version = "18.0.6"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-nbDySNyHsy/5RaN7L/lbMunfXp+Ohyq0sZWPXirFbqs="; + hash = "sha256-S10THua+8vifatAeFP35EirqwrODGpHTUt/9Sdk3UI8="; }; postPatch = '' - substituteInPlace setup.py \ - --replace "pytest" "" + sed -i "/extras_require/d" setup.py ''; # Tests are not shipped and source is not tagged @@ -32,6 +31,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for interacting with Peaqev car charging"; homepage = "https://github.com/elden1337/peaqev-core"; + changelog = "https://github.com/elden1337/peaqev-core/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; From c4706346f8e05c7527375e3c900634a45d42206c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 18:13:35 +0200 Subject: [PATCH 18/50] python311Packages.intake-parquet: 0.2.3 -> 0.3.0 Diff: https://github.com/intake/intake-parquet/compare/0.2.3...0.3.0 --- pkgs/development/python-modules/intake-parquet/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/intake-parquet/default.nix b/pkgs/development/python-modules/intake-parquet/default.nix index 5c5f598a4526..c43db08d9fc9 100644 --- a/pkgs/development/python-modules/intake-parquet/default.nix +++ b/pkgs/development/python-modules/intake-parquet/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "intake-parquet"; - version = "0.2.3"; + version = "0.3.0"; src = fetchFromGitHub { owner = "intake"; repo = pname; rev = version; - sha256 = "037jd3qkk6dybssp570kzvaln2c6pk2avd2b5mll42gaxdxxnp02"; + sha256 = "sha256-zSwylXBKOM/tG5mwYtc0FmxwcKJ6j+lw1bxJqf57NY8="; }; propagatedBuildInputs = [ From 6f32ddc0812b496b12e9d83304c04e07e5130404 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 18:29:45 +0200 Subject: [PATCH 19/50] python310Packages.types-deprecated: init at 1.2.9.2 --- .../types-deprecated/default.nix | 30 +++++++++++++++++++ pkgs/top-level/python-packages.nix | 2 ++ 2 files changed, 32 insertions(+) create mode 100644 pkgs/development/python-modules/types-deprecated/default.nix diff --git a/pkgs/development/python-modules/types-deprecated/default.nix b/pkgs/development/python-modules/types-deprecated/default.nix new file mode 100644 index 000000000000..cc1102c03553 --- /dev/null +++ b/pkgs/development/python-modules/types-deprecated/default.nix @@ -0,0 +1,30 @@ +{ lib +, buildPythonPackage +, fetchPypi +}: + +buildPythonPackage rec { + pname = "types-deprecated"; + version = "1.2.9.2"; + format = "setuptools"; + + src = fetchPypi { + pname = "types-Deprecated"; + inherit version; + hash = "sha256-kWFv1nRfi/LUV/u779FM3kODjp8AoEtaDq5Pwfe7xpc="; + }; + + # Modules has no tests + doCheck = false; + + pythonImportsCheck = [ + "deprecated-stubs" + ]; + + meta = with lib; { + description = "Typing stubs for Deprecated"; + homepage = "https://pypi.org/project/types-Deprecated/"; + license = with licenses; [ asl20 ]; + maintainers = with maintainers; [ fab ]; + }; +} diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 79f7feb94854..d0e0c46cf8c8 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -12436,6 +12436,8 @@ self: super: with self; { types-decorator = callPackage ../development/python-modules/types-decorator { }; + types-deprecated = callPackage ../development/python-modules/types-deprecated { }; + types-docutils = callPackage ../development/python-modules/types-docutils { }; types-enum34 = callPackage ../development/python-modules/types-enum34 { }; From 100ec1b044c3220b302ff3379271ac386824db46 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 18:30:46 +0200 Subject: [PATCH 20/50] python311Packages.pyquil: 3.5.0 -> 3.5.2 Diff: https://github.com/rigetti/pyquil/compare/refs/tags/v3.5.0...v3.5.2 Changelog: https://github.com/rigetti/pyquil/blob/v3.5.2/CHANGELOG.md --- pkgs/development/python-modules/pyquil/default.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyquil/default.nix b/pkgs/development/python-modules/pyquil/default.nix index b79ed9dd5622..f182074c1db9 100644 --- a/pkgs/development/python-modules/pyquil/default.nix +++ b/pkgs/development/python-modules/pyquil/default.nix @@ -1,5 +1,6 @@ { lib , buildPythonPackage +, deprecated , fetchFromGitHub , importlib-metadata , ipython @@ -20,13 +21,15 @@ , retry , rpcq , scipy +, tenacity +, types-deprecated , types-python-dateutil , types-retry }: buildPythonPackage rec { pname = "pyquil"; - version = "3.5.0"; + version = "3.5.2"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -35,7 +38,7 @@ buildPythonPackage rec { owner = "rigetti"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-Fr9SnAzDHaSKp0AYra/gCZOJ5Fzcx1EO56ahZQZP2Ss="; + hash = "sha256-Iarmi3W4OFa72BEZPLJqMZghYMv1UrDERc4yQjchXj8="; }; pythonRelaxDeps = [ @@ -49,6 +52,7 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ + deprecated lark networkx numpy @@ -56,6 +60,8 @@ buildPythonPackage rec { retry rpcq scipy + tenacity + types-deprecated types-python-dateutil types-retry ] ++ lib.optionals (pythonOlder "3.8") [ From 10de45826aee89e2d49a3aa204a34bce3873d18d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 18:35:08 +0200 Subject: [PATCH 21/50] python310Packages.intake: 0.6.8 -> 0.7.0 Diff: https://github.com/intake/intake/compare/refs/tags/0.6.8...0.7.0 Changelog: https://github.com/intake/intake/blob/0.7.0/docs/source/changelog.rst --- pkgs/development/python-modules/intake/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/intake/default.nix b/pkgs/development/python-modules/intake/default.nix index f5386ecd7628..2dd71b515a00 100644 --- a/pkgs/development/python-modules/intake/default.nix +++ b/pkgs/development/python-modules/intake/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "intake"; - version = "0.6.8"; + version = "0.7.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-7A9wuuOQyGhdGj6T5VY+NrZjEOf/y8dCzSkHuPhNsKI="; + hash = "sha256-2LUblA8eVCOfVJ6BJayralNiv6EFt6MzR5ptKksVNA4="; }; propagatedBuildInputs = [ From 334235cfee5fc3b9d7c092d6b7e0baff9d77069a Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 30 May 2023 13:04:25 -0400 Subject: [PATCH 22/50] runme: 1.2.1 -> 1.2.2 Diff: https://github.com/stateful/runme/compare/v1.2.1...v1.2.2 Changelog: https://github.com/stateful/runme/releases/tag/vv1.2.2 --- pkgs/development/tools/misc/runme/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/misc/runme/default.nix b/pkgs/development/tools/misc/runme/default.nix index d90ff72e12dc..506648005bd8 100644 --- a/pkgs/development/tools/misc/runme/default.nix +++ b/pkgs/development/tools/misc/runme/default.nix @@ -10,13 +10,13 @@ buildGoModule rec { pname = "runme"; - version = "1.2.1"; + version = "1.2.2"; src = fetchFromGitHub { owner = "stateful"; repo = "runme"; rev = "v${version}"; - hash = "sha256-Gk15sqGQRL5v7Fo+tIYM4GM1FihoEAs23HK0cQN9hy4="; + hash = "sha256-SVYxFutmDDHEbYLExy0IxqZZZO13gUVPAA0X1ehVXME="; }; vendorHash = "sha256-el+gM3GRN5KU4RlSAx02rn+22xj28IZq3erZUzPbUUw="; From bd47aa7012064a1f733619779625ed6f2bd1995a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 19:15:54 +0200 Subject: [PATCH 23/50] python311Packages.dvc-data: 0.52.0 -> 0.53.0 Diff: https://github.com/iterative/dvc-data/compare/refs/tags/0.52.0...0.53.0 Changelog: https://github.com/iterative/dvc-data/releases/tag/0.53.0 --- pkgs/development/python-modules/dvc-data/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dvc-data/default.nix b/pkgs/development/python-modules/dvc-data/default.nix index 937970d67cd2..648722311d43 100644 --- a/pkgs/development/python-modules/dvc-data/default.nix +++ b/pkgs/development/python-modules/dvc-data/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "dvc-data"; - version = "0.52.0"; + version = "0.53.0"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Z5luqKuUForepBTZ7s2uDI09bK0NVhYMADFOj13nt0I="; + hash = "sha256-RPLsn2IyegfpVtBNupUJCOaewtXGq0bmYToe2GEYBf0="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; From 1c47e4a39b29c2e440539470731d2b0222e3700c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 19:21:35 +0200 Subject: [PATCH 24/50] python311Packages.types-requests: 2.31.0.0 -> 2.31.0.1 --- pkgs/development/python-modules/types-requests/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-requests/default.nix b/pkgs/development/python-modules/types-requests/default.nix index 0d3f869dc9b6..6b8d972e4624 100644 --- a/pkgs/development/python-modules/types-requests/default.nix +++ b/pkgs/development/python-modules/types-requests/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "types-requests"; - version = "2.31.0.0"; + version = "2.31.0.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-wcKdIKuNhN/0aNf+v+jgywtGZFQyIbOGYF4UZytE6iU="; + hash = "sha256-PeZnz/oSPOaYWR3grX2wNKUxdFellusLSUTlqdno0aw="; }; propagatedBuildInputs = [ From 46156925fb0f36116aa2ac8430bd0e8ed72ab5b0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 30 May 2023 17:25:06 +0000 Subject: [PATCH 25/50] haruna: 0.10.3 -> 0.11.0 --- pkgs/applications/video/haruna/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/haruna/default.nix b/pkgs/applications/video/haruna/default.nix index 25fac4fba61d..d0214e7032f8 100644 --- a/pkgs/applications/video/haruna/default.nix +++ b/pkgs/applications/video/haruna/default.nix @@ -26,13 +26,13 @@ mkDerivation rec { pname = "haruna"; - version = "0.10.3"; + version = "0.11.0"; src = fetchFromGitLab { owner = "multimedia"; repo = "haruna"; rev = "v${version}"; - hash = "sha256-kXafPUcWWvadGbcN4PAtXlFmfll/mSpwu2Sbh6Gxx4w="; + hash = "sha256-9cN5C+sjnbkChnwKo+pzFsSogkz9l5C1U5DtXzC2kQ4="; domain = "invent.kde.org"; }; From 6e12b958d290d28c6fc50ae2ab844ae2b7ceca88 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 30 May 2023 17:38:47 +0000 Subject: [PATCH 26/50] qmidiarp: 0.6.7 -> 0.7.0 --- pkgs/applications/audio/qmidiarp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/qmidiarp/default.nix b/pkgs/applications/audio/qmidiarp/default.nix index b2c22a66a859..4c2de70efc0f 100644 --- a/pkgs/applications/audio/qmidiarp/default.nix +++ b/pkgs/applications/audio/qmidiarp/default.nix @@ -10,11 +10,11 @@ stdenv.mkDerivation rec { pname = "qmidiarp"; - version = "0.6.7"; + version = "0.7.0"; src = fetchgit { url = "https://git.code.sf.net/p/qmidiarp/code"; - sha256 = "sha256-CxElnyREXLR086xYxCQTHZumrLP52CDYvv+ougKqJz0="; + sha256 = "sha256-oUdgff2xsXTis+C2Blv0tspWNIMGSODrKxWDpMDYnEU="; rev = "qmidiarp-${version}"; }; From c83e8717e8102bfe6362fd6ee08b7b77b317b378 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 19:46:31 +0200 Subject: [PATCH 27/50] python311Packages.python-roborock: add input for darwin --- pkgs/development/python-modules/python-roborock/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/python-roborock/default.nix b/pkgs/development/python-modules/python-roborock/default.nix index 806f14527cd5..6526aab935b7 100644 --- a/pkgs/development/python-modules/python-roborock/default.nix +++ b/pkgs/development/python-modules/python-roborock/default.nix @@ -1,4 +1,5 @@ { lib +, stdenv , aiohttp , async-timeout , buildPythonPackage @@ -9,6 +10,7 @@ , paho-mqtt , poetry-core , pycryptodome +, pycryptodomex , pytest-asyncio , pytestCheckHook , pythonOlder @@ -40,6 +42,8 @@ buildPythonPackage rec { dacite paho-mqtt pycryptodome + ] ++ lib.optionals stdenv.isDarwin [ + pycryptodomex ]; nativeCheckInputs = [ From 5041790beb39c41f252e96e985d6e97113ae09b2 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Tue, 30 May 2023 19:51:10 +0200 Subject: [PATCH 28/50] cameradar: Mark as broken --- pkgs/tools/security/cameradar/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/tools/security/cameradar/default.nix b/pkgs/tools/security/cameradar/default.nix index 950132ea0b8b..4a351a696f0f 100644 --- a/pkgs/tools/security/cameradar/default.nix +++ b/pkgs/tools/security/cameradar/default.nix @@ -37,5 +37,9 @@ buildGoModule rec { homepage = "https://github.com/Ullaakut/cameradar"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; + # Upstream issue, doesn't build with latest curl, see + # https://github.com/Ullaakut/cameradar/issues/320 + # https://github.com/andelf/go-curl/issues/84 + broken = true; }; } From 51521c8d3f6d3e160434e5ec5c32bf4f2bbe865c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 20:35:46 +0200 Subject: [PATCH 29/50] python311Packages.tplink-omada-client: 1.2.5 -> 1.3.0 Changelog: https://github.com/MarkGodwin/tplink-omada-api/releases/tag/release%2Fv1.3.0 --- .../python-modules/tplink-omada-client/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/tplink-omada-client/default.nix b/pkgs/development/python-modules/tplink-omada-client/default.nix index a451f2b24da6..aea8fee410ad 100644 --- a/pkgs/development/python-modules/tplink-omada-client/default.nix +++ b/pkgs/development/python-modules/tplink-omada-client/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "tplink-omada-client"; - version = "1.2.5"; + version = "1.3.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "tplink_omada_client"; inherit version; - hash = "sha256-I9lD99IxEq97ANJx0Aeh7YXdPU6izEjWgjJHCaiAWRI="; + hash = "sha256-+6HEJBMYaw/8VTdl3YK5uaAYTiyhqe1Zvuxsk2ltci8="; }; nativeBuildInputs = [ From 16f87c4cdb1fe2388965cb5eb1f17e2d8192a0b9 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Tue, 30 May 2023 00:23:35 +0200 Subject: [PATCH 30/50] chromiumBeta: Fix the build with LLVM 16 by reverting a commit This reverts a small commit [0] that adds the flag "-disable-auto-upgrade-debug-info" as it requires an unreleased LLVM version or the build will fail with the following error message: ``` ld.lld: error: -mllvm: ld.lld: Unknown command line argument '-disable-auto-upgrade-debug-info'. Try: '/nix/store/bx494s1r30zwa7zdsyg72sjryy0k0pyg-llvm-binutils-16.0.1/bin/ld.lld --help' ld.lld: Did you mean '--disable-auto-paired-vec-st'? clang++: error: linker command failed with exit code 1 (use -v to see invocation) ``` See [1] for a full example output. Thanks to Lorenz Brun for the analysis/help [2]. [0]: https://github.com/chromium/chromium/commit/54969766fd2029c506befc46e9ce14d67c7ed02a [1]: https://github.com/NixOS/nixpkgs/issues/213862#issuecomment-1542887001 [2]: https://github.com/NixOS/nixpkgs/issues/213862#issuecomment-1542927502 --- pkgs/applications/networking/browsers/chromium/common.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/applications/networking/browsers/chromium/common.nix b/pkgs/applications/networking/browsers/chromium/common.nix index 774c61b55678..976f09d38f69 100644 --- a/pkgs/applications/networking/browsers/chromium/common.nix +++ b/pkgs/applications/networking/browsers/chromium/common.nix @@ -170,6 +170,14 @@ let # (we currently package 1.26 in Nixpkgs while Chromium bundles 1.21): # Source: https://bugs.chromium.org/p/angleproject/issues/detail?id=7582#c1 ./patches/angle-wayland-include-protocol.patch + ] ++ lib.optionals (chromiumVersionAtLeast "114") [ + # We need to revert this patch to build M114+ with LLVM 16: + (githubPatch { + # Reland [clang] Disable autoupgrading debug info in ThinLTO builds + commit = "54969766fd2029c506befc46e9ce14d67c7ed02a"; + sha256 = "sha256-Vryjg8kyn3cxWg3PmSwYRG6zrHOqYWBMSdEMGiaPg6M="; + revert = true; + }) ]; postPatch = '' From f085e77259072ae5d89df999cd0e84898fac6ae3 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:09:20 -0400 Subject: [PATCH 31/50] linux: 4.14.315 -> 4.14.316 --- pkgs/os-specific/linux/kernel/linux-4.14.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-4.14.nix b/pkgs/os-specific/linux/kernel/linux-4.14.nix index 7a7ea25d6e85..424561d455b5 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.14.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.14.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "4.14.315"; + version = "4.14.316"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = versions.pad 3 version; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "17f9cbinysazllrxkv1qlhgi3x61isi7jqrv0qlfpjh69k1waim3"; + sha256 = "0xlg93va7dbz2w428kiw7vr2sds3542fqq57rwyf51ykq7qii0xc"; }; } // (args.argsOverride or {})) From 5ec4029b2a9f661c66a5f0efe228ff84954aaf5e Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:09:26 -0400 Subject: [PATCH 32/50] linux: 4.19.283 -> 4.19.284 --- pkgs/os-specific/linux/kernel/linux-4.19.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-4.19.nix b/pkgs/os-specific/linux/kernel/linux-4.19.nix index acef06968069..7126a3975444 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.19.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.19.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "4.19.283"; + version = "4.19.284"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = versions.pad 3 version; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1x2irhiv20aq2mrgqyz18d147shbmghwfxq4qi0sv5vc1k91cwq4"; + sha256 = "0gnhgxcpx9s96wa3dqgxmdjb7x12i94yh0gmv7k9nbz5qwhfxfbz"; }; } // (args.argsOverride or {})) From 6ec43cfc1970d893477e454d1e876e8f0a2e7da7 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:09:30 -0400 Subject: [PATCH 33/50] linux: 5.10.180 -> 5.10.181 --- pkgs/os-specific/linux/kernel/linux-5.10.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-5.10.nix b/pkgs/os-specific/linux/kernel/linux-5.10.nix index 25b31b52f7bf..df9ab8a61089 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.10.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.10.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "5.10.180"; + version = "5.10.181"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = versions.pad 3 version; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "0a8cicvcyl5w4vi7gxhgd59ny44gj9cbv4z5pnwn9jgny55rm0ys"; + sha256 = "1rx43dkxspris9529vl11blzhvsxnpaqr6yb3fy089az7yvwxrmc"; }; } // (args.argsOverride or {})) From d450c265c5ea665846b4de1f79b79150a91d6e8d Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:09:34 -0400 Subject: [PATCH 34/50] linux: 5.15.113 -> 5.15.114 --- pkgs/os-specific/linux/kernel/linux-5.15.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-5.15.nix b/pkgs/os-specific/linux/kernel/linux-5.15.nix index f0cadba30a02..0530914de723 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.15.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.15.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "5.15.113"; + version = "5.15.114"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = versions.pad 3 version; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "1jmrnd0ri75gl0k80g93zqyg00lbf1gqai3dga383ms92799hkja"; + sha256 = "1lkpa9wv1qj90qdzzi71qf5dyy7mi95fixx3ymdp6xwz45fym0g9"; }; } // (args.argsOverride or { })) From 9b8e1dbb66bf8e013789fc275cf39671c6252f98 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:09:37 -0400 Subject: [PATCH 35/50] linux: 5.4.243 -> 5.4.244 --- pkgs/os-specific/linux/kernel/linux-5.4.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-5.4.nix b/pkgs/os-specific/linux/kernel/linux-5.4.nix index 07dadc9e7ade..0369a421e979 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.4.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.4.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "5.4.243"; + version = "5.4.244"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = versions.pad 3 version; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "017b1xhmjpmiq48pzzx36wn6jwwgaq2kgia51h7pxr7fxr7ndky3"; + sha256 = "06x20aq7bv86ghv2sdsz3q2rmqh8h389x5zksr53fyzdjl72ixch"; }; } // (args.argsOverride or {})) From 4f677242b1a6e21a9666e6ffb0a5550dfd4e91b0 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:09:40 -0400 Subject: [PATCH 36/50] linux: 6.1.30 -> 6.1.31 --- pkgs/os-specific/linux/kernel/linux-6.1.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-6.1.nix b/pkgs/os-specific/linux/kernel/linux-6.1.nix index 1bdb9aac5cf1..26063a44e16e 100644 --- a/pkgs/os-specific/linux/kernel/linux-6.1.nix +++ b/pkgs/os-specific/linux/kernel/linux-6.1.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "6.1.30"; + version = "6.1.31"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = versions.pad 3 version; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz"; - sha256 = "04w8c2j3gfxmn3gc270cmqsxcyp8nm7mi5l268jwpg4yrb259whv"; + sha256 = "1hbkw290kmf1dj8a255ik1gk5fk458c88m348dwrc3lrl6xifsg8"; }; } // (args.argsOverride or { })) From 7d3ecc52b288ff4ee3b5ccba7594a1125446b1ba Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:09:44 -0400 Subject: [PATCH 37/50] linux: 6.3.4 -> 6.3.5 --- pkgs/os-specific/linux/kernel/linux-6.3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-6.3.nix b/pkgs/os-specific/linux/kernel/linux-6.3.nix index c57a265cffd4..edb5f5a00633 100644 --- a/pkgs/os-specific/linux/kernel/linux-6.3.nix +++ b/pkgs/os-specific/linux/kernel/linux-6.3.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "6.3.4"; + version = "6.3.5"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = versions.pad 3 version; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz"; - sha256 = "1s385fvhpzzlh97gv1dj82p52w0fdsjga7hbs03ycfkbxll7aqnq"; + sha256 = "0pl2zypsmrnna69850jadccffxwg9xdfkldg0sv8m44b7n64gkgm"; }; } // (args.argsOverride or { })) From 3bb1599afc85b6c4b292625ac9f914fcd1200061 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:10:01 -0400 Subject: [PATCH 38/50] linux-rt_5_15: 5.15.111-rt63 -> 5.15.113-rt64 --- pkgs/os-specific/linux/kernel/linux-rt-5.15.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-rt-5.15.nix b/pkgs/os-specific/linux/kernel/linux-rt-5.15.nix index 6ffe60b4ee1f..53f9426904ac 100644 --- a/pkgs/os-specific/linux/kernel/linux-rt-5.15.nix +++ b/pkgs/os-specific/linux/kernel/linux-rt-5.15.nix @@ -6,7 +6,7 @@ , ... } @ args: let - version = "5.15.111-rt63"; # updated by ./update-rt.sh + version = "5.15.113-rt64"; # updated by ./update-rt.sh branch = lib.versions.majorMinor version; kversion = builtins.elemAt (lib.splitString "-" version) 0; in buildLinux (args // { @@ -18,14 +18,14 @@ in buildLinux (args // { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${kversion}.tar.xz"; - sha256 = "1hmfvii77w70dx1lsfigc7nmjblvs1q131q48didsn01khjymkkp"; + sha256 = "1jmrnd0ri75gl0k80g93zqyg00lbf1gqai3dga383ms92799hkja"; }; kernelPatches = let rt-patch = { name = "rt"; patch = fetchurl { url = "mirror://kernel/linux/kernel/projects/rt/${branch}/older/patch-${version}.patch.xz"; - sha256 = "1jixgqzyns56804dsjkg9n04mbaqrgwvsbgv5jxi2mip1p8spm8s"; + sha256 = "0nxnviivsshs20zh8px657mr31wfsjdy70z793f56bf9s2m4kl31"; }; }; in [ rt-patch ] ++ kernelPatches; From 472de243e0f86222997c545ec3ef24eaa7d5139d Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:10:27 -0400 Subject: [PATCH 39/50] linux_latest-libre: 19299 -> 19308 --- pkgs/os-specific/linux/kernel/linux-libre.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-libre.nix b/pkgs/os-specific/linux/kernel/linux-libre.nix index ff40cf6bb795..04b8d56c57c2 100644 --- a/pkgs/os-specific/linux/kernel/linux-libre.nix +++ b/pkgs/os-specific/linux/kernel/linux-libre.nix @@ -1,8 +1,8 @@ { stdenv, lib, fetchsvn, linux , scripts ? fetchsvn { url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/branches/"; - rev = "19299"; - sha256 = "1sqygvk81p0wfssjswz4hg2mqx9ak8a515rdzwf1a7n728sway7l"; + rev = "19308"; + sha256 = "1rhg43z4fyyac12c1z9h83xlh7ar0k2lfzrs40q061jlmx8mkpbb"; } , ... }: From 38ff81a6d5737bc9a15a90dafc28f570eca171a3 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:10:43 -0400 Subject: [PATCH 40/50] linux/hardened/patches/4.14: 4.14.314-hardened1 -> 4.14.315-hardened1 --- pkgs/os-specific/linux/kernel/hardened/patches.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/hardened/patches.json b/pkgs/os-specific/linux/kernel/hardened/patches.json index 39cce36382f7..d7049e003c93 100644 --- a/pkgs/os-specific/linux/kernel/hardened/patches.json +++ b/pkgs/os-specific/linux/kernel/hardened/patches.json @@ -2,12 +2,12 @@ "4.14": { "patch": { "extra": "-hardened1", - "name": "linux-hardened-4.14.314-hardened1.patch", - "sha256": "08d0mkkc22apdy0m0z5qkkl4xb8d9is0ip3v8rb47bqybmxx879h", - "url": "https://github.com/anthraxx/linux-hardened/releases/download/4.14.314-hardened1/linux-hardened-4.14.314-hardened1.patch" + "name": "linux-hardened-4.14.315-hardened1.patch", + "sha256": "0mix8ycd46j53k2q1k3cpmz7kvd2p35gy2xkyrqxyqljrdfsz7wg", + "url": "https://github.com/anthraxx/linux-hardened/releases/download/4.14.315-hardened1/linux-hardened-4.14.315-hardened1.patch" }, - "sha256": "0lwiykv2ci7lrjvvykbiqavzzizdkf8xxqlybixi9l1as7q02v47", - "version": "4.14.314" + "sha256": "17f9cbinysazllrxkv1qlhgi3x61isi7jqrv0qlfpjh69k1waim3", + "version": "4.14.315" }, "4.19": { "patch": { From 6ce9746babb74b5a96fa9930454f62a797b0fe35 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:10:47 -0400 Subject: [PATCH 41/50] linux/hardened/patches/4.19: 4.19.282-hardened1 -> 4.19.283-hardened1 --- pkgs/os-specific/linux/kernel/hardened/patches.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/hardened/patches.json b/pkgs/os-specific/linux/kernel/hardened/patches.json index d7049e003c93..ef371b221ed2 100644 --- a/pkgs/os-specific/linux/kernel/hardened/patches.json +++ b/pkgs/os-specific/linux/kernel/hardened/patches.json @@ -12,12 +12,12 @@ "4.19": { "patch": { "extra": "-hardened1", - "name": "linux-hardened-4.19.282-hardened1.patch", - "sha256": "1zy3hk5aykyw8nngzjb46i6q1i4sll5qhskycdhji9ga3wbl4z97", - "url": "https://github.com/anthraxx/linux-hardened/releases/download/4.19.282-hardened1/linux-hardened-4.19.282-hardened1.patch" + "name": "linux-hardened-4.19.283-hardened1.patch", + "sha256": "0yhb49w7bfsx3i3nc8wawjbzq4dzyh29wqhpkrmk42fzhwsp4lc5", + "url": "https://github.com/anthraxx/linux-hardened/releases/download/4.19.283-hardened1/linux-hardened-4.19.283-hardened1.patch" }, - "sha256": "02z20879xl4ya957by1p35vi1a7myzxwiqd9cnvm541sgnci99a3", - "version": "4.19.282" + "sha256": "1x2irhiv20aq2mrgqyz18d147shbmghwfxq4qi0sv5vc1k91cwq4", + "version": "4.19.283" }, "5.10": { "patch": { From aeaa6c28c5b436797d10770eaad3c0df9125b4b5 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:10:51 -0400 Subject: [PATCH 42/50] linux/hardened/patches/5.10: 5.10.179-hardened1 -> 5.10.180-hardened1 --- pkgs/os-specific/linux/kernel/hardened/patches.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/hardened/patches.json b/pkgs/os-specific/linux/kernel/hardened/patches.json index ef371b221ed2..4535617d9073 100644 --- a/pkgs/os-specific/linux/kernel/hardened/patches.json +++ b/pkgs/os-specific/linux/kernel/hardened/patches.json @@ -22,12 +22,12 @@ "5.10": { "patch": { "extra": "-hardened1", - "name": "linux-hardened-5.10.179-hardened1.patch", - "sha256": "0mjfk6b6wvr6646sbl47rhs5jjbmnhfx9wkw44apy92l7mnk983r", - "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.10.179-hardened1/linux-hardened-5.10.179-hardened1.patch" + "name": "linux-hardened-5.10.180-hardened1.patch", + "sha256": "0ks0bcprycylnsq7xdrp7phsi2jjmw7il1k7jwbjqs6irhn5p4dd", + "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.10.180-hardened1/linux-hardened-5.10.180-hardened1.patch" }, - "sha256": "0abylcqbzpxxh45kmvd9i2cig64aajz87j5c8vm3w1ab2mf49g8v", - "version": "5.10.179" + "sha256": "0a8cicvcyl5w4vi7gxhgd59ny44gj9cbv4z5pnwn9jgny55rm0ys", + "version": "5.10.180" }, "5.15": { "patch": { From 5e011d7966e8980563568ec7b698d2fcf1a79bb3 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:10:55 -0400 Subject: [PATCH 43/50] linux/hardened/patches/5.15: 5.15.111-hardened1 -> 5.15.112-hardened1 --- pkgs/os-specific/linux/kernel/hardened/patches.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/hardened/patches.json b/pkgs/os-specific/linux/kernel/hardened/patches.json index 4535617d9073..a2c0f05b49db 100644 --- a/pkgs/os-specific/linux/kernel/hardened/patches.json +++ b/pkgs/os-specific/linux/kernel/hardened/patches.json @@ -32,12 +32,12 @@ "5.15": { "patch": { "extra": "-hardened1", - "name": "linux-hardened-5.15.111-hardened1.patch", - "sha256": "1d1myj6jv21pyhcw1nalhd2l9kfdrqgnkhs2wb1dh0nwvmw6qrn3", - "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.15.111-hardened1/linux-hardened-5.15.111-hardened1.patch" + "name": "linux-hardened-5.15.112-hardened1.patch", + "sha256": "0126p9s0flz544y8j8gjcx96mrivcr88lrzvmgyhly8dz06bwksb", + "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.15.112-hardened1/linux-hardened-5.15.112-hardened1.patch" }, - "sha256": "1hmfvii77w70dx1lsfigc7nmjblvs1q131q48didsn01khjymkkp", - "version": "5.15.111" + "sha256": "0lfnd8mpb3nzvd0gk0jbls3zx7y5kskc4kgccjgkc34flgdyps5h", + "version": "5.15.112" }, "5.4": { "patch": { From 03c9d2ad554dea09821848a1aef4137d510e2f97 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:10:59 -0400 Subject: [PATCH 44/50] linux/hardened/patches/5.4: 5.4.242-hardened1 -> 5.4.243-hardened1 --- pkgs/os-specific/linux/kernel/hardened/patches.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/hardened/patches.json b/pkgs/os-specific/linux/kernel/hardened/patches.json index a2c0f05b49db..8ead0141a02e 100644 --- a/pkgs/os-specific/linux/kernel/hardened/patches.json +++ b/pkgs/os-specific/linux/kernel/hardened/patches.json @@ -42,12 +42,12 @@ "5.4": { "patch": { "extra": "-hardened1", - "name": "linux-hardened-5.4.242-hardened1.patch", - "sha256": "1g2szikq3ac3gshvglvda6chirv2al43sq6byach1hg2sddbxsx0", - "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.4.242-hardened1/linux-hardened-5.4.242-hardened1.patch" + "name": "linux-hardened-5.4.243-hardened1.patch", + "sha256": "04xnfqxxfs1cbq5ynly1vgwjdhnjf3b34yirk3cqffrwwlcba3db", + "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.4.243-hardened1/linux-hardened-5.4.243-hardened1.patch" }, - "sha256": "0a7wfi84p74qsnbj1vamz4qxzp94v054jp1csyfl0blz3knrlbql", - "version": "5.4.242" + "sha256": "017b1xhmjpmiq48pzzx36wn6jwwgaq2kgia51h7pxr7fxr7ndky3", + "version": "5.4.243" }, "6.1": { "patch": { From cea4ed7d2f12579aeb5ba2227256ce80b8097aa6 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 30 May 2023 10:11:03 -0400 Subject: [PATCH 45/50] linux/hardened/patches/6.1: 6.1.28-hardened1 -> 6.1.29-hardened1 --- pkgs/os-specific/linux/kernel/hardened/patches.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/hardened/patches.json b/pkgs/os-specific/linux/kernel/hardened/patches.json index 8ead0141a02e..c906338061dd 100644 --- a/pkgs/os-specific/linux/kernel/hardened/patches.json +++ b/pkgs/os-specific/linux/kernel/hardened/patches.json @@ -52,11 +52,11 @@ "6.1": { "patch": { "extra": "-hardened1", - "name": "linux-hardened-6.1.28-hardened1.patch", - "sha256": "0mywgd0xpy5x882sg9s2dp10m3vknjyqa87lgq76am7r6r7fbazp", - "url": "https://github.com/anthraxx/linux-hardened/releases/download/6.1.28-hardened1/linux-hardened-6.1.28-hardened1.patch" + "name": "linux-hardened-6.1.29-hardened1.patch", + "sha256": "09g7hk30hdjgbni02k4zrzh8i2lhcmb6fbif6n101wmcrnrf8c80", + "url": "https://github.com/anthraxx/linux-hardened/releases/download/6.1.29-hardened1/linux-hardened-6.1.29-hardened1.patch" }, - "sha256": "1w56qgf1vgk3dmh4xw6699kjm5pdqvyfzr19ah5yy3xj50a4q2bs", - "version": "6.1.28" + "sha256": "1yzwp0496j63c6lhvsni1ynr8b2cpn552pli3nd3fdk0pp4nqwqy", + "version": "6.1.29" } } From 58133faaab4ee46f312e6d7221f43006419bef99 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 30 May 2023 21:01:58 +0000 Subject: [PATCH 46/50] automatic-timezoned: 1.0.92 -> 1.0.93 --- pkgs/tools/system/automatic-timezoned/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/system/automatic-timezoned/default.nix b/pkgs/tools/system/automatic-timezoned/default.nix index 5c5649a0b8e1..273151b7167d 100644 --- a/pkgs/tools/system/automatic-timezoned/default.nix +++ b/pkgs/tools/system/automatic-timezoned/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "automatic-timezoned"; - version = "1.0.92"; + version = "1.0.93"; src = fetchFromGitHub { owner = "maxbrunet"; repo = pname; rev = "v${version}"; - sha256 = "sha256-4axtrwCmtc33pInOsb1W3VIfXmUP59j0mFByCl//1z0="; + sha256 = "sha256-Kf3rb0htXEActz8mOpKwmV8eRelh1YK67H5ZyjqpyVU="; }; - cargoHash = "sha256-V/6SaSk10LLuyPuf3fnyqF2rQlZwG9FRGcQ+3Ao4xQs="; + cargoHash = "sha256-JxwcQbK4MeYdAObcJSeXXw/Yq291DH1FQSp9e9/obrs="; meta = with lib; { description = "Automatically update system timezone based on location"; From 00ab6ea94e52a632c062961209d5bdadfe02ba0a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 31 May 2023 00:17:29 +0200 Subject: [PATCH 47/50] python311Packages.aioesphomeapi: 13.7.5 -> 13.9.0 Diff: https://github.com/esphome/aioesphomeapi/compare/refs/tags/v13.7.5...v13.9.0 Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v13.9.0 --- pkgs/development/python-modules/aioesphomeapi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix index e910b9b3618b..64ad7567f6bd 100644 --- a/pkgs/development/python-modules/aioesphomeapi/default.nix +++ b/pkgs/development/python-modules/aioesphomeapi/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "aioesphomeapi"; - version = "13.7.5"; + version = "13.9.0"; format = "setuptools"; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "esphome"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-HBBhKRY3nfZ8TaQeXXlvowWqHt/vrwXD9PUb1cLvHLo="; + hash = "sha256-RjLzOl8Cb6Vrq+75SvBntAmmiK70i3o2rED7Smnpiws="; }; propagatedBuildInputs = [ From 99c6349077146c3c1392806deae1f832b28f48c3 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 31 May 2023 07:11:35 +1000 Subject: [PATCH 48/50] gh: 2.29.0 -> 2.30.0 Diff: https://github.com/cli/cli/compare/v2.29.0...v2.30.0 Changelog: https://github.com/cli/cli/releases/tag/v2.30.0 --- pkgs/applications/version-management/gh/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/version-management/gh/default.nix b/pkgs/applications/version-management/gh/default.nix index dc668e3639f2..35200a9dbf74 100644 --- a/pkgs/applications/version-management/gh/default.nix +++ b/pkgs/applications/version-management/gh/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "gh"; - version = "2.29.0"; + version = "2.30.0"; src = fetchFromGitHub { owner = "cli"; repo = "cli"; rev = "v${version}"; - hash = "sha256-OVZTHgzKGpz+F1hHRmbCgjMJSFFFjL9WQBqtx7vZIHc="; + hash = "sha256-eS0TrN/WWJvXzyDhGg4waNpRYp/Kt9kXmIfFs0F4oFQ="; }; - vendorHash = "sha256-iTPdOolvWINUSSYiPZAwn5ZF44x/x1tIWnKUHAn8ITA="; + vendorHash = "sha256-bTAg3HKX+m5/sDtXU5h2965T9xaosRmhKKixp84xPdk="; nativeBuildInputs = [ installShellFiles ]; From 928cc104f1289482d1133c6f4cda70535f58ff9d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 31 May 2023 00:25:10 +0200 Subject: [PATCH 49/50] checkov: 2.3.261 -> 2.3.264 Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.261...2.3.264 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.264 --- pkgs/development/tools/analysis/checkov/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/analysis/checkov/default.nix b/pkgs/development/tools/analysis/checkov/default.nix index 7e8db6b8cb53..c3116133c758 100644 --- a/pkgs/development/tools/analysis/checkov/default.nix +++ b/pkgs/development/tools/analysis/checkov/default.nix @@ -22,14 +22,14 @@ with py.pkgs; buildPythonApplication rec { pname = "checkov"; - version = "2.3.261"; + version = "2.3.264"; format = "setuptools"; src = fetchFromGitHub { owner = "bridgecrewio"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-GRP9crehMlU+T2Iss0fUh00M6nD7dJYDtagDvBakipo="; + hash = "sha256-iXmSw8tuQVXjVM14aSggM7mHhPY/TdhuD716RZ/uLFU="; }; patches = [ From b2164990bdea411ffa246916b9c832d27b3eb599 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 30 May 2023 22:28:15 +0000 Subject: [PATCH 50/50] jackett: 0.21.34 -> 0.21.88 --- pkgs/servers/jackett/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/jackett/default.nix b/pkgs/servers/jackett/default.nix index 4b14b02bdf91..3887b8ed424c 100644 --- a/pkgs/servers/jackett/default.nix +++ b/pkgs/servers/jackett/default.nix @@ -9,13 +9,13 @@ buildDotnetModule rec { pname = "jackett"; - version = "0.21.34"; + version = "0.21.88"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; - hash = "sha512-h+40x/D0qWTa3pRnieE+UQr78iPntR/rn0+HivSv1ZZkSdOZbq4M3CAeDbBEh8xCuaNiR1DOQLONl2zOE1ZASQ=="; + hash = "sha512-N1+6DK8o7pDUtpVcxvCCFAE9+mvk1QNk1Hkx0boOxYwhvxDX+QIULEioJ2H4ClZDat5riaFT873cWnNNtBJsaQ=="; }; projectFile = "src/Jackett.Server/Jackett.Server.csproj";