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 {
pname = "goresym";
version = "2.1.1";
version = "2.2";
src = fetchFromGitHub {
owner = "mandiant";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Tf/oD0f8XLG2CuiQvduVberzWSetojVRBrSd83snK5Q=";
sha256 = "sha256-he71OrOIZ75Z4S3mf7AuQsupnLu/rsLGV2DRXyxRGS4=";
};
subPackages = [ "." ];