mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
awless: 0.0.14 -> 0.1.11 (#54121)
This commit is contained in:
parent
effa949379
commit
5f2252cc6a
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "awless-${version}";
|
name = "awless-${version}";
|
||||||
version = "0.0.14";
|
version = "0.1.11";
|
||||||
|
|
||||||
goPackagePath = "github.com/wallix/awless";
|
goPackagePath = "github.com/wallix/awless";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wallix";
|
owner = "wallix";
|
||||||
repo = "awless";
|
repo = "awless";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "1syxw8d9y1b4bdb1arsx05m5mxnd0dqp3nj7fk5j1v7cnnbja3hj";
|
sha256 = "187i21yrm10r3f5naj3jl0rmydr5dkhmdhxs90hhf8hjp59a89kg";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
@ -18,6 +18,6 @@ buildGoPackage rec {
|
|||||||
description = "A Mighty CLI for AWS";
|
description = "A Mighty CLI for AWS";
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ pradeepchhetri ];
|
maintainers = with maintainers; [ pradeepchhetri swdunlop ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user