python3Packages.detect-secrets: 1.1.0 -> 1.2.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:41:56 +01:00
parent 79c45e08d7
commit 54a6971a65

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "detect-secrets";
version = "1.1.0";
version = "1.2.0";
disabled = isPy27;
src = fetchFromGitHub {
owner = "Yelp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-dG2YaWXAMINxBGKNMlVfGTR9QHdnepiZmN+G88X4Wak=";
hash = "sha256-4VcV06iaL3NAj7qF8RyfWV1zgrt928AQfjGeuO2Pbjk=";
leaveDotGit = true;
};