gnu: runc: Update to 1.1.9.
* gnu/packages/virtualization.scm (runc): Update to 1.1.9.
This commit is contained in:
parent
8eea34062e
commit
9937194542
1 changed files with 2 additions and 2 deletions
|
@ -2002,7 +2002,7 @@ main monitor/GPU.")
|
||||||
(define-public runc
|
(define-public runc
|
||||||
(package
|
(package
|
||||||
(name "runc")
|
(name "runc")
|
||||||
(version "1.1.1")
|
(version "1.1.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2011,7 +2011,7 @@ main monitor/GPU.")
|
||||||
(file-name (string-append name "-" version ".tar.xz"))
|
(file-name (string-append name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jx56x49dgkygdbrfb3pmxycy1n37arj97jra8n422dj36xz1hbm"))))
|
"1hhxqwg0mblrgv2aim3scfd9xg13l6i22j124sdma5sf2fzgx5bn"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/opencontainers/runc"
|
'(#:import-path "github.com/opencontainers/runc"
|
||||||
|
|
Reference in a new issue