vuls: 0.33.3 -> 0.33.4 (#437509)

This commit is contained in:
Nick Cao
2025-08-27 16:30:32 -04:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGo124Module rec {
pname = "vuls";
version = "0.33.3";
version = "0.33.4";
src = fetchFromGitHub {
owner = "future-architect";
repo = "vuls";
tag = "v${version}";
hash = "sha256-sIsdXtvMoVi72eHGuJqGQz9dAb9OqAyYvbDT55dnJb8=";
hash = "sha256-FPI62wuDcriNMCPkzEZXSlfpCwpQhw0QiZUAJ4OFgic=";
fetchSubmodules = true;
};