berglas: 2.0.11 -> 2.0.12 (#513624)
This commit is contained in:
@@ -27,24 +27,24 @@ let
|
||||
''
|
||||
${acc}
|
||||
substituteInPlace pkg/berglas/${goFileName}_test.go \
|
||||
--replace "TestClient_${testName}_storage" "SkipClient_${testName}_storage" \
|
||||
--replace "TestClient_${testName}_secretManager" "SkipClient_${testName}_secretManager"
|
||||
--replace-fail "TestClient_${testName}_storage" "SkipClient_${testName}_storage" \
|
||||
--replace-fail "TestClient_${testName}_secretManager" "SkipClient_${testName}_secretManager"
|
||||
''
|
||||
) "" (builtins.attrNames skipTests);
|
||||
in
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "berglas";
|
||||
version = "2.0.11";
|
||||
version = "2.0.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "GoogleCloudPlatform";
|
||||
repo = "berglas";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-NIAnVjZZKey+XFxS1jryr4cWEmjtznXaLc1DZJldjxY=";
|
||||
sha256 = "sha256-4Y53psmHpe1JmTKfvOS5f0VHCp/GuC4kDWiHWl5ty3Q=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-I0Tdjw9cd9eufEwnxC4E0tB7KPE7jQKJPrUQbFgqQVI=";
|
||||
vendorHash = "sha256-Bz+4hlT5ZqpDnquGirooyFMG8FNUU2NO60Ih3Et3Y3o=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
||||
Reference in New Issue
Block a user