Skip to content

Commit

Permalink
Merge pull request #197256 from marsam/update-lxd
Browse files Browse the repository at this point in the history
lxd: 5.6 -> 5.7
  • Loading branch information
marsam authored Oct 23, 2022
2 parents cfbef7e + 5b3b2f1 commit ca39d73
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 @@ -32,14 +32,14 @@

buildGoModule rec {
pname = "lxd";
version = "5.6";
version = "5.7";

src = fetchurl {
urls = [
"https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
"https://github.com/lxc/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz"
];
sha256 = "sha256-bLKl9OpvxXozmqjX8hY2xIiVectBiohDxTzd5du5w+4=";
sha256 = "sha256-TZeF/VPrP4qRAVezJwQWtfypsxBJpnTrST0uDdw3WVI=";
};

vendorSha256 = null;
Expand Down

0 comments on commit ca39d73

Please sign in to comment.