Merge pull request #197256 from marsam/update-lxd

lxd: 5.6 -> 5.7
This commit is contained in:
Mario Rodas 2022-10-23 16:57:40 -05:00 committed by GitHub
commit ca39d73fce
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.6";
version = "5.7";
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-bLKl9OpvxXozmqjX8hY2xIiVectBiohDxTzd5du5w+4=";
sha256 = "sha256-TZeF/VPrP4qRAVezJwQWtfypsxBJpnTrST0uDdw3WVI=";
};
vendorSha256 = null;