forked from mirrors/nixpkgs
awless: 0.0.13 -> 0.0.14
This commit is contained in:
parent
d36b1ccc13
commit
8e3d0b8323
|
@ -2,22 +2,21 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "awless-${version}";
|
name = "awless-${version}";
|
||||||
version = "0.0.13";
|
version = "0.0.14";
|
||||||
rev = "${version}";
|
|
||||||
|
|
||||||
goPackagePath = "github.com/wallix/awless";
|
goPackagePath = "github.com/wallix/awless";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
|
||||||
owner = "wallix";
|
owner = "wallix";
|
||||||
repo = "awless";
|
repo = "awless";
|
||||||
sha256 = "045n4r2mk40pjggsfcjlxni6q4arybs9x9raghqb9n8dyfg9v5kv";
|
rev = version;
|
||||||
|
sha256 = "1syxw8d9y1b4bdb1arsx05m5mxnd0dqp3nj7fk5j1v7cnnbja3hj";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/wallix/awless/;
|
homepage = https://github.com/wallix/awless/;
|
||||||
description = "A Mighty CLI for AWS";
|
description = "A Mighty CLI for AWS";
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ pradeepchhetri ];
|
maintainers = with maintainers; [ pradeepchhetri ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue