gnu: lxd: Update to 4.24.

* gnu/packages/virtualization.scm (lxd): Update to 4.24.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Brian Cully 2022-06-24 17:29:49 -04:00 committed by Efraim Flashner
parent b7a091cf7f
commit 9d9f0b9639
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1166,7 +1166,7 @@ It started as a side project of LXC but can be used by any run-time.")
(define-public lxd
(package
(name "lxd")
(version "4.22")
(version "4.24")
(source (origin
(method url-fetch)
(uri (string-append
@ -1174,7 +1174,7 @@ It started as a side project of LXC but can be used by any run-time.")
"lxd-" version "/lxd-" version ".tar.gz"))
(sha256
(base32
"119345936fcm1vv06k82k9hvj5yjf9jdrwqm9ccphhl5mswf8xq9"))))
"0lmjmvm98m6yjxcqlfw690i71nazfzgrm3mzbjj77g1631df3ylp"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/lxc/lxd"