lxd: 5.9 -> 5.10
This commit is contained in:
parent
0287788bb0
commit
b640c476c5
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue