await: 1.0.5 -> 1.0.7

This commit is contained in:
John Garcia 2024-11-22 17:51:15 +00:00
parent 14ac480f28
commit a5fb39cb87

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "await";
version = "1.0.5";
version = "1.0.7";
src = fetchFromGitHub {
owner = "slavaGanzin";
repo = "await";
rev = "v${version}";
hash = "sha256-0U9eLQDvHnRUJt46AI4bDWZfGynqjaWs9teidWP3RsA=";
rev = version;
hash = "sha256-Yrit1WdWIfjwqbjvyjrPT3EqSSkooYX+uoOstbxy//I=";
};
nativeBuildInputs = [ installShellFiles ];
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
versionCheckHook
];
doInstallCheck = true;
versionCheckProgramArg = [ "--version" ];
meta = with lib; {
description = "Small binary that runs a list of commands in parallel and awaits termination";