goresym: 1.4 -> 1.5

This commit is contained in:
R. Ryantm 2022-10-07 18:46:24 +00:00
parent 473e97e434
commit 64c0c52df4

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