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

goresym: 2.1 -> 2.1.1
This commit is contained in:
Weijia Wang 2023-02-10 07:12:44 +01:00 committed by GitHub
commit 8f56be2182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "goresym";
version = "2.1";
version = "2.1.1";
src = fetchFromGitHub {
owner = "mandiant";
repo = pname;
rev = "v${version}";
sha256 = "sha256-v7rZBVpQMuEoIK9JIXCJnSjMDe3wrtJvL766MN6VmFo=";
sha256 = "sha256-Tf/oD0f8XLG2CuiQvduVberzWSetojVRBrSd83snK5Q=";
};
subPackages = [ "." ];
vendorSha256 = "sha256-ElV5edbe1LQWbA1NKv52/rLZJeOLBahE4YBKg9OA7YY=";
vendorHash = "sha256-ElV5edbe1LQWbA1NKv52/rLZJeOLBahE4YBKg9OA7YY=";
doCheck = true;