Skip to content

Commit

Permalink
Merge pull request #273782 from jnsgruk/lxd-5.20
Browse files Browse the repository at this point in the history
lxd: 5.19 -> 5.20
  • Loading branch information
adamcstephens authored Dec 13, 2023
2 parents 09beff8 + d6682e7 commit b0e130d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.19";
version = "5.20";

src = fetchurl {
url = "https://github.com/canonical/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz";
hash = "sha256-Ttw3Hox+GfoI8dE2KpZ2HUTblOPFBUs63IBRI18lAiM=";
hash = "sha256-L5WLdX9M3mTQ81eNoL2p7lllo6cOwJVu3fgofRKQFn8=";
};

vendorHash = null;
Expand Down Expand Up @@ -86,7 +86,7 @@ buildGoModule rec {
description = "Daemon based on liblxc offering a REST API to manage containers";
homepage = "https://ubuntu.com/lxd";
changelog = "https://github.com/canonical/lxd/releases/tag/lxd-${version}";
license = licenses.asl20;
license = with licenses; [ asl20 agpl3 ];
maintainers = teams.lxc.members;
platforms = platforms.linux;
};
Expand Down

0 comments on commit b0e130d

Please sign in to comment.