1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #16104 from rushmorem/update-vault

vault: 0.5.2 -> 0.5.3
This commit is contained in:
Rushmore Mushambi 2016-06-10 14:48:21 +02:00 committed by GitHub
commit 62db274e5b

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "vault-${version}";
version = "0.5.2";
version = "0.5.3";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/vault";
@ -11,6 +11,6 @@ buildGoPackage rec {
inherit rev;
owner = "hashicorp";
repo = "vault";
sha256 = "085rk5i480wdlkn2p14yxi8zgsc11595nkkda1i77c4vjkllbkdy";
sha256 = "0px9l5zkvqawzsss70g58fx1anrx5zsdgxl6iplv0md111h0d87z";
};
}