Skip to content

Commit

Permalink
Merge pull request #296439 from marsam/update-lxd
Browse files Browse the repository at this point in the history
lxd: 5.20 -> 5.21.0
  • Loading branch information
adamcstephens authored Mar 21, 2024
2 parents 16053fd + 8fa712c commit c962450
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/admin/lxd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10598,7 +10598,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 { };

Expand Down

0 comments on commit c962450

Please sign in to comment.