about summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorAdam C. Stephens <2071575+adamcstephens@users.noreply.github.com>2024-03-21 17:34:27 -0400
committerGitHub <noreply@github.com>2024-03-21 17:34:27 -0400
commitc96245093493569676177e36ab503179528b2858 (patch)
tree8d0d16d303e99ed2926538cacaf5fd199da2578d /pkgs/tools/admin
parent16053fdef84f1a93c4105275af2217b75cb6c77e (diff)
parent8fa712c4d257a79a69e04ac4d25c12e3e8434e67 (diff)
downloadnixlib-c96245093493569676177e36ab503179528b2858.tar
nixlib-c96245093493569676177e36ab503179528b2858.tar.gz
nixlib-c96245093493569676177e36ab503179528b2858.tar.bz2
nixlib-c96245093493569676177e36ab503179528b2858.tar.lz
nixlib-c96245093493569676177e36ab503179528b2858.tar.xz
nixlib-c96245093493569676177e36ab503179528b2858.tar.zst
nixlib-c96245093493569676177e36ab503179528b2858.zip
Merge pull request #296439 from marsam/update-lxd
lxd: 5.20 -> 5.21.0
Diffstat (limited to 'pkgs/tools/admin')
-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 22f66ee56b85..d66fd7cb3a45 100644
--- a/pkgs/tools/admin/lxd/default.nix
+++ b/pkgs/tools/admin/lxd/default.nix
@@ -18,11 +18,11 @@
 
 buildGoModule rec {
   pname = "lxd-unwrapped";
-  version = "5.20";
+  version = "5.21.0";
 
   src = fetchurl {
     url = "https://github.com/canonical/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz";
-    hash = "sha256-L5WLdX9M3mTQ81eNoL2p7lllo6cOwJVu3fgofRKQFn8=";
+    hash = "sha256-vnh+8Jm4Olg+VdAPpGboLSbChdnwsU84IgyzGe4ltg8=";
   };
 
   vendorHash = null;