lol

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

berglas: 0.6.2 -> 1.0.1

authored by

Weijia Wang and committed by
GitHub
6c95eb5e 2e600966

+3 -3
+3 -3
pkgs/tools/admin/berglas/default.nix
··· 27 27 28 28 buildGoModule rec { 29 29 pname = "berglas"; 30 - version = "0.6.2"; 30 + version = "1.0.1"; 31 31 32 32 src = fetchFromGitHub { 33 33 owner = "GoogleCloudPlatform"; 34 34 repo = pname; 35 35 rev = "v${version}"; 36 - sha256 = "sha256-aLsrrK+z080qn7L2zggA8yD+QqLaSRJLTjWQnFKFogQ="; 36 + sha256 = "sha256-A4TUVNsiWODH8jJzV4AYchIQjDWXysJbFPYQ5W63T08="; 37 37 }; 38 38 39 - vendorSha256 = "sha256-HjZT0jezJzoEvXuzrjoTv/zSex+xDuGoP1h82CIlX14="; 39 + vendorSha256 = "sha256-jJuwfP0zJ70r62IFTPsXBCAEKDcuBwHsBR24jGx/IqY="; 40 40 41 41 postPatch = skipTestsCommand; 42 42