about summary refs log tree commit diff
path: root/pkgs/tools/admin/lxd
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-22 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-10-22 04:20:00 +0000
commit5b3b2f1318ddf148d7261d37950816196c5e1db8 (patch)
tree2470fa3534ae60f71db8eef929b22f14a1d8b77b /pkgs/tools/admin/lxd
parentaa17c92861943729ec75f378800f6183ebede55b (diff)
lxd: 5.6 -> 5.7
https://github.com/lxc/lxd/releases/tag/lxd-5.7
Diffstat (limited to 'pkgs/tools/admin/lxd')
-rw-r--r--pkgs/tools/admin/lxd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/lxd/default.nix b/pkgs/tools/admin/lxd/default.nix
index 7c4b8984bfcdc..c15861ed69d48 100644
--- a/pkgs/tools/admin/lxd/default.nix
+++ b/pkgs/tools/admin/lxd/default.nix
@@ -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;