detect-secrets: 1.3.0 -> 1.4.0

main
R. Ryantm 2 years ago
parent d796e61ffd
commit 57cd0854c8
  1. 4
      pkgs/development/python-modules/detect-secrets/default.nix

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "detect-secrets";
version = "1.3.0";
version = "1.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Yelp";
repo = pname;
rev = "v${version}";
hash = "sha256-Dl/2HgCacDko/ug9nGA9X+LyOkuDot11H28lxrgkwdE=";
hash = "sha256-6EmL6XPySqcA3EA+FFkfw7Dkxl5LvyBorIw0hesV5eU=";
leaveDotGit = true;
};

Loading…
Cancel
Save