detect-secrets: 1.3.0 -> 1.4.0

+2 -2
+2 -2
pkgs/development/python-modules/detect-secrets/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "detect-secrets"; 18 - version = "1.3.0"; 18 + version = "1.4.0"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.7"; ··· 24 24 owner = "Yelp"; 25 25 repo = pname; 26 26 rev = "v${version}"; 27 - hash = "sha256-Dl/2HgCacDko/ug9nGA9X+LyOkuDot11H28lxrgkwdE="; 27 + hash = "sha256-6EmL6XPySqcA3EA+FFkfw7Dkxl5LvyBorIw0hesV5eU="; 28 28 leaveDotGit = true; 29 29 }; 30 30