Skip to content

Commit

Permalink
luaPackages.vicious 2.1.3 -> 2.2.0
Browse files Browse the repository at this point in the history
I also became new project maintainer
  • Loading branch information
Mic92 committed Mar 30, 2017
1 parent b6c9317 commit 3d5e451
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pkgs/top-level/lua-packages.nix
Expand Up @@ -293,7 +293,7 @@ let
maintainers = [ maintainers.koral ];
};
};


luastdlib = buildLuaPackage {
name = "stdlib";
Expand Down Expand Up @@ -468,18 +468,20 @@ let

vicious = stdenv.mkDerivation rec {
name = "vicious-${version}";
version = "2.1.3";
version = "2.2.0";

src = fetchzip {
url = "http://git.sysphere.org/vicious/snapshot/vicious-${version}.tar.xz";
sha256 = "1c901siza5vpcbkgx99g1vkqiki5qgkzx2brnj4wrpbsbfzq0bcq";
src = fetchFromGitHub {
owner = "Mic92";
repo = "vicious";
rev = "v${version}";
sha256 = "0dhy0vklrhqrnmxb9pyqbfvkwwy86lwysk93pzg1j1zwprx366fj";
};

meta = with stdenv.lib; {
description = "Vicious widgets for window managers";
homepage = http://git.sysphere.org/vicious/;
homepage = https://github.com/Mic92/vicious;
license = licenses.gpl2;
maintainers = with maintainers; [ makefu ];
maintainers = with maintainers; [ makefu mic92 ];
platforms = platforms.linux;
};

Expand Down

0 comments on commit 3d5e451

Please sign in to comment.