goresym: 2.7.3 -> 2.7.4

This commit is contained in:
R. Ryantm 2024-05-08 05:22:42 +00:00
parent 57443256a0
commit 02846ee8fa
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "goresym";
version = "2.7.3";
version = "2.7.4";
src = fetchFromGitHub {
owner = "mandiant";
repo = pname;
rev = "v${version}";
sha256 = "sha256-U3AjEKQKPS5ghrmEJTsGRIC2BoPYAWL6RDPhA+eN2hg=";
sha256 = "sha256-qFDacInIiV1thuYMjyzTG7ru5bkd2Af1iao7Oes1mRg=";
};
subPackages = [ "." ];