diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-13 15:16:18 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-13 15:16:52 +0000 |
| commit | 3d270f4df2c57f2a460ae7d8b1b66a6c5de7f8c2 (patch) | |
| tree | a5651f8ed4aa3ff97ee6cd5370fe636b6f9c9ce7 /gnu | |
| parent | e416c6598489b724e97908b67ed8063ce9eb47b0 (diff) | |
gnu: gvisor-tap-vsock: Update to 0.8.8.
* gnu/packages/containers.scm (gvisor-tap-vsock): Update to 0.8.8.
[native-inputs]: Remove go-github-com-pkg-errors; add
go-github-com-foxcpp-go-mockdns, go-github-com-inetaf-tcpproxy, and
go-gopkg-in-yaml-v3.
Change-Id: I4faca7792df86c2dc32feff741eb77bbce150870
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/containers.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index 2d5c198e97f..aa65777c25b 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -584,7 +584,7 @@ configure network interfaces in Linux containers.") (define-public gvisor-tap-vsock (package (name "gvisor-tap-vsock") - (version "0.8.7") + (version "0.8.8") (source (origin (method git-fetch) @@ -593,7 +593,7 @@ configure network interfaces in Linux containers.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1p9vypphssvqfcm3y2nc7b9v0wcc2smkrqq8k60vskaiza89974k")) + (base32 "1xz710dmy58gngd0qizjw8g9nkraksqald8vzhwc5h36dqkc8nrf")) (modules '((guix build utils))) (snippet #~(begin @@ -636,7 +636,9 @@ configure network interfaces in Linux containers.") go-github-com-containers-winquit go-github-com-coreos-stream-metadata-go go-github-com-dustin-go-humanize + go-github-com-foxcpp-go-mockdns go-github-com-google-gopacket + go-github-com-inetaf-tcpproxy go-github-com-insomniacslk-dhcp ;; go-github-com-linuxkit-virtsock ;Windows only go-github-com-mdlayher-vsock @@ -645,7 +647,6 @@ configure network interfaces in Linux containers.") go-github-com-onsi-ginkgo go-github-com-onsi-gomega go-github-com-opencontainers-go-digest - go-github-com-pkg-errors go-github-com-sirupsen-logrus go-github-com-songgao-packets go-github-com-songgao-water @@ -655,6 +656,7 @@ configure network interfaces in Linux containers.") go-golang-org-x-mod go-golang-org-x-sync go-golang-org-x-sys + go-gopkg-in-yaml-v3 go-gvisor-dev-gvisor)) (home-page "https://github.com/containers/gvisor-tap-vsock") (synopsis "Network stack for virtualization based on gVisor") |
