vulnix: 1.12.2 -> 1.12.3

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
This commit is contained in:
Henri Rosten
2026-02-17 11:15:47 +02:00
parent 0f29c52bd0
commit 7e3e51a239
+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;