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-08-08 06:01:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-08-08 06:01:00 -0500
commit861697b840e27934b6d6989500dfaaea01a30101 (patch)
treed2b2d6b52e6217a4f763cc3d743097ecd024ee42 /pkgs/tools/admin/lxd
parentd111adc10fa59c16f252475155c134c1359b6528 (diff)
lxd: 4.16 -> 4.17
https://discuss.linuxcontainers.org/t/lxd-4-17-has-been-released/11812
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 ac831c9da482e..9d58530985bdb 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.16";
+  version = "4.17";
 
   goPackagePath = "github.com/lxc/lxd";
 
   src = fetchurl {
     url = "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz";
-    sha256 = "1da9avmxs8sy92d9nrdgry2x685ral58zgf89yr88qxc0llbzq7r";
+    sha256 = "1kzmgyg5kw3zw9qa6jabld6rmb53b6yy69h7y9znsdlf74jllljl";
   };
 
   postPatch = ''