Merge pull request #310025 from r-ryantm/auto-update/goresym

goresym: 2.7.3 -> 2.7.4
This commit is contained in:
Nick Cao 2024-05-08 10:54:08 -04:00 committed by GitHub
commit ea876e284f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [ "." ];