mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: crun: Update to 1.22.
* gnu/packages/containers.scm (crun): Update to 1.22. Change-Id: Ie52e1bcdcee0ccdac3b33c2fc2a284145cea83bf Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
eca2591476
commit
97f9e84b07
1 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@
|
|||
(define-public crun
|
||||
(package
|
||||
(name "crun")
|
||||
(version "1.21")
|
||||
(version "1.22")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
"/crun-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11n42h4sx02xyrnkaq3d6l2i0fac7xshgkryvsj08j2afq771ysb"))))
|
||||
"1cggwb5libxjx4x96hd2v1pd4rm7m7bll37j888khsc5s486q32z"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue