vulnix: 1.11.0 -> 1.12.0 (#435821)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-25 21:38:57 +02:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "vulnix";
version = "1.11.0";
version = "1.12.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "nix-community";
repo = "vulnix";
tag = version;
hash = "sha256-bQjmAmTRP/ce25hSP1nTtuDmUtk46DxkKWtylJRoj3s=";
hash = "sha256-Z13YbGpXnOZByweGhsdmNwpYelcd96/jlWyvnsmn7tM=";
};
__darwinAllowLocalNetworking = true;