lxd: 5.6 -> 5.7

https://github.com/lxc/lxd/releases/tag/lxd-5.7
This commit is contained in:
Mario Rodas 2022-10-22 04:20:00 +00:00
parent aa17c92861
commit 5b3b2f1318

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;