Merge pull request #189726 from r-ryantm/auto-update/datree

datree: 1.6.13 -> 1.6.19
This commit is contained in:
Christian Kögler 2022-09-12 21:25:42 +02:00 committed by GitHub
commit 730715f429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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