await: 1.0.7 -> 2.1.0

This commit is contained in:
John Garcia
2025-08-30 11:43:02 +01:00
parent b6eb70d625
commit d03f69f975
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "await";
version = "1.0.7";
version = "2.1.0";
src = fetchFromGitHub {
owner = "slavaGanzin";
repo = "await";
rev = version;
hash = "sha256-Yrit1WdWIfjwqbjvyjrPT3EqSSkooYX+uoOstbxy//I=";
hash = "sha256-p0rB1fPfBL1Vj4p7IZtmLhfB5LwwyRaiCVSeDZAXJAo=";
};
nativeBuildInputs = [ installShellFiles ];