mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
Merge pull request #21070 from offlinehacker/pkgs/vault/update/0.6.3
vault: 0.6.1 -> 0.6.3
This commit is contained in:
commit
5fa0161ce6
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "vault-${version}";
|
||||
version = "0.6.1";
|
||||
version = "0.6.3";
|
||||
|
||||
goPackagePath = "github.com/hashicorp/vault";
|
||||
|
||||
|
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||
owner = "hashicorp";
|
||||
repo = "vault";
|
||||
rev = "v${version}";
|
||||
sha256 = "06xf2dpn0q398qb6wbh9j1wjl5smqq9nrrn2039g48haqm8853jx";
|
||||
sha256 = "0cbaws106v5dxqjii1s9rmk55pm6y34jls35iggpx0pp1dd433xy";
|
||||
};
|
||||
|
||||
buildFlagsArray = ''
|
||||
|
@ -22,6 +22,6 @@ buildGoPackage rec {
|
|||
homepage = https://www.vaultproject.io;
|
||||
description = "A tool for managing secrets";
|
||||
license = licenses.mpl20;
|
||||
maintainers = [ maintainers.rushmorem ];
|
||||
maintainers = with maintainers; [ rushmorem offline ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue