Merge pull request #290133 from msanft/feat/gvisor-update

gvisor: `20231113.0` -> `20240311.0-unstable-2024-03-25`
This commit is contained in:
Paul Meyer 2024-03-26 10:14:05 +01:00 committed by GitHub
commit c59ec0e0c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildGoModule { buildGoModule {
pname = "gvisor"; pname = "gvisor";
version = "20231113.0"; version = "20240311.0-unstable-2024-03-25";
# gvisor provides a synthetic go branch (https://github.com/google/gvisor/tree/go) # gvisor provides a synthetic go branch (https://github.com/google/gvisor/tree/go)
# that can be used to build gvisor without bazel. # that can be used to build gvisor without bazel.
@ -19,11 +19,11 @@ buildGoModule {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = "gvisor"; repo = "gvisor";
rev = "cdaf5c462c4040ed4cc88989e43f7d373acb9d24"; rev = "b1e227737fd6e3bb3b11a403a1a5013bc89b3b60";
hash = "sha256-9d2AJXoGFRCSM6900gOBxNBgL6nxXqz/pPan5EeEdsI="; hash = "sha256-EfXzXkoEgtEerNMacRhbITCRig+t23WlIRya0BlJZcE=";
}; };
vendorHash = "sha256-QdsVELNcIVsZv2gA05YgQfMZ6hmnfN2GGqW6r+mHqbs="; vendorHash = "sha256-jbMXeNXzvjfJcIfHjvf8I3ePjm6KFTXJ94ia4T2hUs4=";
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];