berglas: 0.5.0 -> 0.5.1
This commit is contained in:
parent
6536311315
commit
98aa4da995
|
@ -1,22 +1,21 @@
|
||||||
{ stdenv, buildGoModule, fetchFromGitHub }:
|
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
|
pname = "berglas";
|
||||||
name = "berglas-${version}";
|
version = "0.5.1";
|
||||||
version = "0.5.0";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GoogleCloudPlatform";
|
owner = "GoogleCloudPlatform";
|
||||||
repo = "berglas";
|
repo = pname;
|
||||||
rev = "v0.5.0";
|
rev = "v${version}";
|
||||||
sha256 = "1y5w2czipwj069w4zxnyb9xqv5mx0yjjramykf3vm3q478bk3rm7";
|
sha256 = "0y393g36h35zzqyf5b10j6qq2jhvz83j17cmasnv6wbyrb3vnn0n";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "0y4ajii3pv25s4gjazf6fl0b9wax17cmwhbmiybqhp61annca7kr";
|
modSha256 = "0m2bqx102lf6nihdjbl8a08xcwi80rawvh91j1cav0njm9w5vmmm";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A tool for managing secrets on Google Cloud";
|
description = "A tool for managing secrets on Google Cloud";
|
||||||
homepage = https://github.com/GoogleCloudPlatform/berglas;
|
homepage = "https://github.com/GoogleCloudPlatform/berglas";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue