detect-secrets: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2022-07-29 05:48:39 +00:00
parent 6c36cf7d3f
commit 4bb98b13cf

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "detect-secrets";
version = "1.2.0";
version = "1.3.0";
disabled = isPy27;
src = fetchFromGitHub {
owner = "Yelp";
repo = pname;
rev = "v${version}";
hash = "sha256-4VcV06iaL3NAj7qF8RyfWV1zgrt928AQfjGeuO2Pbjk=";
hash = "sha256-Dl/2HgCacDko/ug9nGA9X+LyOkuDot11H28lxrgkwdE=";
leaveDotGit = true;
};