vulnix: 1.12.4 -> 1.12.5

This commit is contained in:
R. Ryantm
2026-08-03 09:13:17 +00:00
parent a87ccb2409
commit 2026a9ca88
+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;