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

lxd: 5.7 -> 5.8
This commit is contained in:
Mario Rodas 2022-11-19 10:54:53 -05:00 committed by GitHub
commit 49f0c8eca2
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.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;