lxd: 3.22 -> 3.23

Release notes: https://discuss.linuxcontainers.org/t/lxd-3-23-has-been-released/7140
This commit is contained in:
Mario Rodas 2020-03-24 04:20:00 -05:00
parent 2d48c2fbcd
commit d85b0f745e
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
buildGoPackage rec {
pname = "lxd";
version = "3.22";
version = "3.23";
goPackagePath = "github.com/lxc/lxd";
src = fetchurl {
url = "https://github.com/lxc/lxd/releases/download/${pname}-${version}/${pname}-${version}.tar.gz";
sha256 = "1j60xajcycqnnkasbghcvx3dvb5iadvvq2l3hh9i0sw3dk1wx4hn";
sha256 = "1zbm736m9g4c40r55s6rg3xrgw9bysslr992sa80vlrxfmwfiqg4";
};
preBuild = ''