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

berglas: 0.6.2 -> 1.0.1
This commit is contained in:
Weijia Wang 2023-01-22 02:19:08 +01:00 committed by GitHub
commit 6c95eb5e80
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 = "0.6.2";
version = "1.0.1";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aLsrrK+z080qn7L2zggA8yD+QqLaSRJLTjWQnFKFogQ=";
sha256 = "sha256-A4TUVNsiWODH8jJzV4AYchIQjDWXysJbFPYQ5W63T08=";
};
vendorSha256 = "sha256-HjZT0jezJzoEvXuzrjoTv/zSex+xDuGoP1h82CIlX14=";
vendorSha256 = "sha256-jJuwfP0zJ70r62IFTPsXBCAEKDcuBwHsBR24jGx/IqY=";
postPatch = skipTestsCommand;