lxd: 5.9 -> 5.10

This commit is contained in:
Adam Stephens 2023-01-25 09:17:41 -05:00
parent 0287788bb0
commit b640c476c5
No known key found for this signature in database

View File

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