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-01-19 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-01-19 04:20:00 +0000
commit11f5b8a816081022f8e5ad0f0374fa365824f5ed (patch)
tree02dc7c7b1c81fb78c4225d74e9af3fcfe6b057fb /pkgs/tools/admin/lxd
parente098427f7509bda1a70ee83f2bc1f6f756bb9934 (diff)
lxd: 4.21 -> 4.22
https://github.com/lxc/lxd/releases/tag/lxd-4.22
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 8a3ece8e0f90d..77120509079c4 100644
--- a/pkgs/tools/admin/lxd/default.nix
+++ b/pkgs/tools/admin/lxd/default.nix
@@ -11,13 +11,13 @@
 
 buildGoPackage rec {
   pname = "lxd";
-  version = "4.21";
+  version = "4.22";
 
   goPackagePath = "github.com/lxc/lxd";
 
   src = fetchurl {
     url = "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz";
-    sha256 = "1b2jls3jgvgdl0136nar8zm3hfrp0gqxxq9fh7vxc52r1aslarvs";
+    sha256 = "119345936fcm1vv06k82k9hvj5yjf9jdrwqm9ccphhl5mswf8xq9";
   };
 
   postPatch = ''