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

berglas: 1.0.2 -> 1.0.3
This commit is contained in:
figsoda 2023-06-04 22:13:39 -04:00 committed by GitHub
commit 7409480d5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,16 +27,16 @@ in
buildGoModule rec {
pname = "berglas";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OMmvoUzdi5rie/YCkylSKjNm2ty2HnnAuFZrLAgJHZk=";
sha256 = "sha256-4hbRX0kKMWixcu5SWjrM5lVvhLMOaeBdG4GH5NVAh70=";
};
vendorHash = "sha256-WIbT1N7tRAt5vJO6j06fwUAaFxfAevRo0+r2wyy+feE=";
vendorHash = "sha256-qcFS07gma7GVxhdrYca0E6rcczNcZmU8JcjjcpEaxp0=";
postPatch = skipTestsCommand;