about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bc-detect-secrets
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-04-07 20:47:51 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-04-07 20:47:51 +0200
commit10a28ebd9c1dd0b61753792d9fbc8f3c8baeb62a (patch)
tree5b52b914c5407e525f3934934d7e0649d265fb97 /pkgs/development/python-modules/bc-detect-secrets
parenta6ab4bfac4447bd550a5d20da282881136c31c4a (diff)
python310Packages.bc-detect-secrets: 1.4.16 -> 1.4.19
Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.4.16...1.4.19
Diffstat (limited to 'pkgs/development/python-modules/bc-detect-secrets')
-rw-r--r--pkgs/development/python-modules/bc-detect-secrets/default.nix4
1 files 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 dab2f6e5bbb56..1a927c5ecf442 100644
--- a/pkgs/development/python-modules/bc-detect-secrets/default.nix
+++ b/pkgs/development/python-modules/bc-detect-secrets/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "bc-detect-secrets";
-  version = "1.4.16";
+  version = "1.4.19";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "bridgecrewio";
     repo = "detect-secrets";
     rev = "refs/tags/${version}";
-    hash = "sha256-PBpxhZPFO4X4dhSYWG2TtHgaNx/SCQlnr2D57uB0kr4=";
+    hash = "sha256-MIl0nobcQb8PRwLeam1tgP5JLHNAv3fP3wpwi64IJa4=";
   };
 
   propagatedBuildInputs = [