Merge pull request #212618 from adamcstephens/lxd/5.10

lxd: 5.9 -> 5.10

Closes #210594
This commit is contained in:
Mario Rodas 2023-01-25 19:45:15 -05:00 committed by GitHub
commit 048f28668d
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.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;
@ -104,7 +104,7 @@ buildGoModule rec {
homepage = "https://linuxcontainers.org/lxd/";
changelog = "https://github.com/lxc/lxd/releases/tag/lxd-${version}";
license = licenses.asl20;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ marsam adamcstephens ];
platforms = platforms.linux;
};
}