Skip to content

Commit

Permalink
lightdm: 1.22.0 -> 1.24.0
Browse files Browse the repository at this point in the history
(cherry picked from commit e270f15)
  • Loading branch information
NeQuissimus committed Nov 3, 2017
1 parent 5b12708 commit 8c6dbd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/display-managers/lightdm/default.nix
Expand Up @@ -7,15 +7,15 @@
with stdenv.lib;

let
ver_branch = "1.22";
version = "1.22.0";
ver_branch = "1.24";
version = "1.24.0";
in
stdenv.mkDerivation rec {
name = "lightdm-${version}";

src = fetchurl {
url = "${meta.homepage}/${ver_branch}/${version}/+download/${name}.tar.xz";
sha256 = "0a5bvfl2h7r873al6q7c819h0kg564k9fh51rl6489z6lyvazfg4";
sha256 = "18j33bm54i8k7ncxcs69zqi4105s62n58jrydqn3ikrb71s9nl6d";
};

nativeBuildInputs = [ pkgconfig intltool ];
Expand Down

0 comments on commit 8c6dbd7

Please sign in to comment.