goresym: 2.1.1 -> 2.2

This commit is contained in:
R. Ryantm 2023-03-29 22:37:47 +00:00
parent f8efa87fb5
commit 9e08509f2b

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "goresym"; pname = "goresym";
version = "2.1.1"; version = "2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mandiant"; owner = "mandiant";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Tf/oD0f8XLG2CuiQvduVberzWSetojVRBrSd83snK5Q="; sha256 = "sha256-he71OrOIZ75Z4S3mf7AuQsupnLu/rsLGV2DRXyxRGS4=";
}; };
subPackages = [ "." ]; subPackages = [ "." ];