goresym: 3.0.2 -> 3.1.1 (#431872)

This commit is contained in:
dish
2025-08-08 10:27:41 -04:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
buildGoModule rec { buildGoModule rec {
pname = "goresym"; pname = "goresym";
version = "3.0.2"; version = "3.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mandiant"; owner = "mandiant";
repo = "goresym"; repo = "goresym";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-tt13vHe6wE27kv+1HVXytY1hKmOt6rWJaMBgLRCvO2E="; hash = "sha256-OvdARJwz/ijduil3JIpoR15+F3QNQyqQKeOmiAV7h2A=";
}; };
subPackages = [ "." ]; subPackages = [ "." ];