about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-23 16:57:40 -0500
committerGitHub <noreply@github.com>2022-10-23 16:57:40 -0500
commitca39d73fce3b3178562ba710ee02287a13d28df0 (patch)
treed9c5fd53a381a06ecf43b691617ab903495afbc0 /pkgs
parentcfbef7e94f71e7ebd9281918978927555d48db02 (diff)
parent5b3b2f1318ddf148d7261d37950816196c5e1db8 (diff)
Merge pull request #197256 from marsam/update-lxd
lxd: 5.6 -> 5.7
Diffstat (limited to 'pkgs')
-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;