Skip to content

Commit

Permalink
Merge pull request #19562 from NeQuissimus/lightdm_1_19_5
Browse files Browse the repository at this point in the history
lightdm: 1.19.4 -> 1.19.5
  • Loading branch information
grahamc committed Oct 15, 2016
2 parents 1de561e + e622d5a commit ca80851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/display-managers/lightdm/default.nix
Expand Up @@ -6,14 +6,14 @@

let
ver_branch = "1.19";
version = "1.19.4";
version = "1.19.5";
in
stdenv.mkDerivation rec {
name = "lightdm-${version}";

src = fetchurl {
url = "${meta.homepage}/${ver_branch}/${version}/+download/${name}.tar.xz";
sha256 = "1l105y07wkl9dj0cjhbs8qh6flpkyfj97wkw0rdd3n624lknvbqf";
sha256 = "0gbz8jk1ljh8rwgvldkiqma1k61sd27yh008228ahdqd5i2v1r1z";
};

patches = [ ./fix-paths.patch ];
Expand Down

0 comments on commit ca80851

Please sign in to comment.