From 20a92ba9c556f22c9dfe37130f42b49ac635fc4f Mon Sep 17 00:00:00 2001 From: fortuneteller2k Date: Mon, 18 Jul 2022 14:07:33 +0000 Subject: [PATCH 01/71] xf86_input_wacom: 1.0.0 -> 1.1.0 --- pkgs/os-specific/linux/xf86-input-wacom/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/xf86-input-wacom/default.nix b/pkgs/os-specific/linux/xf86-input-wacom/default.nix index 80762aa784eb..af1dc126bfdc 100644 --- a/pkgs/os-specific/linux/xf86-input-wacom/default.nix +++ b/pkgs/os-specific/linux/xf86-input-wacom/default.nix @@ -19,13 +19,13 @@ stdenv.mkDerivation rec { pname = "xf86-input-wacom"; - version = "1.0.0"; + version = "1.1.0"; src = fetchFromGitHub { owner = "linuxwacom"; repo = pname; rev = "${pname}-${version}"; - sha256 = "sha256-WitvT1y9KpXJriMr6Z9CrmAQdKPBZ5g9fP2nIgzJzAc="; + sha256 = "sha256-AYjO7B0Z6G1JqpLdvm9LS+ujz7iUp8UwZ9X1WQ/dGk0="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; From 21237a6c49226b52e4cb5c300eaca64b80cfb44e Mon Sep 17 00:00:00 2001 From: Tom Fitzhenry Date: Sat, 23 Jul 2022 00:29:41 +1000 Subject: [PATCH 02/71] calls: 41.1 -> 42.0 --- pkgs/applications/networking/calls/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/calls/default.nix b/pkgs/applications/networking/calls/default.nix index 2215de9291d5..b5961c4adbc2 100644 --- a/pkgs/applications/networking/calls/default.nix +++ b/pkgs/applications/networking/calls/default.nix @@ -32,14 +32,15 @@ stdenv.mkDerivation rec { pname = "calls"; - version = "41.1"; + version = "42.0"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "GNOME"; repo = pname; rev = version; - sha256 = "1vbw9x5s3ww11f3lnqivc74rjlmi9fk1hzaq1idrdcck3gvif0h8"; + fetchSubmodules = true; + hash = "sha256-ASKK9PB5FAD10CR5O+L2WgMjCzmIalithHL8jV0USiM="; }; outputs = [ "out" "devdoc" ]; From 5eb63756ca3dd35aa144170d1929055dc5d24680 Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Mon, 25 Jul 2022 12:00:00 +0000 Subject: [PATCH 03/71] rephrase nixos installation doc systemd-boot is not the only option, even though it "just works" better. --- .../installation/installing.chapter.xml | 21 ++++++++++++++++++- .../manual/installation/installing.chapter.md | 12 ++++++++++- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/nixos/doc/manual/from_md/installation/installing.chapter.xml b/nixos/doc/manual/from_md/installation/installing.chapter.xml index 19ff841f5a67..0fcbcf2e66c2 100644 --- a/nixos/doc/manual/from_md/installation/installing.chapter.xml +++ b/nixos/doc/manual/from_md/installation/installing.chapter.xml @@ -426,7 +426,9 @@ OK - You must set the option + You must select a boot-loader, either system-boot or + GRUB. The recommended option is systemd-boot: set the + option to true. nixos-generate-config should do this @@ -440,6 +442,23 @@ OK boot.loader.systemd-boot as well. + + If you want to use GRUB, set + to + nodev and + to + true. + + + With system-boot, you should not need any special + configuration to detect other installed systems. With + GRUB, set + to + true, but this will only detect + windows partitions, not other linux distributions. If + you dual boot another linux distribution, use + system-boot instead. + diff --git a/nixos/doc/manual/installation/installing.chapter.md b/nixos/doc/manual/installation/installing.chapter.md index 7e830f8e4583..dd7f883bb3c3 100644 --- a/nixos/doc/manual/installation/installing.chapter.md +++ b/nixos/doc/manual/installation/installing.chapter.md @@ -303,7 +303,8 @@ Use the following commands: UEFI systems - : You *must* set the option [](#opt-boot.loader.systemd-boot.enable) + : You must select a boot-loader, either system-boot or GRUB. The recommended + option is systemd-boot: set the option [](#opt-boot.loader.systemd-boot.enable) to `true`. `nixos-generate-config` should do this automatically for new configurations when booted in UEFI mode. @@ -312,6 +313,15 @@ Use the following commands: [`boot.loader.systemd-boot`](#opt-boot.loader.systemd-boot.enable) as well. + : If you want to use GRUB, set [](#opt-boot.loader.grub.device) to `nodev` and + [](#opt-boot.loader.grub.efiSupport) to `true`. + + : With system-boot, you should not need any special configuration to detect + other installed systems. With GRUB, set [](#opt-boot.loader.grub.useOSProber) + to `true`, but this will only detect windows partitions, not other linux + distributions. If you dual boot another linux distribution, use system-boot + instead. + If you need to configure networking for your machine the configuration options are described in [](#sec-networking). In particular, while wifi is supported on the installation image, it is From 2418e4063865d95ba38d3cd62f7c089e95b8adea Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 26 Jul 2022 16:27:00 -0700 Subject: [PATCH 04/71] =?UTF-8?q?mozillavpn:=202.8.3=20=E2=86=92=202.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anders Kaseorg --- pkgs/tools/networking/mozillavpn/default.nix | 80 ++++++-------------- pkgs/top-level/all-packages.nix | 2 +- 2 files changed, 26 insertions(+), 56 deletions(-) diff --git a/pkgs/tools/networking/mozillavpn/default.nix b/pkgs/tools/networking/mozillavpn/default.nix index 3a652cca24fe..e963abc9b18c 100644 --- a/pkgs/tools/networking/mozillavpn/default.nix +++ b/pkgs/tools/networking/mozillavpn/default.nix @@ -1,17 +1,15 @@ { buildGoModule +, cmake , fetchFromGitHub -, fetchpatch , go , lib , pkg-config , polkit , python3 -, qmake +, qt5compat , qtbase , qtcharts -, qtgraphicaleffects , qtnetworkauth -, qtquickcontrols2 , qttools , qtwebsockets , rustPlatform @@ -22,50 +20,18 @@ }: let - glean_parser_4_1_1 = python3.pkgs.buildPythonPackage rec { - pname = "glean_parser"; - version = "4.1.1"; - src = python3.pkgs.fetchPypi { - inherit pname version; - hash = "sha256-4noazRqjjJNI2kTO714kSp70jZpWmqHWR2vnkgAftLE="; - }; - nativeBuildInputs = with python3.pkgs; [ setuptools-scm ]; - propagatedBuildInputs = with python3.pkgs; [ - appdirs - click - diskcache - jinja2 - jsonschema - pyyaml - setuptools - yamllint - ]; - postPatch = '' - substituteInPlace setup.py --replace '"pytest-runner", ' "" - ''; - doCheck = false; - }; - pname = "mozillavpn"; - version = "2.8.3"; + version = "2.9.0"; src = fetchFromGitHub { owner = "mozilla-mobile"; repo = "mozilla-vpn-client"; rev = "v${version}"; fetchSubmodules = true; - hash = "sha256-eKgoRE/JDEQEFp7xYY60ARDgw/n5VoZpD/Gb/CWzHuo="; + hash = "sha256-arz8hTgQfPFSZesSddcnZoyLfoLQsQT8LIsl+3ZfA0M="; }; - patches = [ - # Rust bridge: Add Cargo.lock file - (fetchpatch { - url = "https://github.com/mozilla-mobile/mozilla-vpn-client/commit/05c9a366cf9dc4e378485c8e9d494f77c35dbb8c.patch"; - hash = "sha256-fG+SATbJpGqpCFXSWEiBo4dYx6RLtJYR0yTdBqN6Fww="; - }) - ]; - netfilter-go-modules = (buildGoModule { - inherit pname version src patches; + inherit pname version src; vendorSha256 = "KFYMim5U8WlJHValvIBQgEN+17SDv0JVbH03IiyfDc0="; modRoot = "linux/netfilter"; }).go-modules; @@ -74,25 +40,25 @@ let in stdenv.mkDerivation { - inherit pname version src patches cargoRoot; + inherit pname version src cargoRoot; buildInputs = [ polkit + qt5compat qtbase qtcharts - qtgraphicaleffects qtnetworkauth - qtquickcontrols2 qtwebsockets ]; nativeBuildInputs = [ - glean_parser_4_1_1 + cmake go pkg-config python3 + python3.pkgs.glean-parser + python3.pkgs.lxml python3.pkgs.pyyaml - qmake - qttools + python3.pkgs.setuptools rustPlatform.cargoSetupHook rustPlatform.rust.cargo which @@ -100,29 +66,33 @@ stdenv.mkDerivation { ]; cargoDeps = rustPlatform.fetchCargoTarball { - inherit src patches; + inherit src; name = "${pname}-${version}"; preBuild = "cd ${cargoRoot}"; - hash = "sha256-C0wPmGVXbhUs0IzeIMZD6724P0XTOzeK1bzrnUMPlWo="; + hash = "sha256-lJfDLyoVDSFiZyWcBTI085MorWHPcNW4i7ua1+Ip3rA="; }; postPatch = '' for file in linux/*.service linux/extra/*.desktop src/platforms/linux/daemon/*.service; do substituteInPlace "$file" --replace /usr/bin/mozillavpn "$out/bin/mozillavpn" done - ''; - preBuild = '' + substituteInPlace scripts/addon/build.py \ + --replace 'qtbinpath = args.qtpath' 'qtbinpath = "${qttools.dev}/bin"' \ + --replace 'rcc = os.path.join(qtbinpath, rcc_bin)' 'rcc = "${qtbase.dev}/libexec/rcc"' + + substituteInPlace src/cmake/linux.cmake \ + --replace '${"$"}{SYSTEMD_UNIT_DIR}' "$out/lib/systemd/system" + ln -s '${netfilter-go-modules}' linux/netfilter/vendor - python3 scripts/utils/generate_glean.py - python3 scripts/utils/import_languages.py --qt_path '${lib.getDev qttools}/bin' ''; - qmakeFlags = [ - "USRPATH=$(out)" - "ETCPATH=$(out)/etc" - "CONFIG-=debug" # https://github.com/mozilla-mobile/mozilla-vpn-client/pull/3539 + cmakeFlags = [ + "-DQT_LCONVERT_EXECUTABLE=${qttools.dev}/bin/lconvert" + "-DQT_LUPDATE_EXECUTABLE=${qttools.dev}/bin/lupdate" + "-DQT_LRELEASE_EXECUTABLE=${qttools.dev}/bin/lrelease" ]; + qtWrapperArgs = [ "--prefix" "PATH" ":" (lib.makeBinPath [ wireguard-tools ]) ]; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 979424ffb830..8a44163e941b 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5669,7 +5669,7 @@ with pkgs; mcrcon = callPackage ../tools/networking/mcrcon {}; - mozillavpn = libsForQt5.callPackage ../tools/networking/mozillavpn { }; + mozillavpn = qt6Packages.callPackage ../tools/networking/mozillavpn { }; mozwire = callPackage ../tools/networking/mozwire { inherit (darwin.apple_sdk.frameworks) Security; From 29205443512847b1579e358339b027c8ed61affb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 27 Jul 2022 02:15:22 +0000 Subject: [PATCH 05/71] faraday-agent-dispatcher: 2.1.3 -> 2.2.0 --- pkgs/tools/security/faraday-agent-dispatcher/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/faraday-agent-dispatcher/default.nix b/pkgs/tools/security/faraday-agent-dispatcher/default.nix index aecdbf8dd250..af3c3f8347ea 100644 --- a/pkgs/tools/security/faraday-agent-dispatcher/default.nix +++ b/pkgs/tools/security/faraday-agent-dispatcher/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "faraday-agent-dispatcher"; - version = "2.1.3"; + version = "2.2.0"; format = "setuptools"; src = fetchFromGitHub { owner = "infobyte"; repo = "faraday_agent_dispatcher"; - rev = version; - hash = "sha256-lqCW1/wRXfN7C9c6TPvninueOgrhzNdjRJ9fuueMyH0="; + rev = "refs/tags/${version}"; + hash = "sha256-dTXTR2H37FDfnpY4Ts6NoYAnJX52yqRZeD2Yf8S/kS8="; }; nativeBuildInputs = with python3.pkgs; [ From 06c91264f0c573ebbd2de2a224c6ed4d753b0937 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 27 Jul 2022 02:19:40 +0000 Subject: [PATCH 06/71] faraday-cli: 2.1.5 -> 2.1.6 --- pkgs/tools/security/faraday-cli/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/faraday-cli/default.nix b/pkgs/tools/security/faraday-cli/default.nix index 28cf9078865c..0988b9eb953b 100644 --- a/pkgs/tools/security/faraday-cli/default.nix +++ b/pkgs/tools/security/faraday-cli/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "faraday-cli"; - version = "2.1.5"; + version = "2.1.6"; format = "setuptools"; src = fetchFromGitHub { owner = "infobyte"; repo = pname; - rev = "v${version}"; - hash = "sha256-kl5yOJTMobccZoaIoWwQubCrswPa69I5Kmuox7JqAXs="; + rev = "refs/tags/${version}"; + hash = "sha256-ofL3tRYV2bwF+RYGoLpg/UQPg9HwrCepWAQxXiJkV2E="; }; propagatedBuildInputs = with python3.pkgs; [ From b0666bae6137f5479032ad451fc05f884ffa1b62 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 27 Jul 2022 08:04:01 +0000 Subject: [PATCH 07/71] python310Packages.adafruit-platformdetect: 3.26.0 -> 3.27.0 --- .../python-modules/adafruit-platformdetect/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/adafruit-platformdetect/default.nix b/pkgs/development/python-modules/adafruit-platformdetect/default.nix index d4e94a4c72d8..69f87cc414b1 100644 --- a/pkgs/development/python-modules/adafruit-platformdetect/default.nix +++ b/pkgs/development/python-modules/adafruit-platformdetect/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "adafruit-platformdetect"; - version = "3.26.0"; + version = "3.27.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "Adafruit-PlatformDetect"; inherit version; - hash = "sha256-lkzTJfjJNKsMmLet9VXv5Ao8+Dks4P0+0nRpWHHs3G0="; + hash = "sha256-Ez3VQO52GgPhTXr1xlxr4BvouI41PVzppkutiqVjrUI="; }; nativeBuildInputs = [ From 32e8e1df852c918d0bc4a5be388be8108a384338 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 27 Jul 2022 13:58:20 +0000 Subject: [PATCH 08/71] python310Packages.dvc-data: 0.0.24 -> 0.1.5 --- 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 0274b523411c..9d8c4633067b 100644 --- a/pkgs/development/python-modules/dvc-data/default.nix +++ b/pkgs/development/python-modules/dvc-data/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "dvc-data"; - version = "0.0.24"; + version = "0.1.5"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Sk4l9TL0SU6sPrBBed/Y4xDB/GzVzv2YTUD0IdjhB2M="; + hash = "sha256-SQ4w2Yqho5kbM4fRQkji69wOV8rYAIyFFve7pTEjgMM="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; From 7dfbc0625599135f2f544c43e7ffa77fdb6a9490 Mon Sep 17 00:00:00 2001 From: Mrinal Purohit Date: Thu, 28 Jul 2022 12:22:49 +0530 Subject: [PATCH 09/71] authy: 2.2.0 -> 2.2.1 --- pkgs/applications/misc/authy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/authy/default.nix b/pkgs/applications/misc/authy/default.nix index ca243f443707..2b6cd7049a5c 100644 --- a/pkgs/applications/misc/authy/default.nix +++ b/pkgs/applications/misc/authy/default.nix @@ -10,12 +10,12 @@ stdenv.mkDerivation rec { pname = "authy"; # curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/authy?channel=stable' | jq '.download_url,.version' - version = "2.2.0"; - rev = "10"; + version = "2.2.1"; + rev = "11"; src = fetchurl { url = "https://api.snapcraft.io/api/v1/snaps/download/H8ZpNgIoPyvmkgxOWw5MSzsXK1wRZiHn_${rev}.snap"; - sha256 = "sha256-sB9/fVV/qp+DfjxpvzIUHsLkeEu35i2rEv1/JYMytG8="; + sha256 = "sha256-/a0pMXVd7mEp7oaN2mBIJv5uOv1zQ3gvfgiz1XL9ZmM="; }; nativeBuildInputs = [ autoPatchelfHook makeWrapper squashfsTools ]; From 72cc1ec83182869f87e9e56e632cf820fea97811 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 28 Jul 2022 07:44:27 +0000 Subject: [PATCH 10/71] agi: 3.1.0-dev-20220627 -> 3.1.0-dev-20220713 --- pkgs/tools/graphics/agi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/graphics/agi/default.nix b/pkgs/tools/graphics/agi/default.nix index ec7832de26b3..1e5cd1cc1289 100644 --- a/pkgs/tools/graphics/agi/default.nix +++ b/pkgs/tools/graphics/agi/default.nix @@ -14,11 +14,11 @@ stdenv.mkDerivation rec { pname = "agi"; - version = "3.1.0-dev-20220627"; + version = "3.1.0-dev-20220713"; src = fetchzip { url = "https://github.com/google/agi-dev-releases/releases/download/v${version}/agi-${version}-linux.zip"; - sha256 = "sha256-gJ7vz95KqmTQp+sf1q99Sk7aYooLHVAyYliKzfM/fWU="; + sha256 = "sha256-ch3crmvueXk4xJ4LjG4MrYkaCTd+41INAz+/ClI+Mpw="; }; nativeBuildInputs = [ From 37470b014dc4127721c2b99ff91668482543f770 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 28 Jul 2022 12:44:02 +0000 Subject: [PATCH 11/71] git-hound: 1.3 -> 1.4 --- pkgs/tools/security/git-hound/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/git-hound/default.nix b/pkgs/tools/security/git-hound/default.nix index 56fa2ce47636..2d13b11d302d 100644 --- a/pkgs/tools/security/git-hound/default.nix +++ b/pkgs/tools/security/git-hound/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "git-hound"; - version = "1.3"; + version = "1.4"; src = fetchFromGitHub { owner = "tillson"; repo = pname; rev = "v${version}"; - sha256 = "1l2bif7qpc1yl93ih01g9jci7ba47rsnpq9js88rz216q93dzmsf"; + sha256 = "sha256-HD5OK8HjnLDbyC/TmVI2HfBRIUCyyHTbA3JvKoeXV5E="; }; - vendorSha256 = "055hpfjbqng513c9rscb8jhnlxj7p82sr8cbsvwnzk569n71qwma"; + vendorSha256 = "sha256-qnIcjk2mzG/51ouhrAW6R3ZqoUSL6ZzYCOVZvKS7sBQ="; meta = with lib; { description = "Reconnaissance tool for GitHub code search"; From 351bb7721fccfc5a66e2f6de006d4f384276f3fb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 28 Jul 2022 12:48:32 +0000 Subject: [PATCH 12/71] gitleaks: 8.8.12 -> 8.9.0 --- pkgs/tools/security/gitleaks/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/gitleaks/default.nix b/pkgs/tools/security/gitleaks/default.nix index f5dce0e3a703..951e45e04425 100644 --- a/pkgs/tools/security/gitleaks/default.nix +++ b/pkgs/tools/security/gitleaks/default.nix @@ -5,13 +5,13 @@ buildGoModule rec { pname = "gitleaks"; - version = "8.8.12"; + version = "8.9.0"; src = fetchFromGitHub { owner = "zricethezav"; repo = pname; rev = "v${version}"; - sha256 = "sha256-rrTZuDMKZqDWFHbnqDbPd5L6g7ff1lZpSpwTgYFd0Uw="; + sha256 = "sha256-LH8iW2RsBq+mxGXR/RKsIqPWMqHNlhQ9Ye9Z/LOdmYQ="; }; vendorSha256 = "sha256-X8z9iKRR3PptNHwy1clZG8QsClsjbW45nZb2fHGfSYk="; From 0a7c7d9beeee9edc6873c95a71f76be2ddedf2cc Mon Sep 17 00:00:00 2001 From: Josh Holland Date: Thu, 28 Jul 2022 16:29:36 +0100 Subject: [PATCH 13/71] fluxcd: 0.31.4 -> 0.31.5 --- pkgs/applications/networking/cluster/fluxcd/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/networking/cluster/fluxcd/default.nix b/pkgs/applications/networking/cluster/fluxcd/default.nix index 4aab9ed9f4c1..d458e7ce40aa 100644 --- a/pkgs/applications/networking/cluster/fluxcd/default.nix +++ b/pkgs/applications/networking/cluster/fluxcd/default.nix @@ -1,9 +1,9 @@ { lib, buildGoModule, fetchFromGitHub, fetchzip, installShellFiles }: let - version = "0.31.4"; - sha256 = "182h6is1kq3yc7il1a0xr5mbrsn3z900dkzxb4m79gl5lsrpb1vm"; - manifestsSha256 = "0h37ydgykl5kc50zwqn8xyi89aby75937cqaiw1hkpnw9ilc0akz"; + version = "0.31.5"; + sha256 = "0dv34y79229n63i5as0qxf3lmlsfyk8p277i09hrq1vn86wnjdm7"; + manifestsSha256 = "1p5f05lgbv2hhl5dbank2mmhmhlkxn1rfnh09x02j22ldrvk3zzl"; manifests = fetchzip { url = @@ -23,7 +23,7 @@ in buildGoModule rec { inherit sha256; }; - vendorSha256 = "sha256-2DeX5si2yVh1C+ikkg9xEpcf2trEBr0qPp+9fgbMfO4="; + vendorSha256 = "sha256-bTvVf6fsrWLayOwwxBo2iOz5Di4dHEiV45uGkAyWrMU="; postUnpack = '' cp -r ${manifests} source/cmd/flux/manifests From daf6e4b5fd729487968b5f57c7ff2f983c0418e6 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 28 Jul 2022 13:16:40 -0400 Subject: [PATCH 14/71] mercurial: 6.2 -> 6.2.1 --- pkgs/applications/version-management/mercurial/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix index 0f6e5c995d83..7e69bab2f122 100644 --- a/pkgs/applications/version-management/mercurial/default.nix +++ b/pkgs/applications/version-management/mercurial/default.nix @@ -21,11 +21,11 @@ let self = python3Packages.buildPythonApplication rec { pname = "mercurial${lib.optionalString fullBuild "-full"}"; - version = "6.2"; + version = "6.2.1"; src = fetchurl { url = "https://mercurial-scm.org/release/mercurial-${version}.tar.gz"; - sha256 = "sha256-04K14/q4kxEmATIBcxQWV0s1roV4dAS7KggZ9Bu4iXI="; + sha256 = "sha256-isXXog0cKtVNTCY9E0FkZG3DSo46a+1pz76rr404gto="; }; format = "other"; @@ -35,7 +35,7 @@ let cargoDeps = if rustSupport then rustPlatform.fetchCargoTarball { inherit src; name = "mercurial-${version}"; - sha256 = "sha256-L4BbU6GTq54DFucqvBZeWtA8zUPvPCwmtIxv/SxgAXk="; + sha256 = "sha256-shmeTQSCpQLrRUbL5bu9nAiPideZUe31YNCrClLM1eI="; sourceRoot = "mercurial-${version}/rust"; } else null; cargoRoot = if rustSupport then "rust" else null; From 56316788f57952ff850358d1ad17b6735463173f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 28 Jul 2022 19:52:17 +0000 Subject: [PATCH 15/71] lethe: 0.6.1 -> 0.7.0 --- pkgs/tools/security/lethe/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/lethe/default.nix b/pkgs/tools/security/lethe/default.nix index 502757262787..4af9466a3db2 100644 --- a/pkgs/tools/security/lethe/default.nix +++ b/pkgs/tools/security/lethe/default.nix @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "lethe"; - version = "0.6.1"; + version = "0.7.0"; src = fetchFromGitHub { owner = "kostassoid"; repo = pname; rev = "v${version}"; - sha256 = "sha256-0UYUzef7ja8nc2zs7eWqqXQfVVbEJEH9/NRRHVkvkYk="; + sha256 = "sha256-uMpqN9xgA0S861JChfJebU6azxJN8ScftmX8yJV8NM8="; }; - cargoSha256 = "sha256-suE8USKTZECVlTX4Wpz3vapo/Wmn7qaC3eyAJ3gmzqk="; + cargoSha256 = "sha256-GeZ/25ZaD/vyQo02SUt1JtNUL2QCg0varOJC1M3Ji9s="; buildInputs = lib.optional stdenv.isDarwin Security; From e1cd783bfd5c46b54e1cbe7f895c4e0dea126950 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 28 Jul 2022 23:58:54 +0000 Subject: [PATCH 16/71] metabigor: 1.10 -> 1.12.1 --- pkgs/tools/security/metabigor/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/metabigor/default.nix b/pkgs/tools/security/metabigor/default.nix index 4e03e11f4985..fe0b150bc8d0 100644 --- a/pkgs/tools/security/metabigor/default.nix +++ b/pkgs/tools/security/metabigor/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "metabigor"; - version = "1.10"; + version = "1.12.1"; src = fetchFromGitHub { owner = "j3ssie"; repo = pname; rev = "v${version}"; - sha256 = "sha256-ADpnSsGZQbXaSGidPmxwkQOl+P8ZupqRaDUh7t+XoDw="; + sha256 = "sha256-T1P+jAAsKObKRaoxH8c/DMEfXtmSrvnDd5Y3ocKcCSc="; }; - vendorSha256 = "sha256-la7bgeimycltFB7l6vNBYdlBIv4kD+HX7f2mo+eZhXM="; + vendorSha256 = "sha256-V+72l2TvhEWgDg7kvn5OOjYcyEgWGLgTGnt58Bu+AEQ="; # Disabled for now as there are some failures ("undefined:") doCheck = false; From e91ae12d88f4820778defcf7fa94ac2b1dd81b12 Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Sat, 16 Jul 2022 22:54:31 -0600 Subject: [PATCH 17/71] signal-desktop: 5.50.0 -> 5.52.0 --- .../networking/instant-messengers/signal-desktop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix b/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix index de4ecadc4432..e112c9468819 100644 --- a/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix +++ b/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation rec { pname = "signal-desktop"; - version = "5.50.0"; # Please backport all updates to the stable channel. + version = "5.52.0"; # Please backport all updates to the stable channel. # All releases have a limited lifetime and "expire" 90 days after the release. # When releases "expire" the application becomes unusable until an update is # applied. The expiration date for the current release can be extracted with: @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb"; - sha256 = "sha256-3/a0+FTRSI7MdI/4mAhKl/KEBoEM1rqTUUWTpNFJTSA="; + sha256 = "sha256-KFldVpKICRX2n/ccvqxpt1Dz6QwH2g+wqXRHAXI/iyY="; }; nativeBuildInputs = [ From 2604127d5c3abe2898970f70190836545b50c10e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 01:06:13 +0000 Subject: [PATCH 18/71] monsoon: 0.6.0 -> 0.7.0 --- pkgs/tools/security/monsoon/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/monsoon/default.nix b/pkgs/tools/security/monsoon/default.nix index 3f414081500f..50860198e76c 100644 --- a/pkgs/tools/security/monsoon/default.nix +++ b/pkgs/tools/security/monsoon/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "monsoon"; - version = "0.6.0"; + version = "0.7.0"; src = fetchFromGitHub { owner = "RedTeamPentesting"; repo = "monsoon"; rev = "v${version}"; - sha256 = "01c84s11m645mqaa2vdnbsj0kb842arqjhicgjv0ahb7qdw65zz4"; + sha256 = "sha256-eXzD47qFkouYJkqWHbs2g2pbl3I7vWgIU6TqN3MEYQI="; }; - vendorSha256 = "1g84az07hv8w0jha2yl4f5jm0p9nkbawgw9l7cpmn8ckbfa54l7q"; + vendorSha256 = "sha256-tG+qV4Q77wT6x8y5cjZUaAWpL//sMUg1Ce3jS/dXF+Y="; # tests fails on darwin doCheck = !stdenv.isDarwin; From cb6c90c9dfdfb3ac69942b4c7e7f05a4face5333 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 01:12:56 +0000 Subject: [PATCH 19/71] mubeng: 0.9.3 -> 0.10.0 --- pkgs/tools/networking/mubeng/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/networking/mubeng/default.nix b/pkgs/tools/networking/mubeng/default.nix index 617f4de0472f..e4b9cedaff4d 100644 --- a/pkgs/tools/networking/mubeng/default.nix +++ b/pkgs/tools/networking/mubeng/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "mubeng"; - version = "0.9.3"; + version = "0.10.0"; src = fetchFromGitHub { owner = "kitabisa"; repo = pname; rev = "v${version}"; - sha256 = "sha256-qEIPu4miZpWL19N36DsKMbckXbHDTTZjp2ccZrV3LFc="; + sha256 = "sha256-z81/WbqhMJPliT5rrW4UY8gseV7R2UDQIUOjZuUgLTI="; }; - vendorSha256 = "sha256-sAcDyGNOSm+BnsYyrR2x1vkGo6ZEykhkF7L9lzPrD+o="; + vendorSha256 = "sha256-CjAFntwpHvUOaaLHDOT9Dctptv5EFW62X8XWT4SvT2A="; ldflags = [ "-s" "-w" "-X ktbs.dev/mubeng/common.Version=${version}" ]; From a3cc17b0843df99f3406ad6d200b7529c3c9d861 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 05:45:42 +0000 Subject: [PATCH 20/71] json-schema-for-humans: 0.41.3 -> 0.41.6 --- .../python-modules/json-schema-for-humans/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/json-schema-for-humans/default.nix b/pkgs/development/python-modules/json-schema-for-humans/default.nix index 87d41a92ede2..53abd0c7da7d 100644 --- a/pkgs/development/python-modules/json-schema-for-humans/default.nix +++ b/pkgs/development/python-modules/json-schema-for-humans/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "json-schema-for-humans"; - version = "0.41.3"; + version = "0.41.6"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "coveooss"; repo = pname; rev = "v${version}"; - hash = "sha256-PEialHz5MJxi4PbtHYpx2CY78KgAKclijbF6cPr36vY="; + hash = "sha256-t5t+tZwhzOHpI2nc69baWtZamEOeouseMuVBnCQyjzQ="; }; postPatch = '' From 4bb98b13cfe9df497d5c0206e8f820bb351051fd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 05:48:39 +0000 Subject: [PATCH 21/71] detect-secrets: 1.2.0 -> 1.3.0 --- pkgs/development/python-modules/detect-secrets/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/detect-secrets/default.nix b/pkgs/development/python-modules/detect-secrets/default.nix index e9227891e045..9a69c8f48697 100644 --- a/pkgs/development/python-modules/detect-secrets/default.nix +++ b/pkgs/development/python-modules/detect-secrets/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "detect-secrets"; - version = "1.2.0"; + version = "1.3.0"; disabled = isPy27; src = fetchFromGitHub { owner = "Yelp"; repo = pname; rev = "v${version}"; - hash = "sha256-4VcV06iaL3NAj7qF8RyfWV1zgrt928AQfjGeuO2Pbjk="; + hash = "sha256-Dl/2HgCacDko/ug9nGA9X+LyOkuDot11H28lxrgkwdE="; leaveDotGit = true; }; From 965e3ae94c60a0415f0f78a9778ab1e7f0b08685 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 06:00:45 +0000 Subject: [PATCH 22/71] python310Packages.pyshp: 2.3.0 -> 2.3.1 --- pkgs/development/python-modules/pyshp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyshp/default.nix b/pkgs/development/python-modules/pyshp/default.nix index ac0473eeef38..cd42a4a0a694 100644 --- a/pkgs/development/python-modules/pyshp/default.nix +++ b/pkgs/development/python-modules/pyshp/default.nix @@ -2,12 +2,12 @@ , setuptools }: buildPythonPackage rec { - version = "2.3.0"; + version = "2.3.1"; pname = "pyshp"; src = fetchPypi { inherit pname version; - sha256 = "sha256-glBk6kA6zxNehGz4sJJEmUMOa+HNN6DzS+cTCQZhfTw="; + sha256 = "sha256-TK7IL9jdCW/rqCF4WAaLrLKjtZUPQ8BIxtwyo0idWvE="; }; pythonImportsCheck = [ "shapefile" ]; From d881abf6c284d068d9df92d28d5e6217f72abb08 Mon Sep 17 00:00:00 2001 From: Johannes Schleifenbaum Date: Fri, 29 Jul 2022 08:39:31 +0200 Subject: [PATCH 23/71] protoc-gen-go: 1.28.0 -> 1.28.1 --- pkgs/development/tools/protoc-gen-go/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/protoc-gen-go/default.nix b/pkgs/development/tools/protoc-gen-go/default.nix index 271d51042e25..659b9c2c2ace 100644 --- a/pkgs/development/tools/protoc-gen-go/default.nix +++ b/pkgs/development/tools/protoc-gen-go/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "protoc-gen-go"; - version = "1.28.0"; + version = "1.28.1"; src = fetchFromGitHub { owner = "protocolbuffers"; repo = "protobuf-go"; rev = "v${version}"; - sha256 = "sha256-GXXhBXzeFgS4DjY3jDRaJu/9PbfUnmWJiE4BwDBh7Ns="; + sha256 = "sha256-7Cg7fByLR9jX3OSCqJfLw5PAHDQi/gopkjtkbobnyWM="; }; vendorSha256 = "sha256-yb8l4ooZwqfvenlxDRg95rqiL+hmsn0weS/dPv/oD2Y="; From ab3502d4f0a3311c99c0776b3e85e1157d39c5b3 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 26 Jul 2022 11:56:23 +0200 Subject: [PATCH 24/71] python310Packages.apptools: Enable more tests --- .../python-modules/apptools/default.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/pkgs/development/python-modules/apptools/default.nix b/pkgs/development/python-modules/apptools/default.nix index 1b67f4921e26..c2c14fba3735 100644 --- a/pkgs/development/python-modules/apptools/default.nix +++ b/pkgs/development/python-modules/apptools/default.nix @@ -26,11 +26,20 @@ buildPythonPackage rec { }; patches = [ + # python310: Fix tests + # https://github.com/enthought/apptools/issues/303 + (fetchpatch { + url = "https://github.com/enthought/apptools/commit/10fb73916124f7ae7edf6c6688a05ad95678488f.patch"; + sha256 = "sha256-izAcP5RWobLvnk2PQx31SX/TUGkw+prbYbjamYVmtjY="; + name = "fix_python310_tests.patch"; + }) + # python39: importlib_resources -> importlib.resources. This patch will be included # in the next release after 5.1.0. (fetchpatch { url = "https://github.com/enthought/apptools/commit/0ae4f52f19a8c0ca9d7926e17c7de949097f24b4.patch"; sha256 = "165aiwjisr5c3lasg7xblcha7y1y5bq23vi3g9gc80c24bzwcbsw"; + name = "fix_importlib-resources_naming.patch"; }) ]; @@ -52,14 +61,6 @@ buildPythonPackage rec { export HOME=$TMP ''; - disabledTestPaths = lib.optionals (pythonAtLeast "3.10") [ - # https://github.com/enthought/apptools/issues/303 - "apptools/io/h5/tests/test_dict_node.py" - "apptools/io/h5/tests/test_file.py" - "apptools/io/h5/tests/test_table_node.py" - ]; - - pythonImportsCheck = [ "apptools" ]; From ad9b9f5ce3e3a3eceab403f22e18c748698ea77f Mon Sep 17 00:00:00 2001 From: Filipe Regadas Date: Fri, 29 Jul 2022 08:24:22 +0100 Subject: [PATCH 25/71] Revert: scala-cli: add aarch64-darwin to sources #178711 scala-cli only has x86 binary and should be used via an overlay. This is in line with all the other darwin packages. --- pkgs/development/tools/build-managers/scala-cli/sources.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/tools/build-managers/scala-cli/sources.json b/pkgs/development/tools/build-managers/scala-cli/sources.json index 849c6b29b4b2..7f4c2b121656 100644 --- a/pkgs/development/tools/build-managers/scala-cli/sources.json +++ b/pkgs/development/tools/build-managers/scala-cli/sources.json @@ -1,10 +1,6 @@ { "version": "0.1.10", "assets": { - "aarch64-darwin": { - "asset": "scala-cli-x86_64-apple-darwin.gz", - "sha256": "1dqvvdwmakdbbq02h33impv84jzks6ba33jgaf2py4rri6hr84rg" - }, "x86_64-darwin": { "asset": "scala-cli-x86_64-apple-darwin.gz", "sha256": "1dqvvdwmakdbbq02h33impv84jzks6ba33jgaf2py4rri6hr84rg" From 8c4c8a390ad74153705174f41eb6e5d9acef46b0 Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Fri, 29 Jul 2022 08:39:02 +0100 Subject: [PATCH 26/71] kube-hunter: trim unnecessary dependency --- pkgs/tools/security/kube-hunter/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/security/kube-hunter/default.nix b/pkgs/tools/security/kube-hunter/default.nix index d9ef1f382521..e082b3d217e8 100644 --- a/pkgs/tools/security/kube-hunter/default.nix +++ b/pkgs/tools/security/kube-hunter/default.nix @@ -21,7 +21,6 @@ python3.pkgs.buildPythonApplication rec { propagatedBuildInputs = with python3.pkgs; [ netaddr netifaces - scapy requests prettytable urllib3 From be64d6a5794c36cb712751705cca09fb8fa40c93 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 08:37:01 +0000 Subject: [PATCH 27/71] cliam: 1.0.0 -> 2.0.0 --- pkgs/tools/security/cliam/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/cliam/default.nix b/pkgs/tools/security/cliam/default.nix index 7b7ee342a12d..8ae75142ba4d 100644 --- a/pkgs/tools/security/cliam/default.nix +++ b/pkgs/tools/security/cliam/default.nix @@ -6,16 +6,16 @@ buildGoModule rec { pname = "cliam"; - version = "1.0.0"; + version = "2.0.0"; src = fetchFromGitHub { owner = "securisec"; repo = pname; rev = version; - hash = "sha256-bq7u6pknokyY4WwO1qMYPuY86UZlDgeYEa1AJpk8d+4="; + hash = "sha256-TEpAY1yY5AFTg5yUZMvTFdZiQ7yBi0rjYgCCksiMfDU="; }; - vendorSha256 = "sha256-aGBA97EvIUv9myqcrtltiVxh1/0VtrQy2j9GU6r197g="; + vendorSha256 = "sha256-VCai9rxpnlpviN5W/VIRcNGvPljE2gbFnxA1OKhVElk="; nativeBuildInputs = [ installShellFiles From c5430aafbfec9755bf798150e6cdd8aadaa55ea2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 09:29:27 +0000 Subject: [PATCH 28/71] dnsmonster: 0.9.3 -> 0.9.4 --- pkgs/tools/networking/dnsmonster/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/networking/dnsmonster/default.nix b/pkgs/tools/networking/dnsmonster/default.nix index e222ae9a407c..22365b5cfad6 100644 --- a/pkgs/tools/networking/dnsmonster/default.nix +++ b/pkgs/tools/networking/dnsmonster/default.nix @@ -7,16 +7,16 @@ buildGoModule rec { pname = "dnsmonster"; - version = "0.9.3"; + version = "0.9.4"; src = fetchFromGitHub { owner = "mosajjal"; repo = pname; rev = "v${version}"; - hash = "sha256-1tYC76g3GOqMaosAYYXOrOKTdW7muPTaeeLzGUsjogE="; + hash = "sha256-5+ivBnpE4odmm7N1FVJcKw5VlEkPiGOadsFy4Vq6gVo="; }; - vendorSha256 = "sha256-2gWifzBjAx+c/if6ZZQ/s73oPPTY9eJfHYL4F/058h0="; + vendorSha256 = "sha256-WCgaf34l+4dq79STBtUp1wX02ldKuTYvB+op/UTAtNQ="; buildInputs = [ libpcap From 7ab712a26292ce641f11dd26f4fd1f7e3113db5d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 09:40:34 +0000 Subject: [PATCH 29/71] dontgo403: 0.3 -> 0.5 --- pkgs/tools/security/dontgo403/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/dontgo403/default.nix b/pkgs/tools/security/dontgo403/default.nix index d1595d9de2b7..b4a108e8eb84 100644 --- a/pkgs/tools/security/dontgo403/default.nix +++ b/pkgs/tools/security/dontgo403/default.nix @@ -5,13 +5,13 @@ buildGoModule rec { pname = "dontgo403"; - version = "0.3"; + version = "0.5"; src = fetchFromGitHub { owner = "devploit"; repo = pname; rev = version; - hash = "sha256-QHkmnhOLdyci3PAhf/JIiYlCta8DJ3cZb1S6Sim0qGQ="; + hash = "sha256-aVPmS4qIa9v7jnK1YG9EUV81frhu3/0x3zY7akPkpeg="; }; vendorSha256 = "sha256-jF+CSmLHMdlFpttYf3pK84wdfFAHSVPAK8S5zunUzB0="; From 5d2cfcca1ca422a261b25c1cd2a5b4c38d83a856 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 09:41:55 +0000 Subject: [PATCH 30/71] directx-shader-compiler: 1.6.2112 -> 1.7.2207 --- pkgs/tools/graphics/directx-shader-compiler/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/graphics/directx-shader-compiler/default.nix b/pkgs/tools/graphics/directx-shader-compiler/default.nix index bfc87f20bb8f..31102443d850 100644 --- a/pkgs/tools/graphics/directx-shader-compiler/default.nix +++ b/pkgs/tools/graphics/directx-shader-compiler/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "directx-shader-compiler"; - version = "1.6.2112"; + version = "1.7.2207"; # Put headers in dev, there are lot of them which aren't necessary for # using the compiler binary. @@ -12,7 +12,7 @@ stdenv.mkDerivation rec { owner = "microsoft"; repo = "DirectXShaderCompiler"; rev = "v${version}"; - hash = "sha256-+oh7oWJCE0CLehnqpE2J9aIfMFbtfLAKwI9ETmCg/TA="; + hash = "sha256-yvhraZPJ6ocsg7/22/AzDbl/Rz7qXRQiXBxE1zB1QPA="; fetchSubmodules = true; }; From 87b699659efb13efa3d9a35f3efa3f10a960aac9 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 29 Jul 2022 18:45:00 +0800 Subject: [PATCH 31/71] selene: 0.16.0 -> 0.20.0 --- pkgs/development/tools/selene/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/selene/default.nix b/pkgs/development/tools/selene/default.nix index 37071321f510..d9a2782f3368 100644 --- a/pkgs/development/tools/selene/default.nix +++ b/pkgs/development/tools/selene/default.nix @@ -10,16 +10,16 @@ rustPlatform.buildRustPackage rec { pname = "selene"; - version = "0.16.0"; + version = "0.20.0"; src = fetchFromGitHub { owner = "kampfkarren"; repo = pname; rev = version; - sha256 = "sha256-S0EeFJS90bzQ7C+hN4CyZ7l9wmizT2d3P6utshI5JWs="; + sha256 = "sha256-ScO2ih+Y8R1OrazSmLlz9QtTUjQ6tIPf5F5juj2nc7Y="; }; - cargoSha256 = "sha256-3J1Q595LxAI0LBP4/cLHDrMbZBnoA2+OSr8/erQcN+0="; + cargoSha256 = "sha256-pJZrNjgtYjribIKo4DWR47dnyoSuy9sSRPd+ginDlOU="; nativeBuildInputs = lib.optional robloxSupport pkg-config; From 96cde6dba92cfb571b29dc96b83e8bf0ecd40afe Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 29 Jul 2022 13:23:46 +0200 Subject: [PATCH 32/71] dagger: 0.2.25 -> 0.2.27 --- .../tools/continuous-integration/dagger/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/continuous-integration/dagger/default.nix b/pkgs/development/tools/continuous-integration/dagger/default.nix index 6c43d24bd18a..a5ba3ea76c47 100644 --- a/pkgs/development/tools/continuous-integration/dagger/default.nix +++ b/pkgs/development/tools/continuous-integration/dagger/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "dagger"; - version = "0.2.25"; + version = "0.2.27"; src = fetchFromGitHub { owner = "dagger"; repo = "dagger"; rev = "v${version}"; - sha256 = "sha256-O2Y1F0IjsCfOvTZdOeuvRj5t7UXO9A8sUOgj/1TwuFw="; + sha256 = "sha256-NOdr/C2a4A1uC9al2gkrGKJ01/R9TUpHjwuQNpSGHCo="; }; - vendorSha256 = "sha256-zoa17vU2049FJj+Ns3AV01XEMMWzzJ9HSpKp1Hl6CCU="; + vendorSha256 = "sha256-+TKdLtR5W4RtOs1qpA1EVc6RS6/SQT8OWNwwllSsBqQ="; subPackages = [ "cmd/dagger" From 376bebc01f3ce8b26038ce6802015771ec3b3f02 Mon Sep 17 00:00:00 2001 From: Barry Moore Date: Fri, 29 Jul 2022 09:10:44 -0400 Subject: [PATCH 33/71] fnlfmt: 0.2.2 -> 0.2.3 --- pkgs/development/tools/fnlfmt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/fnlfmt/default.nix b/pkgs/development/tools/fnlfmt/default.nix index aa34d0236524..f762e5453cfa 100644 --- a/pkgs/development/tools/fnlfmt/default.nix +++ b/pkgs/development/tools/fnlfmt/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "fnlfmt"; - version = "0.2.2"; + version = "0.2.3"; src = fetchFromSourcehut { owner = "~technomancy"; repo = pname; rev = version; - sha256 = "sha256-ZuSXeAhxfH0F/Y0nwqisxLMwh21Kub7viNcXD3FVYOc="; + sha256 = "sha256-FKmr5Xihyk+ikYN8WXBq5UFJziwEb8xaUBswNt/JMBg="; }; nativeBuildInputs = [ fennel ]; From 3ff7328064b3fb8d3fa4ff371fa2767759d3f520 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 13:42:27 +0000 Subject: [PATCH 34/71] nmap-formatter: 1.0.2 -> 2.0.1 --- pkgs/tools/security/nmap-formatter/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/nmap-formatter/default.nix b/pkgs/tools/security/nmap-formatter/default.nix index 132d6b852b50..6aad0b111be8 100644 --- a/pkgs/tools/security/nmap-formatter/default.nix +++ b/pkgs/tools/security/nmap-formatter/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "nmap-formatter"; - version = "1.0.2"; + version = "2.0.1"; src = fetchFromGitHub { owner = "vdjagilev"; repo = pname; rev = "v${version}"; - hash = "sha256-ePhm1qwluHhMC0oS/qEHkZv04nAdh2IDSkIW507MLjo="; + hash = "sha256-Jhjvtk8SDs//eBW+2+yLcIXf/NetfBUrKvzKCj+VyMg="; }; - vendorSha256 = "sha256-zkPXjCC+ZdR14O60ZaGFYdEZVxQ5z99HVmLOR10qqfg="; + vendorSha256 = "sha256-u36eHSb6YlGJNkgmRDclxTsdkONLKn8J/GKaoCgy+Qk="; meta = with lib; { description = "Tool that allows you to convert nmap output"; From 1b63766686b722f31adcb6deca259af304058b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 29 Jul 2022 15:44:57 +0200 Subject: [PATCH 35/71] procs: 0.12.3 -> 0.13.0 --- pkgs/tools/admin/procs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/admin/procs/default.nix b/pkgs/tools/admin/procs/default.nix index 6f907badde2e..fd180d4e9910 100644 --- a/pkgs/tools/admin/procs/default.nix +++ b/pkgs/tools/admin/procs/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "procs"; - version = "0.12.3"; + version = "0.13.0"; src = fetchFromGitHub { owner = "dalance"; repo = pname; rev = "v${version}"; - sha256 = "sha256-XR6HhMu5AN1vkR3YtDlogTN9/aEExFQtATyKUqWjyAM="; + sha256 = "sha256-O5q+T6GO03Wf26CLyEgS45h7O38HsVZ+EJi8TgFcNaI="; }; - cargoSha256 = "sha256-U1ewV/t66jrFRMdu5ddPWyg08C2IGFr6rudPFRIkPsg="; + cargoSha256 = "sha256-JZsDKeiF/Mg4P6dLaN+8+TLHnCsB97d9TDn4cSdzZZE="; nativeBuildInputs = [ installShellFiles ]; From f8d6971171c4020bd6ab4d45b061be89fb70666c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 13:48:08 +0000 Subject: [PATCH 36/71] nwipe: 0.33 -> 0.34 --- pkgs/tools/security/nwipe/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/nwipe/default.nix b/pkgs/tools/security/nwipe/default.nix index 50a8cf83db22..35ca1f9b4125 100644 --- a/pkgs/tools/security/nwipe/default.nix +++ b/pkgs/tools/security/nwipe/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "nwipe"; - version = "0.33"; + version = "0.34"; src = fetchFromGitHub { owner = "martijnvanbrummelen"; repo = "nwipe"; rev = "v${version}"; - sha256 = "sha256-i+cK2XTdWc3ByG9i+rfwL3Ds8Sl15/wZwEc5nrcWdeY="; + sha256 = "sha256-7WI8AwWkg9rOjAbOyDgCVOpeMxvJ5Bd1yvzfSv6TPLs="; }; nativeBuildInputs = [ From 6517238ef9d55f3676a6c0673f008c6976e713bb Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 29 Jul 2022 22:26:10 +0800 Subject: [PATCH 37/71] suckit: 0.1.2 -> 0.2.0 --- pkgs/tools/networking/suckit/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/networking/suckit/default.nix b/pkgs/tools/networking/suckit/default.nix index 568e344065e4..c6f18b26b8c4 100644 --- a/pkgs/tools/networking/suckit/default.nix +++ b/pkgs/tools/networking/suckit/default.nix @@ -9,23 +9,26 @@ rustPlatform.buildRustPackage rec { pname = "suckit"; - version = "0.1.2"; + version = "0.2.0"; src = fetchFromGitHub { owner = "skallwar"; repo = pname; rev = "v${version}"; - sha256 = "0wr03yvrqa9p6m127fl4hcf9057i11zld898qz4kbdyiynpi0166"; + sha256 = "sha256-M4/vD1sVny7hAf4h56Z2xy7yuCqH/H3qHYod6haZOs0="; }; - cargoSha256 = "sha256-6otIWAAf9pI4A8kxK3dyOVpkw+SJ3/YAvTahDSXMWNc="; + cargoSha256 = "sha256-JsH7TL9iITawuECm1hzs5oXFtnoUqLT4ug2CafoO2ao="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security; # requires internet access - checkFlags = [ "--skip=test_download_url" ]; + checkFlags = [ + "--skip=test_download_url" + "--skip=test_external_download" + ]; meta = with lib; { description = "Recursively visit and download a website's content to your disk"; From aaf48e0d9f2e3355414ca59769c294bebc65cfd7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 14:33:36 +0000 Subject: [PATCH 38/71] opentelemetry-collector-contrib: 0.51.0 -> 0.56.0 --- pkgs/tools/misc/opentelemetry-collector/contrib.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/opentelemetry-collector/contrib.nix b/pkgs/tools/misc/opentelemetry-collector/contrib.nix index 88a1e71d900e..31f5cb701c99 100644 --- a/pkgs/tools/misc/opentelemetry-collector/contrib.nix +++ b/pkgs/tools/misc/opentelemetry-collector/contrib.nix @@ -6,17 +6,17 @@ buildGoModule rec { pname = "opentelemetry-collector-contrib"; - version = "0.51.0"; + version = "0.56.0"; src = fetchFromGitHub { owner = "open-telemetry"; repo = "opentelemetry-collector-contrib"; rev = "v${version}"; - sha256 = "sha256-lMTOJFGuJhdXOvCk70Bee97Vb0HBCDnOLeK2q7S4hW8="; + sha256 = "sha256-uNUMXtDlnC9HHBw+QJj5p21pWMfr2kGeVghpTLFBlsg="; }; # proxy vendor to avoid hash missmatches between linux and macOS proxyVendor = true; - vendorSha256 = "sha256-G3sIWkYKYnqDmmwspQNw+8yU/SWBBr8KX7Osae9mXe4="; + vendorSha256 = "sha256-2VfzdGgzF9A1PGv1Dum0Me10OCKK27h9ZLvb1uWscmk="; subPackages = [ "cmd/otelcontribcol" ]; From b785a23105b23d211e289dcd3f548299bc889b1a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 14:41:36 +0000 Subject: [PATCH 39/71] operator-sdk: 1.18.1 -> 1.22.2 --- pkgs/development/tools/operator-sdk/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/operator-sdk/default.nix b/pkgs/development/tools/operator-sdk/default.nix index fabc6e5ac4b9..d3e0ab91ed86 100644 --- a/pkgs/development/tools/operator-sdk/default.nix +++ b/pkgs/development/tools/operator-sdk/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "operator-sdk"; - version = "1.18.1"; + version = "1.22.2"; src = fetchFromGitHub { owner = "operator-framework"; repo = pname; rev = "v${version}"; - sha256 = "sha256-BusShYGgaUGwLMWr/EHS7kDUTnTJyHzWUztlaMJskAg="; + sha256 = "sha256-SpSdVJeN+rOZ6jeFPKadXKQLBZmrLjbrBrJsK9zDiZg="; }; - vendorSha256 = "sha256-VH2ALKSr+UFk26Y5/1yhLP//wc1t8f9O5dMg0RGz4ZM="; + vendorSha256 = "sha256-MiA3XbdSwzZLilvrqlNU8e2nMAfhmVnNeG1oUx4ISRU="; doCheck = false; From 041ebe17e4680a94194a3fbf6a06c726fbe8a1c5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 14:47:03 +0000 Subject: [PATCH 40/71] oras: 0.12.0 -> 0.13.0 --- pkgs/development/tools/oras/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/oras/default.nix b/pkgs/development/tools/oras/default.nix index 94a81144ccc2..5d82e5c3a19c 100644 --- a/pkgs/development/tools/oras/default.nix +++ b/pkgs/development/tools/oras/default.nix @@ -2,15 +2,15 @@ buildGoModule rec { pname = "oras"; - version = "0.12.0"; + version = "0.13.0"; src = fetchFromGitHub { owner = "oras-project"; repo = "oras"; rev = "v${version}"; - sha256 = "sha256-6W7vmWFjULIJnOVtgSrCEKw/83W8jNSbM0AF4LZZR6U="; + sha256 = "sha256-QmyMDmZXOXD+6T+7Xl9kPFeOrkP1styzwwWi5tH9aO0="; }; - vendorSha256 = "sha256-3UKsH4Jbq7G5PRwhn5lW0NR80jhmuzT9daa++v2sFWk="; + vendorSha256 = "sha256-JoSo716o1RmMlAFSauzgzH6ypE/Kxo/PniJ2PGdfKZ8="; ldflags = [ "-s" From acd0c51b1cc6c2fa68037dec815c6f6a436ff779 Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Fri, 29 Jul 2022 19:21:26 +0300 Subject: [PATCH 41/71] nextcloud-client: 3.5.2 -> 3.5.3 --- pkgs/applications/networking/nextcloud-client/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix index 0a5f465946af..7506dae36778 100644 --- a/pkgs/applications/networking/nextcloud-client/default.nix +++ b/pkgs/applications/networking/nextcloud-client/default.nix @@ -26,7 +26,7 @@ mkDerivation rec { pname = "nextcloud-client"; - version = "3.5.2"; + version = "3.5.3"; outputs = [ "out" "dev" ]; @@ -34,7 +34,7 @@ mkDerivation rec { owner = "nextcloud"; repo = "desktop"; rev = "v${version}"; - sha256 = "sha256-lNsAdYErd3m1bNhvSDVJ5Rfqt8lutNJ1+2DCmntL6pM="; + sha256 = "sha256-J6ukQ29DpCgmX9MF+evWXAy3usl0xB/xv4inBPS8nQI="; }; patches = [ From 67bedf8b1a31d2b653a762f445936fb49df9961c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 17:07:11 +0000 Subject: [PATCH 42/71] polymc: 1.4.0 -> 1.4.1 --- pkgs/games/polymc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/polymc/default.nix b/pkgs/games/polymc/default.nix index 40692cb3c7a8..134e54c0939b 100644 --- a/pkgs/games/polymc/default.nix +++ b/pkgs/games/polymc/default.nix @@ -21,13 +21,13 @@ stdenv.mkDerivation rec { pname = "polymc"; - version = "1.4.0"; + version = "1.4.1"; src = fetchFromGitHub { owner = "PolyMC"; repo = "PolyMC"; rev = version; - sha256 = "sha256-gaPqCAC/tE6nUONgWSrVm3oBzSnOhZ5xiAJ+QyX+8rA="; + sha256 = "sha256-Pu2Eb3g6gwCZjJN0N6S/N82eBMLduQQUzXo8nMmtE+Y="; fetchSubmodules = true; }; From be408ef5bb8be9a35478f838e1f80fa1b0c29c1f Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 29 Jul 2022 19:09:01 +0200 Subject: [PATCH 43/71] linux: 4.14.289 -> 4.14.290 --- 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 6de2a35fd473..018ec0e8a927 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.289"; + version = "4.14.290"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1v24mv49skgijcbafgai0glrzwiv2j1hndkz7v6ygc18jxh5fqg6"; + sha256 = "0zyxb99a7fa2l85vnzmvg2nry99clj20d4j38piqm921iqxak2j4"; }; } // (args.argsOverride or {})) From 310ce04485de3f7de15892bb4554c0b708b05835 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 29 Jul 2022 19:09:22 +0200 Subject: [PATCH 44/71] linux: 4.19.253 -> 4.19.254 --- 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 c9f0431244df..afa8423d578b 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.253"; + version = "4.19.254"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1jc2j0wskgr1bdzpz6sn2bvafpviiin6mwr93yykcczzfjijr8yz"; + sha256 = "1rd40wmdaymbly2zvf60mjqsflkd4n1y232qz0ixn1rfl28yz62i"; }; } // (args.argsOverride or {})) From 32da3390ab08cc60233c1c30e27eb67ea254777e Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 29 Jul 2022 19:09:39 +0200 Subject: [PATCH 45/71] linux: 4.9.324 -> 4.9.325 --- pkgs/os-specific/linux/kernel/linux-4.9.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-4.9.nix b/pkgs/os-specific/linux/kernel/linux-4.9.nix index c8e16830f4e5..3fb588d3cb93 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.9.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.9.nix @@ -1,12 +1,12 @@ { buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args: buildLinux (args // rec { - version = "4.9.324"; + version = "4.9.325"; extraMeta.branch = "4.9"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "0g51vfp0g3py82l3q66p7nvl03h6l1nlny18gangji75a3c39yh4"; + sha256 = "04msx0x0d8v93zjr3jj0qqkgg7m4hb7rj6hk5vzrzasmgbjmb3dl"; }; } // (args.argsOverride or {})) From 40b001eee21f6460a04550225f725311defb0ef0 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 29 Jul 2022 19:09:57 +0200 Subject: [PATCH 46/71] linux: 5.10.132 -> 5.10.134 --- 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 93b11cc78902..a3a9d64f1f34 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.132"; + version = "5.10.134"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "0aps3kglzw480ps9agw1k3zn8ipibwkrx13kzijfl7g0xqqsj1bx"; + sha256 = "0s9j4zzck9880kvyb18i2ng6dc16p0dwsi95mkwdhg83vyn16dgc"; }; } // (args.argsOverride or {})) From 8beec3e69a275d934f57b401cec4ed3481570c15 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 29 Jul 2022 19:10:13 +0200 Subject: [PATCH 47/71] linux: 5.15.56 -> 5.15.58 --- 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 f286e1bfea09..ec02db37df35 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.56"; + version = "5.15.58"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "08w2kgc0v0ld7nxbary7d9fr2vxrsmqby7l4fhf7njgi6wsbp9p9"; + sha256 = "1a2gzjfymfafvk8cvibr1zdfydzxg0c5j772c9hqwcabkibxjnyp"; }; } // (args.argsOverride or { })) From 37f0f42f707c0a3e9499857d5ed667512633da67 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 29 Jul 2022 19:10:31 +0200 Subject: [PATCH 48/71] linux: 5.18.13 -> 5.18.15 --- pkgs/os-specific/linux/kernel/linux-5.18.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-5.18.nix b/pkgs/os-specific/linux/kernel/linux-5.18.nix index f8844461d79a..b3641d70b4e9 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.18.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.18.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "5.18.13"; + version = "5.18.15"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "1nkb4wl2v2pflqnfgmas1pmkr8wm14lm1c8py9sa5k1gwvzil3j3"; + sha256 = "0g5yvhq7rmkzvfl4w50l7bg56a20insvg4s4nvgnk2iqvkmlz039"; }; } // (args.argsOverride or { })) From d060a1191bfe4d9e8a4cc4bd49c80284bf71c294 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 29 Jul 2022 19:10:46 +0200 Subject: [PATCH 49/71] linux: 5.4.207 -> 5.4.208 --- 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 bcd502f79150..af11e96930db 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.207"; + version = "5.4.208"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "1wwpd26qhv6i00p0yxjisns6qiz9bfrxvn1xb4ylwr8ls7zyx78v"; + sha256 = "0i0fxv04r6g5ha84chih5cqsy59cv67pjxp8zfrdk1qapwddyvgh"; }; } // (args.argsOverride or {})) From 9776520fcca65a0112ed04cd89b75fd867346323 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 29 Jul 2022 19:49:22 +0200 Subject: [PATCH 50/71] roundcube: 1.5.3 -> 1.6.0 ChangeLog: https://github.com/roundcube/roundcubemail/releases/tag/1.6.0 --- pkgs/servers/roundcube/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/roundcube/default.nix b/pkgs/servers/roundcube/default.nix index 9376a024eceb..18856c556772 100644 --- a/pkgs/servers/roundcube/default.nix +++ b/pkgs/servers/roundcube/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "roundcube"; - version = "1.5.3"; + version = "1.6.0"; src = fetchurl { url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz"; - sha256 = "sha256-S8+sIZ8uAAXJEtrDIndDzB7Q3tacgi90yBpw0EHlo70="; + sha256 = "sha256-JAnM3+LkZfCGy5/BjIjf4Kr2zMI5JFZJdQYSCZIWlLo="; }; patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ]; From dc26c8a4445558a7e740329028ded79557abcf22 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Fri, 29 Jul 2022 10:55:02 -0700 Subject: [PATCH 51/71] python3Packages.questionary: 1.10.0 -> unstable-2022-07-27 --- pkgs/development/python-modules/questionary/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/questionary/default.nix b/pkgs/development/python-modules/questionary/default.nix index 35257708ae05..e0b549dd6dcb 100644 --- a/pkgs/development/python-modules/questionary/default.nix +++ b/pkgs/development/python-modules/questionary/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "questionary"; - version = "1.10.0"; + version = "unstable-2022-07-27"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -18,8 +18,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "tmbo"; repo = pname; - rev = version; - sha256 = "14k24fq2nmk90iv0k7pnmmdhmk8z261397wg52sfcsccyhpdw3i7"; + rev = "848b040c5b7086ffe75bd92c656e15e94d905146"; + hash = "sha256-W0d1Uoy5JdN3BFfeyk1GG0HBzmgKoBApaGad0UykZaY="; }; nativeBuildInputs = [ From 8e66ff7ed9216d090f158aa0dfdd203538e16a5e Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Fri, 29 Jul 2022 10:55:47 -0700 Subject: [PATCH 52/71] python3Packages.commitizen: 2.21.2 -> 2.29.2 --- .../version-management/commitizen/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/commitizen/default.nix b/pkgs/applications/version-management/commitizen/default.nix index 38aca7350a6c..f6a52466d68d 100644 --- a/pkgs/applications/version-management/commitizen/default.nix +++ b/pkgs/applications/version-management/commitizen/default.nix @@ -16,6 +16,7 @@ , termcolor , tomlkit , typing-extensions +, chardet , argcomplete, fetchPypi }: @@ -34,13 +35,13 @@ in buildPythonApplication rec { pname = "commitizen"; - version = "2.21.2"; + version = "2.29.2"; src = fetchFromGitHub { owner = "commitizen-tools"; repo = pname; rev = "v${version}"; - sha256 = "sha256-7S676bpSrlAqpbgDj9nAo0WjeitbbHoYc693MJm35Js="; + hash = "sha256-4mK+GA1rfctJkMv4ZMfXE/qih/9fF0kwT6bIcLVB/Bk="; deepClone = true; }; @@ -49,6 +50,7 @@ buildPythonApplication rec { nativeBuildInputs = [ poetry ]; propagatedBuildInputs = [ + chardet termcolor questionary colorama @@ -85,6 +87,8 @@ buildPythonApplication rec { "test_bump_on_git_with_hooks_no_verify_disabled" "test_bump_on_git_with_hooks_no_verify_enabled" "test_bump_patch_increment" + "test_bump_pre_commit_changelog" + "test_bump_pre_commit_changelog_fails_always" "test_bump_tag_exists_raises_exception" "test_bump_when_bumpping_is_not_support" "test_bump_when_version_inconsistent_in_version_files" From cc640bd9a42d7b9dfcb94dcc1bc0a10a5ecffb71 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 17:59:28 +0000 Subject: [PATCH 53/71] proxify: 0.0.6 -> 0.0.7 --- pkgs/tools/networking/proxify/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/networking/proxify/default.nix b/pkgs/tools/networking/proxify/default.nix index dabe0b40d25d..4b8dbcdfe0b8 100644 --- a/pkgs/tools/networking/proxify/default.nix +++ b/pkgs/tools/networking/proxify/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "proxify"; - version = "0.0.6"; + version = "0.0.7"; src = fetchFromGitHub { owner = "projectdiscovery"; repo = "proxify"; rev = "v${version}"; - sha256 = "sha256-g6HYwcQ4zAPLdu2o7oS1uWyFMp5FpGuJVXPtfAqYHJc="; + sha256 = "sha256-6YsduuiPgwxcSkqEcMxEhubte87IxWV9Qa1Vyv0Pd5w="; }; - vendorSha256 = "sha256-JJhxVfvcqOW6zvg+m8lIcrRgxIStFKXMuWo1BMmIv+o="; + vendorSha256 = "sha256-ewPimn70cheToU33g3p9s0MHxQdbKiqhGReKLgiHOSI="; meta = with lib; { description = "Proxy tool for HTTP/HTTPS traffic capture"; From d8bd0e8d8ea1f03b90fd2c30577225ecd8bf9e0f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 29 Jul 2022 20:14:46 +0200 Subject: [PATCH 54/71] python310Packages.json-schema-for-humans: update disabled --- .../python-modules/json-schema-for-humans/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/json-schema-for-humans/default.nix b/pkgs/development/python-modules/json-schema-for-humans/default.nix index 53abd0c7da7d..856ee981e380 100644 --- a/pkgs/development/python-modules/json-schema-for-humans/default.nix +++ b/pkgs/development/python-modules/json-schema-for-humans/default.nix @@ -2,7 +2,6 @@ , beautifulsoup4 , buildPythonPackage , click -, dataclasses , dataclasses-json , fetchFromGitHub , htmlmin @@ -22,7 +21,7 @@ buildPythonPackage rec { version = "0.41.6"; format = "pyproject"; - disabled = pythonOlder "3.6"; + disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "coveooss"; @@ -50,8 +49,6 @@ buildPythonPackage rec { pytz pyyaml requests - ] ++ lib.optionals (pythonOlder "3.7") [ - dataclasses ]; checkInputs = [ From 623e6ab788a23f54437749bfc9b0142e4bcf7f6c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 18:15:08 +0000 Subject: [PATCH 55/71] py-spy: 0.3.11 -> 0.3.12 --- pkgs/development/tools/py-spy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/py-spy/default.nix b/pkgs/development/tools/py-spy/default.nix index c6bc51b4f844..0ade6d722d12 100644 --- a/pkgs/development/tools/py-spy/default.nix +++ b/pkgs/development/tools/py-spy/default.nix @@ -2,13 +2,13 @@ rustPlatform.buildRustPackage rec { pname = "py-spy"; - version = "0.3.11"; + version = "0.3.12"; src = fetchFromGitHub { owner = "benfred"; repo = "py-spy"; rev = "v${version}"; - sha256 = "sha256-4Zp4IGd4lKBC0ye2/7Tfpz8vJzm0VnkKqx/2k3mCj3A="; + sha256 = "sha256-k58PPJAF9MsKRlscFSqdtTY5/rriaF0mXjgkADT+F4s="; }; NIX_CFLAGS_COMPILE = "-L${libunwind}/lib"; @@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec { checkInputs = [ python3 ]; - cargoSha256 = "sha256-LEtmzCoT8esBYh9PkCGpzUU7miaWd3Ao0z/LzxhP39A="; + cargoSha256 = "sha256-DC+EfJ671/bvFoHHjpJlFCO/phdndNcldnP3DsIKqAg="; meta = with lib; { description = "Sampling profiler for Python programs"; From d04acdc3cc57b88b68db98b26473f077ba64e287 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 29 Jul 2022 20:17:53 +0200 Subject: [PATCH 56/71] python310Packages.pyshp: disable on older Python releases --- .../python-modules/pyshp/default.nix | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/pyshp/default.nix b/pkgs/development/python-modules/pyshp/default.nix index cd42a4a0a694..3100709004cf 100644 --- a/pkgs/development/python-modules/pyshp/default.nix +++ b/pkgs/development/python-modules/pyshp/default.nix @@ -1,19 +1,27 @@ -{ lib, buildPythonPackage, fetchPypi -, setuptools }: +{ lib +, buildPythonPackage +, fetchPypi +, pythonOlder +}: buildPythonPackage rec { - version = "2.3.1"; pname = "pyshp"; + version = "2.3.1"; + format = "setuptools"; + + disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-TK7IL9jdCW/rqCF4WAaLrLKjtZUPQ8BIxtwyo0idWvE="; + hash = "sha256-TK7IL9jdCW/rqCF4WAaLrLKjtZUPQ8BIxtwyo0idWvE="; }; - pythonImportsCheck = [ "shapefile" ]; + pythonImportsCheck = [ + "shapefile" + ]; meta = with lib; { - description = "Pure Python read/write support for ESRI Shapefile format"; + description = "Python read/write support for ESRI Shapefile format"; homepage = "https://github.com/GeospatialPython/pyshp"; license = licenses.mit; maintainers = with maintainers; [ ]; From aae27d675b19ac1331e9939018c5ae8d08b6f9f0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 29 Jul 2022 20:21:06 +0200 Subject: [PATCH 57/71] python310Packages.detect-secrets: disable on older Python releases --- .../python-modules/detect-secrets/default.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/detect-secrets/default.nix b/pkgs/development/python-modules/detect-secrets/default.nix index 9a69c8f48697..a46c445be944 100644 --- a/pkgs/development/python-modules/detect-secrets/default.nix +++ b/pkgs/development/python-modules/detect-secrets/default.nix @@ -2,11 +2,11 @@ , buildPythonPackage , fetchFromGitHub , gibberish-detector -, isPy27 , mock , pkgs , pyahocorasick , pytestCheckHook +, pythonOlder , pyyaml , requests , responses @@ -16,7 +16,9 @@ buildPythonPackage rec { pname = "detect-secrets"; version = "1.3.0"; - disabled = isPy27; + format = "setuptools"; + + disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Yelp"; @@ -58,7 +60,9 @@ buildPythonPackage rec { "test_start_halfway" ]; - pythonImportsCheck = [ "detect_secrets" ]; + pythonImportsCheck = [ + "detect_secrets" + ]; meta = with lib; { description = "An enterprise friendly way of detecting and preventing secrets in code"; From 8dabfb103fe02a7b5fd2d3f1392bd03f57ff1f2f Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 29 Jul 2022 20:21:06 +0200 Subject: [PATCH 58/71] grafana: 9.0.4 -> 9.0.5 ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.0.5 --- pkgs/servers/monitoring/grafana/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/monitoring/grafana/default.nix b/pkgs/servers/monitoring/grafana/default.nix index a695698c15ab..4c36a86c9eb8 100644 --- a/pkgs/servers/monitoring/grafana/default.nix +++ b/pkgs/servers/monitoring/grafana/default.nix @@ -2,7 +2,7 @@ buildGoModule rec { pname = "grafana"; - version = "9.0.4"; + version = "9.0.5"; excludedPackages = [ "alert_webhook_listener" "clean-swagger" "release_publisher" "slow_proxy" "slow_proxy_mac" "macaron" "devenv" ]; @@ -10,12 +10,12 @@ buildGoModule rec { rev = "v${version}"; owner = "grafana"; repo = "grafana"; - sha256 = "sha256-V28wUkgWLUTRBNbx5xAdLUcFGU2DQ5Az5SSIJPv393U="; + sha256 = "sha256-TYT1eJ9jg82GFunYofPMCWuHB60qFg1lWTH2iapyUlc="; }; srcStatic = fetchurl { url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz"; - sha256 = "sha256-UU/THOSYJfbgx/Mn3rMZiODeHX4I6l/7Kpg5mBq5FUI="; + sha256 = "sha256-NljayyDOVazm5OyQw+XlHJgW0caC4TSmR56QwTTWrlw="; }; vendorSha256 = "sha256-6Z1qvn5HTybKAjsst8kSGYCbEIBsPyhNswVGGiMD9B8="; From e4b1f9e0f2e69a8caf53fb8054d531de929c104f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 29 Jul 2022 20:44:48 +0200 Subject: [PATCH 59/71] python310Packages.pyshp: enable tests --- .../python-modules/pyshp/default.nix | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/pyshp/default.nix b/pkgs/development/python-modules/pyshp/default.nix index 3100709004cf..ce4d09ba1748 100644 --- a/pkgs/development/python-modules/pyshp/default.nix +++ b/pkgs/development/python-modules/pyshp/default.nix @@ -1,6 +1,7 @@ { lib , buildPythonPackage -, fetchPypi +, fetchFromGitHub +, pytestCheckHook , pythonOlder }: @@ -11,15 +12,26 @@ buildPythonPackage rec { disabled = pythonOlder "3.7"; - src = fetchPypi { - inherit pname version; - hash = "sha256-TK7IL9jdCW/rqCF4WAaLrLKjtZUPQ8BIxtwyo0idWvE="; + src = fetchFromGitHub { + owner = "GeospatialPython"; + repo = pname; + rev = version; + hash = "sha256-yfxhgk8a1rdpGVkE1sjJqT6tiFLimhu2m2SjGxLI6wo="; }; + checkInputs = [ + pytestCheckHook + ]; + pythonImportsCheck = [ "shapefile" ]; + disabledTests = [ + # Requires network access + "test_reader_url" + ]; + meta = with lib; { description = "Python read/write support for ESRI Shapefile format"; homepage = "https://github.com/GeospatialPython/pyshp"; From 6d14a586ba7d4ff429435df790b610e284c2ed41 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 29 Jul 2022 21:01:46 +0200 Subject: [PATCH 60/71] exploitdb: 2022-07-22 -> 2022-07-27 --- pkgs/tools/security/exploitdb/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/exploitdb/default.nix b/pkgs/tools/security/exploitdb/default.nix index e9c419809ea4..34a73bc2eb35 100644 --- a/pkgs/tools/security/exploitdb/default.nix +++ b/pkgs/tools/security/exploitdb/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "exploitdb"; - version = "2022-07-22"; + version = "2022-07-27"; src = fetchFromGitHub { owner = "offensive-security"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-36zfLPXAeYVJQ448E5xuwrNR4cb7xpjwqOQY/WcteQ0="; + hash = "sha256-4GVlnr7ga+1xOb9cFKNeb0HELj8A8NgxwsKTnNpWqJI="; }; nativeBuildInputs = [ From 463327086db22fc62540532ae43d933e3e0caf29 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 28 Jul 2022 13:43:30 +0200 Subject: [PATCH 61/71] lib/systems/inspect.nix: add isAarch --- lib/systems/inspect.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/systems/inspect.nix b/lib/systems/inspect.nix index e5bd879e2c42..dbffca0300b5 100644 --- a/lib/systems/inspect.nix +++ b/lib/systems/inspect.nix @@ -16,6 +16,7 @@ rec { isx86 = { cpu = { family = "x86"; }; }; isAarch32 = { cpu = { family = "arm"; bits = 32; }; }; isAarch64 = { cpu = { family = "arm"; bits = 64; }; }; + isAarch = { cpu = { family = "arm"; }; }; isMips = { cpu = { family = "mips"; }; }; isMips32 = { cpu = { family = "mips"; bits = 32; }; }; isMips64 = { cpu = { family = "mips"; bits = 64; }; }; From d9e557dc3f7085864f967762b26ad5627e00a5a2 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Fri, 29 Jul 2022 22:22:24 +0300 Subject: [PATCH 62/71] exportarr: init at 1.1.0 --- pkgs/servers/monitoring/exportarr/default.nix | 38 +++++++++++++++++++ pkgs/top-level/all-packages.nix | 2 + 2 files changed, 40 insertions(+) create mode 100644 pkgs/servers/monitoring/exportarr/default.nix diff --git a/pkgs/servers/monitoring/exportarr/default.nix b/pkgs/servers/monitoring/exportarr/default.nix new file mode 100644 index 000000000000..911708a53c0c --- /dev/null +++ b/pkgs/servers/monitoring/exportarr/default.nix @@ -0,0 +1,38 @@ +{ lib +, stdenv +, buildGoModule +, fetchFromGitHub +}: + +buildGoModule rec { + pname = "exportarr"; + version = "1.1.0"; + + src = fetchFromGitHub { + owner = "onedr0p"; + repo = "exportarr"; + rev = "v${version}"; + hash = "sha256-KTuOhyBFS6fgA9N70vq+5fJIGVsgEZ7Uxls8efqLuII="; + }; + + vendorSha256 = "sha256-Yox3LAVbTZqsDmk45uSuKgITRz3zE+HTAKxVf9wdtjE="; + + subPackages = [ "cmd/exportarr" ]; + + ldflags = [ + "-s" + "-w" + ] ++ lib.optionals stdenv.isLinux [ + "-extldflags=-static" + ]; + + tags = lib.optionals stdenv.isLinux [ "netgo" ]; + + meta = with lib; { + description = "AIO Prometheus Exporter for Sonarr, Radarr or Lidarr"; + homepage = "https://github.com/onedr0p/exportarr"; + changelog = "https://github.com/onedr0p/exportarr/releases/tag/${src.rev}"; + license = licenses.mit; + maintainers = with maintainers; [ azahi ]; + }; +} diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index a978d6810c52..d1dca4c82066 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -6012,6 +6012,8 @@ with pkgs; expect = callPackage ../tools/misc/expect { }; + exportarr = callPackage ../servers/monitoring/exportarr { }; + expliot = callPackage ../tools/security/expliot { }; f2fs-tools = callPackage ../tools/filesystems/f2fs-tools { }; From 5b731dbc6784dcb5a4c374fe78223dccb1daed51 Mon Sep 17 00:00:00 2001 From: "P. R. d. O" Date: Fri, 29 Jul 2022 13:25:26 -0600 Subject: [PATCH 63/71] python3Packages.pygls: 0.11.3 -> 0.12 --- pkgs/development/python-modules/pygls/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pygls/default.nix b/pkgs/development/python-modules/pygls/default.nix index 22cea8c0709d..4de2e30d0f64 100644 --- a/pkgs/development/python-modules/pygls/default.nix +++ b/pkgs/development/python-modules/pygls/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pygls"; - version = "0.11.3"; + version = "0.12"; format = "setuptools"; disabled = !isPy3k; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "openlawlibrary"; repo = pname; rev = "v${version}"; - sha256 = "sha256-/nmDaA67XzrrmfwlBm5syTS4hn25m30Zb3gvOdL+bR8="; + sha256 = "sha256-PEfGxOUsiZ5WLmoQkOP2RRWJlIKi+42lOu55C3C+k8A="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; From 101372127a3c34d3da0420c827641c0cf3c114f7 Mon Sep 17 00:00:00 2001 From: pennae Date: Fri, 29 Jul 2022 21:56:51 +0200 Subject: [PATCH 64/71] pass-secret-service: unstable-2022-03-21 -> unstable-2022-07-18 fixes the build. patch doesn't seem necessary any more as the mentioned PR has been merged. --- .../misc/pass-secret-service/default.nix | 12 +++------- .../int_from_bytes-deprecation-fix.patch | 22 ------------------- 2 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 pkgs/applications/misc/pass-secret-service/int_from_bytes-deprecation-fix.patch diff --git a/pkgs/applications/misc/pass-secret-service/default.nix b/pkgs/applications/misc/pass-secret-service/default.nix index 6a57c15b742b..d7ac4fa21e75 100644 --- a/pkgs/applications/misc/pass-secret-service/default.nix +++ b/pkgs/applications/misc/pass-secret-service/default.nix @@ -12,21 +12,15 @@ python3.pkgs.buildPythonApplication rec { # PyPI has old alpha version. Since then the project has switched from using a # seemingly abandoned D-Bus package pydbus and started using maintained # dbus-next. So let's use latest from GitHub. - version = "unstable-2022-03-21"; + version = "unstable-2022-07-18"; src = fetchFromGitHub { owner = "mdellweg"; repo = "pass_secret_service"; - rev = "149f8557e07098eee2f46561eea61e83255ac59b"; - sha256 = "sha256-+/pFi6+K8rl0Ihm6cp/emUQVtau6+Apl8/VEr9AI0Xs="; + rev = "fadc09be718ae1e507eeb8719f3a2ea23edb6d7a"; + hash = "sha256-lrNU5bkG4/fMu5rDywfiI8vNHyBsMf/fiWIeEHug03c="; }; - patches = [ - # Only needed until https://github.com/mdellweg/pass_secret_service/pull/30 - # is merged. - ./int_from_bytes-deprecation-fix.patch - ]; - # Need to specify session.conf file for tests because it won't be found under # /etc/ in check phase. postPatch = '' diff --git a/pkgs/applications/misc/pass-secret-service/int_from_bytes-deprecation-fix.patch b/pkgs/applications/misc/pass-secret-service/int_from_bytes-deprecation-fix.patch deleted file mode 100644 index b7e78e7b7915..000000000000 --- a/pkgs/applications/misc/pass-secret-service/int_from_bytes-deprecation-fix.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/pass_secret_service/interfaces/session.py -+++ b/pass_secret_service/interfaces/session.py -@@ -4,7 +4,6 @@ - import os - import hmac - from hashlib import sha256 --from cryptography.utils import int_from_bytes - from cryptography.hazmat.backends import default_backend - from cryptography.hazmat.primitives.ciphers import Cipher - from cryptography.hazmat.primitives.ciphers.modes import CBC -@@ -27,9 +26,9 @@ class Session(ServiceInterface, SerialMixin): - @classmethod - @run_in_executor - def _create_dh(cls, input): -- priv_key = int_from_bytes(os.urandom(0x80), "big") -+ priv_key = int.from_bytes(os.urandom(0x80), "big") - pub_key = pow(2, priv_key, dh_prime) -- shared_secret = pow(int_from_bytes(input, "big"), priv_key, dh_prime) -+ shared_secret = pow(int.from_bytes(input, "big"), priv_key, dh_prime) - salt = b"\x00" * 0x20 - shared_key = hmac.new(salt, shared_secret.to_bytes(0x80, "big"), sha256).digest() - aes_key = hmac.new(shared_key, b"\x01", sha256).digest()[:0x10] From b89072119bbb139572ef6dfb54a3e3c1f5ef502c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 29 Jul 2022 22:04:49 +0200 Subject: [PATCH 65/71] python310Packages.types-setuptools: 63.2.1 -> 63.2.2 --- pkgs/development/python-modules/types-setuptools/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-setuptools/default.nix b/pkgs/development/python-modules/types-setuptools/default.nix index fd1c98be2fa9..d164c58a96f2 100644 --- a/pkgs/development/python-modules/types-setuptools/default.nix +++ b/pkgs/development/python-modules/types-setuptools/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "types-setuptools"; - version = "63.2.1"; + version = "63.2.2"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-KVekCt38pccSX9jThqnv2lN5CYxuZqCOAiV/0c6kITE="; + sha256 = "sha256-qaoMAdXzRDzVRAJtX/yXuV3a33MdqxNBnDk9Q/2GF8A="; }; # Module doesn't have tests From 41a762d8586ea8171a74880bcb156cbec2cce33d Mon Sep 17 00:00:00 2001 From: nikstur <61635709+nikstur@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:19:10 +0200 Subject: [PATCH 66/71] python3Packages.plantuml-markdown: init at 3.6.2 (#183637) Co-authored-by: Sandro --- .../plantuml-markdown/default.nix | 65 +++++++++++++++++++ pkgs/top-level/python-packages.nix | 4 ++ 2 files changed, 69 insertions(+) create mode 100644 pkgs/development/python-modules/plantuml-markdown/default.nix diff --git a/pkgs/development/python-modules/plantuml-markdown/default.nix b/pkgs/development/python-modules/plantuml-markdown/default.nix new file mode 100644 index 000000000000..b33f43ef9357 --- /dev/null +++ b/pkgs/development/python-modules/plantuml-markdown/default.nix @@ -0,0 +1,65 @@ +{ buildPythonPackage +, fetchFromGitHub +, lib +, plantuml +, markdown +, requests +, six +, runCommand +, writeText +, plantuml-markdown +}: +let + pname = "plantuml-markdown"; + version = "3.6.2"; +in +buildPythonPackage { + inherit pname version; + + src = fetchFromGitHub { + owner = "mikitex70"; + repo = pname; + rev = version; + sha256 = "sha256-IADKU4EQHLLH5uD5iBAUiumFp5nyTNGt1LWoWdfbvJM="; + }; + + propagatedBuildInputs = [ + plantuml + markdown + requests + six + ]; + + # The package uses a custom script that downloads a certain version of plantuml for testing. + doCheck = false; + + pythonImportsCheck = [ "plantuml_markdown" ]; + + passthru.tests.example-doc = + let + exampleDoc = writeText "plantuml-markdown-example-doc.md" '' + ```plantuml + Bob -> Alice: Hello + ``` + ''; + in + runCommand "plantuml-markdown-example-doc" + { + nativeBuildInputs = [ plantuml-markdown ]; + } '' + markdown_py -x plantuml_markdown ${exampleDoc} > $out + + ! grep -q "Error" $out + ''; + + meta = with lib; { + description = "PlantUML plugin for Python-Markdown"; + longDescription = '' + This plugin implements a block extension which can be used to specify a PlantUML + diagram which will be converted into an image and inserted in the document. + ''; + homepage = "https://github.com/mikitex70/plantuml-markdown"; + license = licenses.bsd2; + maintainers = with maintainers; [ nikstur ]; + }; +} diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index dfa493883041..902d3b9be6fa 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -6775,6 +6775,10 @@ in { plantuml = callPackage ../development/python-modules/plantuml { }; + plantuml-markdown = callPackage ../development/python-modules/plantuml-markdown { + inherit (pkgs) plantuml; + }; + plaster = callPackage ../development/python-modules/plaster { }; plaster-pastedeploy = callPackage ../development/python-modules/plaster-pastedeploy { }; From cde95b8a3e47b2780a180aa64aae503a0d432bbe Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 29 Jul 2022 15:55:35 +0200 Subject: [PATCH 67/71] inkcut: fixes for use with newer inkscape and python * avoid inkex.py error with Inkscape 1.2 * avoid distutils deprecation error with recent python * workaround for problem loading documents from stdin --- pkgs/applications/misc/inkcut/default.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pkgs/applications/misc/inkcut/default.nix b/pkgs/applications/misc/inkcut/default.nix index f863f56fcfd7..b5b9b12e15cd 100644 --- a/pkgs/applications/misc/inkcut/default.nix +++ b/pkgs/applications/misc/inkcut/default.nix @@ -1,4 +1,5 @@ { lib +, fetchpatch , python3Packages , fetchFromGitHub , wrapQtAppsHook @@ -18,6 +19,28 @@ buildPythonApplication rec { sha256 = "sha256-S5IrNWVoUp1w+P7DrKlOUOyY3Q16CHSct9ndZOB3UpU="; }; + patches = [ + # fix opening the extension on inkscape 1.2 + # https://github.com/inkcut/inkcut/pull/340 + (fetchpatch { + url = "https://github.com/inkcut/inkcut/commit/d5d5d0ab3c588c576b668f4c7b07a10609ba2fd0.patch"; + hash = "sha256-szfiOujuV7OOwYK/OU51m9FK6dzkbWds+h0cr5dGIg4="; + }) + # fix loading a document from stdin (as used from the extension) + # https://github.com/inkcut/inkcut/issues/341 + (fetchpatch { + url = "https://github.com/inkcut/inkcut/commit/748ab4157f87afec37dadd715094e87d02c9c739.patch"; + hash = "sha256-ZGiwZru2bUYu749YSz5vxmGwLTAoYIAsafcX6PmdbYo="; + revert = true; + }) + # fix distutils deprecation error + # https://github.com/inkcut/inkcut/pull/343 + (fetchpatch { + url = "https://github.com/inkcut/inkcut/commit/9fb95204981bcc51401a1bc10caa02d1fae0d6cb.patch"; + hash = "sha256-nriys7IWPGykZjVz+DIDsE9Tm40DewkHQlIUaxFwtzM="; + }) + ]; + postPatch = '' substituteInPlace inkcut/device/transports/printer/plugin.py \ --replace ", 'lpr', " ", '${cups}/bin/lpr', " From d31b00dea130058770bdbc40570164b18b9c14d9 Mon Sep 17 00:00:00 2001 From: magnouvean <85435692+magnouvean@users.noreply.github.com> Date: Fri, 29 Jul 2022 23:58:04 +0200 Subject: [PATCH 68/71] somebar: init at 1.0.0 (#183164) --- pkgs/applications/misc/somebar/default.nix | 43 ++++++++++++++++++++++ pkgs/top-level/all-packages.nix | 2 + 2 files changed, 45 insertions(+) create mode 100644 pkgs/applications/misc/somebar/default.nix diff --git a/pkgs/applications/misc/somebar/default.nix b/pkgs/applications/misc/somebar/default.nix new file mode 100644 index 000000000000..fbee57a13ee1 --- /dev/null +++ b/pkgs/applications/misc/somebar/default.nix @@ -0,0 +1,43 @@ +{ lib +, stdenv +, fetchFromSourcehut +, meson +, ninja +, pkg-config +, wayland +, pango +, wayland-protocols +, conf ? null +}: + +let + # There is a configuration in src/config.def.hpp, which we use by default + configFile = if lib.isDerivation conf || builtins.isPath conf then conf else "src/config.def.hpp"; +in + +stdenv.mkDerivation rec { + pname = "somebar"; + version = "1.0.0"; + + src = fetchFromSourcehut { + owner = "~raphi"; + repo = "somebar"; + rev = "${version}"; + sha256 = "sha256-snCW7dC8JI/pg1+HLjX0JXsTzwa3akA6rLcSNgKLF0c="; + }; + + nativeBuildInputs = [ meson ninja pkg-config ]; + buildInputs = [ pango wayland wayland-protocols ]; + + prePatch = '' + cp ${configFile} src/config.hpp + ''; + + meta = with lib; { + homepage = "https://git.sr.ht/~raphi/somebar"; + description = "dwm-like bar for dwl"; + license = licenses.mit; + maintainers = with maintainers; [ magnouvean ]; + platforms = platforms.linux; + }; +} diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 66f22bbb9c56..890e17724a87 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -10864,6 +10864,8 @@ with pkgs; sourceHighlight = callPackage ../tools/text/source-highlight { }; + somebar = callPackage ../applications/misc/somebar { }; + spacebar = callPackage ../os-specific/darwin/spacebar { inherit (darwin.apple_sdk.frameworks) Carbon Cocoa ScriptingBridge SkyLight; From a65d9a7a894ff647dfe5ed342c2048641ca49d3c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 20:25:47 +0000 Subject: [PATCH 69/71] redpanda: 22.1.3 -> 22.1.6 --- pkgs/servers/redpanda/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/redpanda/default.nix b/pkgs/servers/redpanda/default.nix index 80d5e8743f77..58e9ef05c5ae 100644 --- a/pkgs/servers/redpanda/default.nix +++ b/pkgs/servers/redpanda/default.nix @@ -1,13 +1,13 @@ { lib, stdenv, fetchzip }: let - version = "22.1.3"; + version = "22.1.6"; platform = if stdenv.isLinux then "linux" else "darwin"; arch = if stdenv.isAarch64 then "arm" else "amd"; sha256s = { darwin.amd = "sha256-AXk3aP1SGiHTfHTCBRTagX0DAVmdcVVIkxWaTnZxB8g="; darwin.arm = "sha256-pvOVvNc8lZ2d2fVZVYWvumVWYpnLORNY/3o1t4BN2N4="; - linux.amd = "sha256-Uz7KjbsH3lKRL0iI73DxwS5rcIkPQiMFkIQsc06gF0k="; + linux.amd = "sha256-17fLmvjv7+uCnOXfIgWqK8gL8GVOEvOgKOuH6HsfAbI="; linux.arm = "sha256-WHjYAbytiu747jFqN0KZ/CkIwAVI7fb32ywtRiQOBm8="; }; in stdenv.mkDerivation rec { From 8d76b2329018701e6ee0c1beed7bc8a080af4d07 Mon Sep 17 00:00:00 2001 From: The Hedgehog Date: Fri, 29 Jul 2022 19:23:59 -0400 Subject: [PATCH 70/71] fishPlugins.autopair-fish: init at 1.0.4 (#176884) --- pkgs/shells/fish/plugins/autopair-fish.nix | 20 ++++++++++++++++++++ pkgs/shells/fish/plugins/default.nix | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 pkgs/shells/fish/plugins/autopair-fish.nix diff --git a/pkgs/shells/fish/plugins/autopair-fish.nix b/pkgs/shells/fish/plugins/autopair-fish.nix new file mode 100644 index 000000000000..292d492f2046 --- /dev/null +++ b/pkgs/shells/fish/plugins/autopair-fish.nix @@ -0,0 +1,20 @@ +{ lib, stdenv, buildFishPlugin, fetchFromGitHub }: + +buildFishPlugin rec { + pname = "autopair.fish"; + version = "1.0.4"; + + src = fetchFromGitHub { + owner = "jorgebucaran"; + repo = pname; + rev = version; + sha256 = "sha256-s1o188TlwpUQEN3X5MxUlD/2CFCpEkWu83U9O+wg3VU="; + }; + + meta = with lib; { + description = "Auto-complete matching pairs in the Fish command line."; + homepage = "https://github.com/jorgebucaran/autopair.fish"; + license = licenses.mit; + maintainers = with maintainers; [ thehedgeh0g ]; + }; +} diff --git a/pkgs/shells/fish/plugins/default.nix b/pkgs/shells/fish/plugins/default.nix index 1adf040d64f9..0cc6eb6b89ed 100644 --- a/pkgs/shells/fish/plugins/default.nix +++ b/pkgs/shells/fish/plugins/default.nix @@ -2,6 +2,8 @@ lib.makeScope newScope (self: with self; { + autopair-fish = callPackage ./autopair-fish.nix { }; + buildFishPlugin = callPackage ./build-fish-plugin.nix { }; clownfish = callPackage ./clownfish.nix { }; From 90492e30ec5f7571fb72d6b9301f0c3c79c334ec Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 22:47:47 +0000 Subject: [PATCH 71/71] signal-cli: 0.10.8 -> 0.10.9 --- .../networking/instant-messengers/signal-cli/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/signal-cli/default.nix b/pkgs/applications/networking/instant-messengers/signal-cli/default.nix index e0eff91f983b..b19070c0b6d0 100644 --- a/pkgs/applications/networking/instant-messengers/signal-cli/default.nix +++ b/pkgs/applications/networking/instant-messengers/signal-cli/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "signal-cli"; - version = "0.10.8"; + version = "0.10.9"; # Building from source would be preferred, but is much more involved. src = fetchurl { url = "https://github.com/AsamK/signal-cli/releases/download/v${version}/signal-cli-${version}-Linux.tar.gz"; - sha256 = "sha256-vZBFYPim/qBC8hJHvp5gK6P2JxIs9rzR/hIMjW3kNM8="; + sha256 = "sha256-2XmEUMx222yseewpiJY2rvc+JIMo7ROw3NA/4WIJnm4="; }; buildInputs = lib.optionals stdenv.isLinux [ libmatthew_java dbus dbus_java ];