datree: 1.6.13 -> 1.6.19

This commit is contained in:
R. Ryantm 2022-09-11 16:01:05 +00:00
parent 34fde40edd
commit ae852f5692

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "datree";
version = "1.6.13";
version = "1.6.19";
src = fetchFromGitHub {
owner = "datreeio";
repo = "datree";
rev = version;
hash = "sha256-8Qv/b/UrNqVI+DZc9H2rjx4JmW66BqAhgxyqCZXMnsI=";
hash = "sha256-cR01/IzbrD2ergJUH3XSKTGLcDuzXuOoKEvnwD2K6hs=";
};
vendorSha256 = "sha256-FvLNG7zz/tPW8SdUvfD1e4/a7nBHFOvhpyn2cXZE9AA=";
vendorSha256 = "sha256-mEtnZO4AZEcnEHuiAWguT8VelD0yLj1rytl6gPkPKBg=";
ldflags = [
"-extldflags '-static'"