goresym: 1.2 -> 1.4

This commit is contained in:
R. Ryantm 2022-08-20 11:48:53 +00:00
parent 78182194c6
commit ec5823f7b3

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