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

goresym: 1.8 -> 2.0
This commit is contained in:
Jörg Thalheim 2022-12-14 21:57:58 +00:00 committed by GitHub
commit 5ef2f50c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "goresym";
version = "1.8";
version = "2.0";
src = fetchFromGitHub {
owner = "mandiant";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GFr3ppZJsGwi3dyrlpIjYrdJ2QYp2i01SX+EKEAmDE8=";
sha256 = "sha256-ju0xk0oA8eBJ2kUTrv5KgzOTXf5gRJUSSs16B/6NEyU=";
};
subPackages = [ "." ];