mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 20:50:54 -06:00
gnu: cni-plugins: Update to 1.6.0.
* gnu/packages/containers.scm (cni-plugins): Update to 1.6.0. Change-Id: Ifc543340802014514bdf0ef69c3c726874cff142 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
477c285e8f
commit
9eac1d4f68
1 changed files with 2 additions and 2 deletions
|
|
@ -339,7 +339,7 @@ Layer-4 sockets.")
|
|||
(define-public cni-plugins
|
||||
(package
|
||||
(name "cni-plugins")
|
||||
(version "1.4.1")
|
||||
(version "1.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -347,7 +347,7 @@ Layer-4 sockets.")
|
|||
(url "https://github.com/containernetworking/plugins")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0l6f4z762n8blak41wcxdmdhm92gqw2qcxcqd3s4wiql3d7273kj"))
|
||||
(base32 "03x9ql50gg97cixq3cs5lr5anl283irhvc9q9f8aim3xzmrpqfgf"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue