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

goresym: 1.2 -> 1.4
This commit is contained in:
Jonas Heinrich
2022-08-29 18:33:07 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "goresym";
version = "1.2";
version = "1.4";
src = fetchFromGitHub {
owner = "mandiant";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XDy6qALE2xuOVQHuuvU/gOyTRZ/6CWpyjN3i7VmznoI=";
sha256 = "sha256-wb/qyMLhqNLpgOl9YFuByTxkUBK4GdhdWzAMcWjOG/U=";
};
subPackages = [ "." ];