lightdm: 1.16.5 -> 1.18.1 (#14834)

This commit is contained in:
Alexander Ried 2016-04-20 00:06:27 +02:00 committed by obadz
parent e758611191
commit f9f904b294

View File

@ -5,15 +5,15 @@
}:
let
ver_branch = "1.16";
version = "1.16.5";
ver_branch = "1.18";
version = "1.18.1";
in
stdenv.mkDerivation rec {
name = "lightdm-${version}";
src = fetchurl {
url = "${meta.homepage}/${ver_branch}/${version}/+download/${name}.tar.xz";
sha256 = "1qb3gvwdm2rymwn8rb1qc4gyam226xmvy2fq5rvmrcmgxblmi34c";
sha256 = "1yl9zhn9l83bj5mbifkxfw15nqgsjzzhqcrgb81fr290wijqaj45";
};
patches = [ ./fix-paths.patch ];