lightdm-mini-greeter: 0.3.2 -> 0.3.3 (#49619)

New upstream release.
This commit is contained in:
Lysergia 2018-11-01 22:08:19 -04:00 committed by xeji
parent 5ae33b77a1
commit 1ed146b438

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "lightdm-mini-greeter-${version}"; name = "lightdm-mini-greeter-${version}";
version = "0.3.2"; version = "0.3.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "prikhi"; owner = "prikhi";
repo = "lightdm-mini-greeter"; repo = "lightdm-mini-greeter";
rev = version; rev = version;
sha256 = "1g3lrh034w38hiq96b0xmghmlf87hcycwdh06dwkdksr0hl08wxy"; sha256 = "1xlj5wqagp765rqw40ci4wir21qwyszasynk82x8308k5d3asvwb";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "A minimal, configurable, single-user GTK3 LightDM greeter"; description = "A minimal, configurable, single-user GTK3 LightDM greeter";
homepage = https://github.com/prikhi/lightdm-mini-greeter; homepage = https://github.com/prikhi/lightdm-mini-greeter;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ mnacamura ]; maintainers = with maintainers; [ mnacamura prikhi ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }