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

View File

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