Loading pkgs/development/python-modules/detect-secrets/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "detect-secrets"; version = "1.4.0"; version = "1.5.0"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -24,8 +24,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Yelp"; repo = pname; rev = "v${version}"; hash = "sha256-6EmL6XPySqcA3EA+FFkfw7Dkxl5LvyBorIw0hesV5eU="; rev = "refs/tags/v${version}"; hash = "sha256-pNLAZUJhjZ3b01XaltJUJ9O7Blv6/pHQrRvURe7MJ5A="; leaveDotGit = true; }; Loading Loading
pkgs/development/python-modules/detect-secrets/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "detect-secrets"; version = "1.4.0"; version = "1.5.0"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -24,8 +24,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Yelp"; repo = pname; rev = "v${version}"; hash = "sha256-6EmL6XPySqcA3EA+FFkfw7Dkxl5LvyBorIw0hesV5eU="; rev = "refs/tags/v${version}"; hash = "sha256-pNLAZUJhjZ3b01XaltJUJ9O7Blv6/pHQrRvURe7MJ5A="; leaveDotGit = true; }; Loading