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-02-12 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-02-12 04:20:00 +0000
commit2ea1e520bd39631ee6c31ac3d0b49283fecd5460 (patch)
treeb60b93e0165eb1c1a5c5d1773df913b84fff2333 /pkgs/tools/admin/lxd
parent047e20219b8fa6f90927f3d03d0da666ba1934cd (diff)
lxd: 4.22 -> 4.23
https://github.com/lxc/lxd/releases/tag/lxd-4.23
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 77120509079c4..ff6fa1ffb0881 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.22";
+  version = "4.23";
 
   goPackagePath = "github.com/lxc/lxd";
 
   src = fetchurl {
     url = "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz";
-    sha256 = "119345936fcm1vv06k82k9hvj5yjf9jdrwqm9ccphhl5mswf8xq9";
+    sha256 = "sha256-bPzH9MRirgl3b/wkkYIRhEvryvy/5M2Y9LLPqD4IL8U=";
   };
 
   postPatch = ''