summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-03-19 11:55:12 -0500
committerGitHub <noreply@github.com>2022-03-19 11:55:12 -0500
commitfc5d8ba69da651d6cef51f15cee63cfa801b503f (patch)
tree1a98f40825c825ac32d0efad078a4a6f7667fc45 /pkgs
parentef081d435522fecdafd318444c2815a8bd811a32 (diff)
parentdf6363024abd6029372eeee7795133147c86a8eb (diff)
downloadnixpkgs-fc5d8ba69da651d6cef51f15cee63cfa801b503f.tar
nixpkgs-fc5d8ba69da651d6cef51f15cee63cfa801b503f.tar.gz
nixpkgs-fc5d8ba69da651d6cef51f15cee63cfa801b503f.tar.bz2
nixpkgs-fc5d8ba69da651d6cef51f15cee63cfa801b503f.tar.lz
nixpkgs-fc5d8ba69da651d6cef51f15cee63cfa801b503f.tar.xz
nixpkgs-fc5d8ba69da651d6cef51f15cee63cfa801b503f.tar.zst
nixpkgs-fc5d8ba69da651d6cef51f15cee63cfa801b503f.zip
Merge pull request #164058 from r-ryantm/auto-update/lxd
lxd: 4.23 -> 4.24
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 f726e5669e3..55267651c9f 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.23";
+  version = "4.24";
 
   goPackagePath = "github.com/lxc/lxd";
 
   src = fetchurl {
     url = "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz";
-    sha256 = "sha256-bPzH9MRirgl3b/wkkYIRhEvryvy/5M2Y9LLPqD4IL8U=";
+    sha256 = "sha256-l/rhWhgmvHOkXL+Omt93X9lwIkiGO4pZl95UlOquslI=";
   };
 
   postPatch = ''