datree: 1.6.29 -> 1.6.33

This commit is contained in:
R. Ryantm 2022-09-20 07:14:58 +00:00
parent 7e2450c1b3
commit dcc88d1557

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "datree";
version = "1.6.29";
version = "1.6.33";
src = fetchFromGitHub {
owner = "datreeio";
repo = "datree";
rev = version;
hash = "sha256-RFm7I9HTI3M0fdGOz4ZXHtQY4Pm86SOz9pcIQLqb7/U=";
hash = "sha256-VuTa1bnwxk8SUvOK3jLEvgJTPf3eABUyBssUYtoAxTs=";
};
vendorSha256 = "sha256-mEtnZO4AZEcnEHuiAWguT8VelD0yLj1rytl6gPkPKBg=";
vendorSha256 = "sha256-gjD24nyQ8U1WwhUbq8N4dvzFK74t3as7wWZK7rh9yiw=";
ldflags = [
"-extldflags '-static'"