From 8e3d0b83234bf301f1eba7a6cb1517c8b2f02a7a Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Fri, 24 Feb 2017 11:13:29 +0800 Subject: awless: 0.0.13 -> 0.0.14 --- pkgs/tools/virtualization/awless/default.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'pkgs/tools') diff --git a/pkgs/tools/virtualization/awless/default.nix b/pkgs/tools/virtualization/awless/default.nix index afc45a2d5a75..549c830e8871 100644 --- a/pkgs/tools/virtualization/awless/default.nix +++ b/pkgs/tools/virtualization/awless/default.nix @@ -2,22 +2,21 @@ buildGoPackage rec { name = "awless-${version}"; - version = "0.0.13"; - rev = "${version}"; + version = "0.0.14"; goPackagePath = "github.com/wallix/awless"; src = fetchFromGitHub { - inherit rev; - owner = "wallix"; - repo = "awless"; - sha256 = "045n4r2mk40pjggsfcjlxni6q4arybs9x9raghqb9n8dyfg9v5kv"; + owner = "wallix"; + repo = "awless"; + rev = version; + sha256 = "1syxw8d9y1b4bdb1arsx05m5mxnd0dqp3nj7fk5j1v7cnnbja3hj"; }; meta = with stdenv.lib; { homepage = https://github.com/wallix/awless/; description = "A Mighty CLI for AWS"; - platforms = platforms.linux ++ platforms.darwin; + platforms = with platforms; linux ++ darwin; license = licenses.asl20; maintainers = with maintainers; [ pradeepchhetri ]; }; -- cgit v1.2.3