Skip to content

Commit

Permalink
lightdm: 1.16.3 -> 1.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wkennington committed Nov 14, 2015
1 parent 971b90e commit e4feccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/display-managers/lightdm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

let
ver_branch = "1.16";
version = "1.16.3";
version = "1.16.5";
in
stdenv.mkDerivation rec {
name = "lightdm-${version}";

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

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

0 comments on commit e4feccc

Please sign in to comment.