await: 2.1.0 -> 2.3.0 (#451757)

This commit is contained in:
Adam C. Stephens
2025-11-01 04:00:57 +00:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "await";
version = "2.1.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "slavaGanzin";
repo = "await";
tag = version;
hash = "sha256-p0rB1fPfBL1Vj4p7IZtmLhfB5LwwyRaiCVSeDZAXJAo=";
hash = "sha256-UfEjcf8NuLRzu/57aS738Do/lXzYX5lrus1xgZ7dask=";
};
nativeBuildInputs = [ installShellFiles ];