From cf9d88c29493a86f480c4c3a807ef351416f33f4 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Sat, 8 Oct 2022 13:11:25 +0800 Subject: [PATCH] chore: update vendorSha256 due to dependencies change --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4afb1d53..002a3c65 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ inherit version; src = ./.; - vendorSha256 = "sha256-Af1RgeB6APxKW9m+rm2mkpYSXwAgFTzRyW0GJe9ML+A="; + vendorSha256 = "sha256-yhq4WHQcS4CrdcO6KJ5tSn4m7l5g1lNgE9/2BWd9Iys="; # Do not build testing suit excludedPackages = [ "./test" ];