Skip to content

Commit

Permalink
Merge pull request #108827 from marsam/update-lxd
Browse files Browse the repository at this point in the history
lxd: 4.9 -> 4.10
  • Loading branch information
marsam committed Jan 9, 2021
2 parents b305e4d + f0b9468 commit 805dbd3
Showing 1 changed file with 2 additions and 2 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,13 +18,13 @@ let
in
buildGoPackage rec {
pname = "lxd";
version = "4.9";
version = "4.10";

goPackagePath = "github.com/lxc/lxd";

src = fetchurl {
url = "https://github.com/lxc/lxd/releases/download/${pname}-${version}/${pname}-${version}.tar.gz";
sha256 = "0sq3avgsrdzkbsil0xsri60xxi0bzf4l6w43w23lbhacrby1spj4";
sha256 = "0s8lbvh2vsqphvspyjyxp5s589gf2wrjpka8v496lf6fv1nsi5s8";
};

postPatch = ''
Expand Down

0 comments on commit 805dbd3

Please sign in to comment.