luaPackages.vicious: 2.5.0 -> 2.5.1

main
Nguyễn Gia Phong 2 years ago committed by Matthieu Coudron
parent 913ba2a3cc
commit 14aa4a4d0d
  1. 12
      pkgs/top-level/lua-packages.nix

@ -105,13 +105,13 @@ in
vicious = luaLib.toLuaModule( stdenv.mkDerivation rec { vicious = luaLib.toLuaModule( stdenv.mkDerivation rec {
pname = "vicious"; pname = "vicious";
version = "2.5.0"; version = "2.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "vicious-widgets";
repo = "vicious"; repo = "vicious";
rev = "v${version}"; rev = "v${version}";
sha256 = "0lb90334mz0my8ydsmnsnkki0xr58kinsg0hf9d6k4b0vjfi0r0a"; sha256 = "sha256-geu/g/dFAVxtY1BuJYpZoVtFS/oL66NFnqiLAnJELtI=";
}; };
buildInputs = [ lua ]; buildInputs = [ lua ];
@ -124,9 +124,9 @@ in
meta = with lib; { meta = with lib; {
description = "A modular widget library for the awesome window manager"; description = "A modular widget library for the awesome window manager";
homepage = "https://github.com/Mic92/vicious"; homepage = "https://vicious.rtfd.io";
license = licenses.gpl2; license = licenses.gpl2Plus;
maintainers = with maintainers; [ makefu mic92 ]; maintainers = with maintainers; [ makefu mic92 McSinyx ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}); });

Loading…
Cancel
Save