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

goresym: 1.4 -> 1.5
This commit is contained in:
Robert Scott 2022-10-08 20:07:31 +01:00 committed by GitHub
commit f4ff3f4e31
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.4";
version = "1.5";
src = fetchFromGitHub {
owner = "mandiant";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wb/qyMLhqNLpgOl9YFuByTxkUBK4GdhdWzAMcWjOG/U=";
sha256 = "sha256-j548FzbxrtJz2N5y9ItO6F+52vQ+2RVCFPUW1cqeJUA=";
};
subPackages = [ "." ];