mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gvisor-tap-vsock: Update to 0.8.7.
* gnu/packages/containers.scm (gvisor-tap-vsock): Update to 0.8.7. Change-Id: Id90c1cba75130b0daec7cfd5ece1f234e3da2692 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
c69b54b2fa
commit
d74d4d9a2a
1 changed files with 2 additions and 2 deletions
|
@ -463,7 +463,7 @@ configure network interfaces in Linux containers.")
|
|||
(define-public gvisor-tap-vsock
|
||||
(package
|
||||
(name "gvisor-tap-vsock")
|
||||
(version "0.8.6")
|
||||
(version "0.8.7")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -472,7 +472,7 @@ configure network interfaces in Linux containers.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"18pwpw3dap42mpv5a1ciq6fh0y8ya5ix7r38bi8i1xc7dxcy3jdj"))))
|
||||
"1p9vypphssvqfcm3y2nc7b9v0wcc2smkrqq8k60vskaiza89974k"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue