lxd: 5.20 -> 5.21.0

Changelog: https://github.com/canonical/lxd/releases/tag/lxd-5.21.0
This commit is contained in:
Mario Rodas 2024-03-15 04:20:00 +00:00
parent 65fefca297
commit 8fa712c4d2
2 changed files with 5 additions and 3 deletions

View File

@ -18,11 +18,11 @@
buildGoModule rec {
pname = "lxd-unwrapped";
version = "5.20";
version = "5.21.0";
src = fetchurl {
url = "https://github.com/canonical/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz";
hash = "sha256-L5WLdX9M3mTQ81eNoL2p7lllo6cOwJVu3fgofRKQFn8=";
hash = "sha256-vnh+8Jm4Olg+VdAPpGboLSbChdnwsU84IgyzGe4ltg8=";
};
vendorHash = null;

View File

@ -10606,7 +10606,9 @@ with pkgs;
lxcfs = callPackage ../os-specific/linux/lxcfs { };
lxd = callPackage ../tools/admin/lxd/wrapper.nix { };
lxd-unwrapped = callPackage ../tools/admin/lxd { };
lxd-unwrapped = callPackage ../tools/admin/lxd {
buildGoModule = buildGo122Module;
};
lxd-image-server = callPackage ../tools/virtualization/lxd-image-server { };