await: 1.0.2 -> 1.0.5
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "await";
|
||||
version = "1.0.2";
|
||||
version = "1.0.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "slavaGanzin";
|
||||
repo = "await";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-qvSRuRLZnUptXYknyRn4GgmYtj9BnI8flN6EhadbKMw=";
|
||||
hash = "sha256-0U9eLQDvHnRUJt46AI4bDWZfGynqjaWs9teidWP3RsA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
install -Dm755 await -t $out/bin
|
||||
install -Dm444 LICENSE -t $out/share/licenses/await
|
||||
install -Dm444 README.md -t $out/share/doc/await
|
||||
installShellCompletion --cmd await autocomplete.{bash,fish,zsh}
|
||||
installShellCompletion --cmd await autocompletions/await.{bash,fish,zsh}
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user