liblxqt: 0.11.0 -> 0.11.1

This commit is contained in:
romildo 2017-02-19 08:02:25 -03:00
parent e6472f1360
commit 2070627040
1 changed files with 4 additions and 3 deletions

View File

@ -3,17 +3,18 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "liblxqt"; pname = "liblxqt";
version = "0.11.0"; version = "0.11.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxde"; owner = "lxde";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "12gla3pdg0n28w15qrmha83xm3021xdby8ydwp1qzcips5pa5zac"; sha256 = "0dcsgj0qr4589wsibs6fdza4ncqavrhykd05d25rs78pa94lvvh5";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
lxqt.lxqt-build-tools
]; ];
buildInputs = [ buildInputs = [
@ -38,7 +39,7 @@ stdenv.mkDerivation rec {
description = "Core utility library for all LXQt components"; description = "Core utility library for all LXQt components";
homepage = https://github.com/lxde/liblxqt; homepage = https://github.com/lxde/liblxqt;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ romildo ];
platforms = with platforms; unix; platforms = with platforms; unix;
maintainers = with maintainers; [ romildo ];
}; };
} }