From 7b1c078b8b8b01155f5dbada6a91d6a02218ebf9 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Fri, 2 Jun 2023 15:07:35 +0200 Subject: [PATCH] test(http): pin to a rev Signed-off-by: Roman Volosatovs --- examples/http/wit/deps.lock | 2 +- examples/http/wit/deps.toml | 2 +- flake.nix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/http/wit/deps.lock b/examples/http/wit/deps.lock index 0dc86dd..0dbd89e 100644 --- a/examples/http/wit/deps.lock +++ b/examples/http/wit/deps.lock @@ -11,7 +11,7 @@ sha256 = "a19dbd57208ef649980bb4088b96606fe3549e580574dc88dafed6f8a8537b01" sha512 = "49a798126feeb1a714162a20d282e554c70d36cbfa827dfb54685577b13d584fa15e02fd653fbb940a4fa52cece6c0ca4d7cd85f27c041a5cc99a98392d03e50" [http] -url = "https://github.com/WebAssembly/wasi-http/archive/main.tar.gz" +url = "https://github.com/WebAssembly/wasi-http/archive/7071057e3eddae86fe7261e2eb199cf362d58a6e.tar.gz" sha256 = "3d41ce13364177bdf7eea92d78d9ab302ccd5d9462cfdf074677d50244c565b1" sha512 = "1e37c5ae0b93dfa11f722e23cf9b5589976ba1e9a6e63feed930c2ebb15289d8ca7e8fcc5213aa39e0a7e2d852ecb6885dde88f21a99f70aced5c17ef381ff72" deps = ["cli", "clocks", "filesystem", "io", "poll", "random", "sockets"] diff --git a/examples/http/wit/deps.toml b/examples/http/wit/deps.toml index ebc1d08..ed3aa9d 100644 --- a/examples/http/wit/deps.toml +++ b/examples/http/wit/deps.toml @@ -1 +1 @@ -http = "https://github.com/WebAssembly/wasi-http/archive/main.tar.gz" +http = "https://github.com/WebAssembly/wasi-http/archive/7071057e3eddae86fe7261e2eb199cf362d58a6e.tar.gz" diff --git a/flake.nix b/flake.nix index 5ce7b5f..7e8ae03 100644 --- a/flake.nix +++ b/flake.nix @@ -221,8 +221,8 @@ inherit pkgs ; - lock = ./examples/github/wit/deps.lock; - manifest = ./examples/github/wit/deps.toml; + lock = ./examples/http/wit/deps.lock; + manifest = ./examples/http/wit/deps.toml; }; } // {