Skip to content

Commit

Permalink
berglas: 0.2.1 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Jan 7, 2020
1 parent f7c7317 commit 0320725
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/admin/berglas/default.nix
Expand Up @@ -3,16 +3,16 @@
buildGoModule rec {

name = "berglas-${version}";
version = "0.2.1";
version = "0.5.0";

src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "berglas";
rev = "v0.2.1";
sha256 = "1m34rxiynmgsris1avjn7am50b8sds77515zlnna9qvsrywbzljc";
rev = "v0.5.0";
sha256 = "1y5w2czipwj069w4zxnyb9xqv5mx0yjjramykf3vm3q478bk3rm7";
};

modSha256 = "0lfcrsb4r5hxxd652cxff23fnbrphp3lgwp5anpaddzcjcd2qyj8";
modSha256 = "0y4ajii3pv25s4gjazf6fl0b9wax17cmwhbmiybqhp61annca7kr";

meta = with stdenv.lib; {
description = "A tool for managing secrets on Google Cloud";
Expand Down

0 comments on commit 0320725

Please sign in to comment.