From 0810081c892135dc1ad5e7668ba0c715c1bad09b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 14 Jun 2025 08:43:50 +0200 Subject: [PATCH] python313Packages.bc-detect-secrets: 1.5.43 -> 1.5.44 Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.5.43...refs/tags/1.5.44 --- pkgs/development/python-modules/bc-detect-secrets/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bc-detect-secrets/default.nix b/pkgs/development/python-modules/bc-detect-secrets/default.nix index b13b8067c13c..121b8aa206f1 100644 --- a/pkgs/development/python-modules/bc-detect-secrets/default.nix +++ b/pkgs/development/python-modules/bc-detect-secrets/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "bc-detect-secrets"; - version = "1.5.43"; + version = "1.5.44"; pyproject = true; disabled = pythonOlder "3.8"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "bridgecrewio"; repo = "detect-secrets"; tag = version; - hash = "sha256-A9qDkAi414wJ7cuAwr1r6FgIa1tOJb+EkAGsvFrw/Fo="; + hash = "sha256-cEhZo/HfCp6Cpx2zEX7THQQJH264NJvoCRrM+ci3RrE="; }; build-system = [ setuptools ];