vault: 0.6.3 -> 0.6.4
This commit is contained in:
parent
8d5b2e66bd
commit
c0fd124f60
@ -4,12 +4,12 @@ let
|
|||||||
vaultBashCompletions = fetchFromGitHub {
|
vaultBashCompletions = fetchFromGitHub {
|
||||||
owner = "iljaweis";
|
owner = "iljaweis";
|
||||||
repo = "vault-bash-completion";
|
repo = "vault-bash-completion";
|
||||||
rev = "62c142e20929f930c893ebe3366350d735e81fbd";
|
rev = "e2f59b64be1fa5430fa05c91b6274284de4ea77c";
|
||||||
sha256 = "0nfv10ykjq9751ijdyq728gjlgldm1lxvrar8kf6nz6rdfnnl2n5";
|
sha256 = "10m75rp3hy71wlmnd88grmpjhqy0pwb9m8wm19l0f463xla54frd";
|
||||||
};
|
};
|
||||||
in buildGoPackage rec {
|
in buildGoPackage rec {
|
||||||
name = "vault-${version}";
|
name = "vault-${version}";
|
||||||
version = "0.6.3";
|
version = "0.6.4";
|
||||||
|
|
||||||
goPackagePath = "github.com/hashicorp/vault";
|
goPackagePath = "github.com/hashicorp/vault";
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ in buildGoPackage rec {
|
|||||||
owner = "hashicorp";
|
owner = "hashicorp";
|
||||||
repo = "vault";
|
repo = "vault";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0cbaws106v5dxqjii1s9rmk55pm6y34jls35iggpx0pp1dd433xy";
|
sha256 = "0rrrzkza12zbbfc24q4q7ygfczq1j8ljsjagsa8vpp3375dflzdy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildFlagsArray = ''
|
buildFlagsArray = ''
|
||||||
@ -26,7 +26,7 @@ in buildGoPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $bin/share/bash-completion/completions/
|
mkdir -p $bin/share/bash-completion/completions/
|
||||||
cp ${vaultBashCompletions}/vault-bash-completion.sh $bin/share/bash-completion/completions/vault
|
cp ${vaultBashCompletions}/vault-bash-completion.sh $bin/share/bash-completion/completions/vault
|
||||||
'';
|
'';
|
||||||
|
|
||||||
@ -34,6 +34,6 @@ in buildGoPackage rec {
|
|||||||
homepage = https://www.vaultproject.io;
|
homepage = https://www.vaultproject.io;
|
||||||
description = "A tool for managing secrets";
|
description = "A tool for managing secrets";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ rushmorem offline ];
|
maintainers = with maintainers; [ rushmorem offline pradeepchhetri ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user