goresym: 2.0 -> 2.1

This commit is contained in:
R. Ryantm 2022-12-22 13:30:53 +00:00 committed by Bobby Rong
parent 3d0cfa23e9
commit aab1077f0e

View File

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