goresym: 2.2 -> 2.3

This commit is contained in:
R. Ryantm 2023-04-18 13:27:06 +00:00
parent 75c131fc1b
commit 4998d831b1

View file

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