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>2020-11-14 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-11-14 04:20:00 +0000
commita398eb859ce94b6538e74c02ff64e6e6c43eedb3 (patch)
tree821fb8d2e9a26c5415c4ef4f3456915d48fe77d9 /pkgs/tools/admin/lxd
parent99d3a69d5b97020cefd25f876ca5a2c505cc5548 (diff)
lxd: 4.7 -> 4.8
https://discuss.linuxcontainers.org/t/lxd-4-8-has-been-released/9458
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 331960e6857f0..9bff8332c34b0 100644
--- a/pkgs/tools/admin/lxd/default.nix
+++ b/pkgs/tools/admin/lxd/default.nix
@@ -18,13 +18,13 @@ let
 in
 buildGoPackage rec {
   pname = "lxd";
-  version = "4.7";
+  version = "4.8";
 
   goPackagePath = "github.com/lxc/lxd";
 
   src = fetchurl {
     url = "https://github.com/lxc/lxd/releases/download/${pname}-${version}/${pname}-${version}.tar.gz";
-    sha256 = "1v95cnbs54gzyhzflwb8x0ykja202nll5p48l2nra7cpdsk4a5q1";
+    sha256 = "0zrk6l2wwc2hmzwd9fayq54qxshp9pin638dihsyp324f5n0jkyy";
   };
 
   postPatch = ''