datree: update vendorSha256

This commit is contained in:
zowoq 2022-01-30 13:25:31 +10:00
parent 844082a3f9
commit cf6720685a
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-zoFWiqrKdTh6XDrKx2mQe3NqK03so6MqIX0sSQHQa5U=";
};
vendorSha256 = "sha256-SlU1lJcKCDkoihU19c8iky3Bj5ZZD9E9W0QQX9fBT1c=";
vendorSha256 = "sha256-HaOgRbF3gMsl6PufdB5IZ2sLunvPo4GeObLb7DRSD0o=";
ldflags = [
"-s"

View File

@ -14619,7 +14619,9 @@ with pkgs;
cli11 = callPackage ../development/tools/misc/cli11 { };
datree = callPackage ../development/tools/datree { };
datree = callPackage ../development/tools/datree {
buildGoModule = buildGo117Module;
};
dcadec = callPackage ../development/tools/dcadec { };