summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/detect-secrets
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-09 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-06-09 04:20:00 -0500
commitbe8e3cd8991f6622930d0503b3151e1db7c495e1 (patch)
tree3accc7776fb3a3d93f097ac9e3ae4581a3f767f6 /pkgs/development/tools/detect-secrets
parentf70b980def40411dbf88dae1d274fe536b942b72 (diff)
detect-secrets: 0.11.4 -> 0.12.4
Diffstat (limited to 'pkgs/development/tools/detect-secrets')
-rw-r--r--pkgs/development/tools/detect-secrets/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/detect-secrets/default.nix b/pkgs/development/tools/detect-secrets/default.nix
index 76bdb6bb6ba4..6e9e1596b131 100644
--- a/pkgs/development/tools/detect-secrets/default.nix
+++ b/pkgs/development/tools/detect-secrets/default.nix
@@ -2,14 +2,14 @@
buildPythonApplication rec {
pname = "detect-secrets";
- version = "0.11.4";
+ version = "0.12.4";
# PyPI tarball doesn't ship tests
src = fetchFromGitHub {
owner = "Yelp";
repo = "detect-secrets";
rev = "v${version}";
- sha256 = "1ydigridkjirrfhyfr8barw0yrd4hw6w0k9g7mbd0gdqng6gpmgc";
+ sha256 = "01y5xd0irxxib4wnf5834gwa7ibb81h5y4dl8b26gyzgvm5zfpk1";
};
propagatedBuildInputs = [ pyyaml ]