lightdm: 1.13.1 -> 1.14.0
This commit is contained in:
parent
42c5c4a9a6
commit
ae42047bcd
1 changed files with 3 additions and 3 deletions
|
@ -4,15 +4,15 @@
|
|||
}:
|
||||
|
||||
let
|
||||
ver_branch = "1.13";
|
||||
version = "1.13.1";
|
||||
ver_branch = "1.14";
|
||||
version = "1.14.0";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lightdm-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/${ver_branch}/${version}/+download/${name}.tar.xz";
|
||||
sha256 = "0xa23maq6phkfil8xx26viig2m99sbzcf1w7s56hns2qw6pycn79";
|
||||
sha256 = "0fkbzqncx34dhylrg5328fih7xywmsqj2p40smnx33nyf047jdgc";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue