mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
gvisor: 20240401.0 -> 20250512.0
(cherry picked from commit 3d13b2705a
)
This commit is contained in:
parent
29bd828a26
commit
d840443d2e
1 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
buildGoModule {
|
buildGoModule {
|
||||||
pname = "gvisor";
|
pname = "gvisor";
|
||||||
version = "20240401.0";
|
version = "20250512.0";
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -21,8 +21,8 @@ buildGoModule {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "gvisor";
|
repo = "gvisor";
|
||||||
rev = "9d995324d058812a5476f8c06b20167012511e9c";
|
rev = "2a7b5c7dece9218a44afb8c56e28f2aae8038f6b";
|
||||||
hash = "sha256-idgUEbYAfnm/HphVs12Sj1FwG+jmL2BBr0PJnG9BC3A=";
|
hash = "sha256-u2YMFesrtQX+eE0aKYiOr+4/khPtsH2P2EQWfvHs8nI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Replace the placeholder with the actual path to ldconfig
|
# Replace the placeholder with the actual path to ldconfig
|
||||||
|
@ -31,7 +31,7 @@ buildGoModule {
|
||||||
--replace-fail '"/sbin/ldconfig"' '"${glibc}/bin/ldconfig"'
|
--replace-fail '"/sbin/ldconfig"' '"${glibc}/bin/ldconfig"'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
vendorHash = "sha256-jbMXeNXzvjfJcIfHjvf8I3ePjm6KFTXJ94ia4T2hUs4=";
|
vendorHash = "sha256-3fKFr8viabGEwIHYxg9vjhKMVOxCjji3PDgs8wBBZzY=";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue