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

goresym: 2.2 -> 2.3
This commit is contained in:
figsoda 2023-04-18 11:34:57 -04:00 committed by GitHub
commit c48097e73c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [ "." ];