Merge pull request #154624 from r-ryantm/auto-update/log4j-vuln-scanner

log4j-vuln-scanner: 0.11 -> 0.13
This commit is contained in:
Fabian Affolter 2022-01-11 19:48:50 +01:00 committed by GitHub
commit b05406be78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "log4j-vuln-scanner";
version = "0.11";
version = "0.13";
src = fetchFromGitHub {
owner = "hillu";
repo = "local-log4j-vuln-scanner";
rev = "v${version}";
sha256 = "sha256-YGo2dhfqLPNP8O9gdRJfxKmEK/pKd17WNTXQ2cq78qg=";
sha256 = "sha256-YMD2233EdrrF1SLjwiRcNr53b7Rf5Tu8CZC43QhSY7c=";
};
vendorSha256 = null;