lxd: 5.8 -> 5.9

This commit is contained in:
R. Ryantm 2022-12-13 22:40:38 +00:00
parent 16875b3e7b
commit a946e186c5

View File

@ -32,14 +32,14 @@
buildGoModule rec {
pname = "lxd";
version = "5.8";
version = "5.9";
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-mYyDYO8k4MVoNa8xfp1vH2nyuhNsDJ93s9F5hjaMftk=";
sha256 = "sha256-okz3++PlUno03tp+jpLxfAWlFJhyOCH2mxRtHo5YEX8=";
};
vendorSha256 = null;