Merge pull request #205977 from r-ryantm/auto-update/lxd

This commit is contained in:
Maciej Krüger 2022-12-26 01:56:56 +01:00 committed by GitHub
commit 159873ac61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;