Merge branch 'master' into staging
This commit is contained in:
@@ -18,7 +18,7 @@ python2Packages.buildPythonApplication rec {
|
||||
meta = {
|
||||
description = "CLI tool for the Amazon Route 53 DNS service";
|
||||
homepage = https://github.com/barnybug/cli53;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ benley ];
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ benley ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# This file was generated by https://github.com/kamilchm/go2nix v1.2.0
|
||||
[
|
||||
]
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user