From 0843fd659b1d21ba94c17df37d166795acebda75 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 25 Jun 2026 12:36:43 +0200 Subject: [PATCH] python3Packages.cloudcheck: 11.0.0 -> 11.1.0 Changelog: https://github.com/blacklanternsecurity/cloudcheck/releases/tag/v11.1.0 --- pkgs/development/python-modules/cloudcheck/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/cloudcheck/default.nix b/pkgs/development/python-modules/cloudcheck/default.nix index aada97af0dce..bbeb2eb5de8b 100644 --- a/pkgs/development/python-modules/cloudcheck/default.nix +++ b/pkgs/development/python-modules/cloudcheck/default.nix @@ -15,19 +15,19 @@ buildPythonPackage (finalAttrs: { pname = "cloudcheck"; - version = "11.0.0"; + version = "11.1.0"; pyproject = true; src = fetchFromGitHub { owner = "blacklanternsecurity"; repo = "cloudcheck"; tag = "v${finalAttrs.version}"; - hash = "sha256-ao5NSGu2QOPn0P/51vjIu71IlhTWd1h4q9q++B+p4Po="; + hash = "sha256-rOMr7J6XZGjWq11Mlr3gkE7IpBlBeQ30gJ5uGXfbxTI="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit (finalAttrs) pname version src; - hash = "sha256-8uMyBhD8dybSFS4KqFHBfamyTdFYawoM0P4R6WAy10E="; + hash = "sha256-OmWW3+nCx8a0X25kKQ97+MJlCb7mOh9WN4zI+3oOTd4="; }; nativeBuildInputs = with rustPlatform; [ @@ -67,6 +67,7 @@ buildPythonPackage (finalAttrs: { "test_lookup_google_dns" "test_lookup_amazon_domain" "test_lookup_endpoint" + "test_lookup_with_ssl_verification_disabled" ]; preCheck = ''