gnu: conmon: Update to 2.1.12.

* gnu/packages/containers.scm (conmon): Update to 2.1.12.

Change-Id: Ie5f5590b82467ef5a3cd981f1ba410c5bf8d9ff5
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Tomas Volf 2024-05-22 21:00:33 +02:00 committed by Zheng Junjie
parent fc0d7334cd
commit 17b69f5113
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -112,7 +112,7 @@ (define-public crun
(define-public conmon (define-public conmon
(package (package
(name "conmon") (name "conmon")
(version "2.1.11") (version "2.1.12")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -120,7 +120,7 @@ (define-public conmon
(url "https://github.com/containers/conmon") (url "https://github.com/containers/conmon")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "1ax13n2npz5b7qa7f4glvnfq9biz220gyb8prh8s0jrvz6z2j221")) (base32 "0rrj4rmz5bmxycqhdjpizwvb25bimkri9jwb3wcfwzyxnx1va849"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments