Merge pull request #138173 from r-ryantm/auto-update/starboard

starboard: 0.11.0 -> 0.12.0
This commit is contained in:
Artturi
2021-09-17 21:54:00 +03:00
committed by GitHub

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "starboard";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NV37K5JUfGPK8TwCi/4XY7MQUvp76vzdxsHUNPlYpYk=";
sha256 = "sha256-6QIQsxqTKERo5x2Knv4IBeNt5KjvfoW0ryFJLlALqrA=";
};
vendorSha256 = "sha256-4CmAf1s+tK7cKxwetgv0YewLLROsZ5g1Zd30FCep5k8=";
vendorSha256 = "sha256-r6wMSeW5Et6hYwoEKufmcOmucuHlYuBDOMuXXMT4W2Y=";
# Don't build and check the integration tests
excludedPackages = "itest";