Skip to content

Commit

Permalink
lxd: 4.3 -> 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Aug 3, 2020
1 parent d418434 commit c583d3d
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.3";
version = "4.4";

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

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

postPatch = ''
Expand Down

0 comments on commit c583d3d

Please sign in to comment.