lxd: 5.7 -> 5.8

This commit is contained in:
R. Ryantm 2022-11-19 11:22:01 +00:00
parent 3d185562b5
commit 192f97496f

View File

@ -32,14 +32,14 @@
buildGoModule rec {
pname = "lxd";
version = "5.7";
version = "5.8";
src = fetchurl {
urls = [
"https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
"https://github.com/lxc/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz"
];
sha256 = "sha256-TZeF/VPrP4qRAVezJwQWtfypsxBJpnTrST0uDdw3WVI=";
sha256 = "sha256-mYyDYO8k4MVoNa8xfp1vH2nyuhNsDJ93s9F5hjaMftk=";
};
vendorSha256 = null;