blint: 3.0.4 -> 3.0.5

This commit is contained in:
Weijia Wang
2025-11-03 22:30:19 +01:00
parent 46c9f1f9c2
commit f425a4300a

View File

@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "blint";
version = "3.0.4";
version = "3.0.5";
pyproject = true;
src = fetchFromGitHub {
owner = "owasp-dep-scan";
repo = "blint";
tag = "v${version}";
hash = "sha256-6dBNzBjhcBMX+PQ4NbjM18APqFuURH9/MYxHFZ/x7J8=";
hash = "sha256-RloxQlnhl4zCto6QO09UZs+29QRCpL0/PJCzYrVi8ng=";
};
build-system = [