about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-06-05 20:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-06-05 20:00:00 -0500
commit0407e9fb0509806dd38853639fae07bfcc8ecab0 (patch)
tree4e66a559299c8bfffcba6a760721b799c049bf70 /pkgs/tools
parentdfbc6b3a269699c9b0e05f83735532c6deca39b8 (diff)
downloadnixlib-0407e9fb0509806dd38853639fae07bfcc8ecab0.tar
nixlib-0407e9fb0509806dd38853639fae07bfcc8ecab0.tar.gz
nixlib-0407e9fb0509806dd38853639fae07bfcc8ecab0.tar.bz2
nixlib-0407e9fb0509806dd38853639fae07bfcc8ecab0.tar.lz
nixlib-0407e9fb0509806dd38853639fae07bfcc8ecab0.tar.xz
nixlib-0407e9fb0509806dd38853639fae07bfcc8ecab0.tar.zst
nixlib-0407e9fb0509806dd38853639fae07bfcc8ecab0.zip
lxd: 4.1 -> 4.2
Diffstat (limited to 'pkgs/tools')
-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 f270576e684a..43cd243561b5 100644
--- a/pkgs/tools/admin/lxd/default.nix
+++ b/pkgs/tools/admin/lxd/default.nix
@@ -10,13 +10,13 @@
 
 buildGoPackage rec {
   pname = "lxd";
-  version = "4.1";
+  version = "4.2";
 
   goPackagePath = "github.com/lxc/lxd";
 
   src = fetchurl {
     url = "https://github.com/lxc/lxd/releases/download/${pname}-${version}/${pname}-${version}.tar.gz";
-    sha256 = "0svzj57wwm43d2gnx0myr2p9pzjmkivwhgg0dww6zl169bx32liz";
+    sha256 = "0pv84ywnigrp94kh54fz689i15yv01lhrnkxpk8dg9wypxara9m4";
   };
 
   postPatch = ''