lxd: 2.0.2 -> 2.12 (#25685)

* Upgrades lxd to version 2.12

* Adds missing packages to path for lxd
This commit is contained in:
Bastian Köcher
2017-05-24 19:29:38 +01:00
committed by Joachim F
parent dc4e2cd70f
commit 179c504a66
3 changed files with 103 additions and 111 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "lxd-${version}";
version = "2.0.2";
version = "2.12";
rev = "lxd-${version}";
goPackagePath = "github.com/lxc/lxd";
@@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "lxc";
repo = "lxd";
sha256 = "1rs9g1snjymg6pjz5bj77zk5wbs0w8xmrfxzqs32w6zr1dxhf9hs";
sha256 = "1znqsf6iky21kddvl13bf0lsj65czabwysdbvha24lm16s51mv0p";
};
goDeps = ./deps.nix;