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>2021-10-01 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-10-01 04:20:00 +0000
commitc632d826a3b46e99ee14c15945cd8a758e74d4a1 (patch)
tree5c33c25918f5ba3875d5d8446c0cbba1ee500046 /pkgs/tools/admin/lxd
parent39ab62f8f644c1a076cdba8de12baf15142cfe59 (diff)
lxd: 4.18 -> 4.19
https://discuss.linuxcontainers.org/t/lxd-4-19-has-been-released/12276/2
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 523f8165802e3..12ea0f7a55d06 100644
--- a/pkgs/tools/admin/lxd/default.nix
+++ b/pkgs/tools/admin/lxd/default.nix
@@ -19,13 +19,13 @@ let
 in
 buildGoPackage rec {
   pname = "lxd";
-  version = "4.18";
+  version = "4.19";
 
   goPackagePath = "github.com/lxc/lxd";
 
   src = fetchurl {
     url = "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz";
-    sha256 = "19gkllahfd2fgz6vng5lrqx3bdrzaf9s874gzznvzvj9sgj0j3mn";
+    sha256 = "0mxbzg8xra0qpd3g3z1b230f0519h56x4jnn09lbbqa92p5zck3f";
   };
 
   postPatch = ''