1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

safety-cli: 3.5.1 -> 3.5.2 (#414151)

This commit is contained in:
dotlambda 2025-06-04 23:19:31 -07:00 committed by GitHub
commit 48975d7f9b
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "safety";
version = "3.5.1";
version = "3.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pyupio";
repo = "safety";
tag = version;
hash = "sha256-ZUtx0pOBYPWJDy/xM4A71w+7OzFEkmKxgXtudu2oaUo=";
hash = "sha256-kYGoJpFkZo4kZmbmak/+nOS2gzDO/xAwfbcGPOFxyrY=";
};
patches = [