berglas: 0.6.2 -> 1.0.1

This commit is contained in:
R. Ryantm 2022-08-18 08:02:34 +00:00
parent 5532874151
commit 00bb254d94

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;