Merge pull request #161654 from r-ryantm/auto-update/log4j-sniffer

log4j-sniffer: 1.8.0 -> 1.9.0
This commit is contained in:
Fabian Affolter 2022-02-24 19:06:31 +01:00 committed by GitHub
commit 42b833c43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "log4j-sniffer";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "palantir";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NojFXonov/80p+6kimfbiMK/v4najiMe//xFDnOi5KE=";
sha256 = "sha256-pO6difzNvQvKQtRLyksXmExtQHlnnwyF3iNEmSBgUmU=";
};
vendorSha256 = null;