vulnix: 1.12.4 -> 1.12.5 (#548737)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-04 06:02:13 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "vulnix";
version = "1.12.4";
version = "1.12.5";
pyproject = true;
src = fetchFromGitHub {
owner = "nix-community";
repo = "vulnix";
tag = finalAttrs.version;
hash = "sha256-4aaYSOBuZHW/FZ8c+REjwr6X2S4KsP9Czk5jGTQfqDI=";
hash = "sha256-uz8vHabk5UTnSj969VQ9EZrha/rOQ9vxuQxfJcmx/v0=";
};
__darwinAllowLocalNetworking = true;