mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
vault: 0.5.3 -> 0.6.0
This commit is contained in:
parent
7fce7c5a07
commit
3d0e8060fd
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "vault-${version}";
|
||||
version = "0.5.3";
|
||||
version = "0.6.0";
|
||||
rev = "v${version}";
|
||||
|
||||
goPackagePath = "github.com/hashicorp/vault";
|
||||
@ -11,6 +11,6 @@ buildGoPackage rec {
|
||||
inherit rev;
|
||||
owner = "hashicorp";
|
||||
repo = "vault";
|
||||
sha256 = "0px9l5zkvqawzsss70g58fx1anrx5zsdgxl6iplv0md111h0d87z";
|
||||
sha256 = "0byb91nqrhl7w0rq0ilml1ybamh8w1qga47a790kggsmjhcj9ybx";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user