vulnix: 1.12.2 -> 1.12.3 (#491334)

This commit is contained in:
Adam C. Stephens
2026-02-17 13:50:12 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "vulnix";
version = "1.12.2";
version = "1.12.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "nix-community";
repo = "vulnix";
tag = finalAttrs.version;
hash = "sha256-RHYiwIWV7gf4Ty70ECY3RLouNZAEG5uxjq0+K4LK5QU=";
hash = "sha256-q6Mktt9tuX4uDk3hNvDT1928tf+Kb6gBIgwy7w2N8nk=";
};
__darwinAllowLocalNetworking = true;