Merge pull request #159626 from marsam/update-lxd

lxd: 4.22 -> 4.23
This commit is contained in:
Mario Rodas 2022-02-12 15:15:12 -05:00 committed by GitHub
commit e67f9b0696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
buildGoPackage rec {
pname = "lxd";
version = "4.22";
version = "4.23";
goPackagePath = "github.com/lxc/lxd";
src = fetchurl {
url = "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz";
sha256 = "119345936fcm1vv06k82k9hvj5yjf9jdrwqm9ccphhl5mswf8xq9";
sha256 = "sha256-bPzH9MRirgl3b/wkkYIRhEvryvy/5M2Y9LLPqD4IL8U=";
};
postPatch = ''