detect-secrets: 0.11.4 -> 0.12.4

This commit is contained in:
Mario Rodas 2019-06-09 04:20:00 -05:00
parent f70b980def
commit be8e3cd899
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -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 ]