Merge pull request #220281 from r-ryantm/auto-update/berglas

berglas: 1.0.1 -> 1.0.2
This commit is contained in:
Mario Rodas
2023-03-10 21:01:32 -05:00
committed by GitHub
+3 -3
View File
@@ -27,16 +27,16 @@ in
buildGoModule rec {
pname = "berglas";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = pname;
rev = "v${version}";
sha256 = "sha256-A4TUVNsiWODH8jJzV4AYchIQjDWXysJbFPYQ5W63T08=";
sha256 = "sha256-OMmvoUzdi5rie/YCkylSKjNm2ty2HnnAuFZrLAgJHZk=";
};
vendorSha256 = "sha256-jJuwfP0zJ70r62IFTPsXBCAEKDcuBwHsBR24jGx/IqY=";
vendorHash = "sha256-WIbT1N7tRAt5vJO6j06fwUAaFxfAevRo0+r2wyy+feE=";
postPatch = skipTestsCommand;