goresym: 2.7.2 -> 2.7.3

This commit is contained in:
R. Ryantm 2024-04-16 02:43:49 +00:00
parent 1df062db9e
commit 5c6a9c72e6
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "goresym";
version = "2.7.2";
version = "2.7.3";
src = fetchFromGitHub {
owner = "mandiant";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bZOq3GvGRyeIyN/CEuMA6mQjjrRvoVU9fUEUptd6NH0=";
sha256 = "sha256-U3AjEKQKPS5ghrmEJTsGRIC2BoPYAWL6RDPhA+eN2hg=";
};
subPackages = [ "." ];