lxd: 2.12 -> 2.14

This commit is contained in:
Franz Pletz 2017-06-20 02:02:54 +02:00
parent 9da4cb176a
commit c9268482e0
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "lxd-${version}";
version = "2.12";
version = "2.14";
rev = "lxd-${version}";
goPackagePath = "github.com/lxc/lxd";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "lxc";
repo = "lxd";
sha256 = "1znqsf6iky21kddvl13bf0lsj65czabwysdbvha24lm16s51mv0p";
sha256 = "1jy60lb2m0497bnjj09qvflsj2rb0jjmlb8pm1xn5g4lpzibszjm";
};
goDeps = ./deps.nix;
@ -21,7 +21,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "Daemon based on liblxc offering a REST API to manage containers";
homepage = https://github.com/lxc/lxd;
homepage = https://linuxcontainers.org/lxd/;
license = licenses.asl20;
maintainers = with maintainers; [ globin fpletz ];
platforms = platforms.linux;