Merge pull request #105011 from r-ryantm/auto-update/light
light: 1.2.1 -> 1.2.2
This commit is contained in:
commit
1ec96b7d1f
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ stdenv, fetchFromGitHub, autoreconfHook, coreutils }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, coreutils }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.2.1";
|
version = "1.2.2";
|
||||||
pname = "light";
|
pname = "light";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "haikarainen";
|
owner = "haikarainen";
|
||||||
repo = "light";
|
repo = "light";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0zrjipd392bzjvxx0rjrb0cgi0ix1d83fwgw1mcy8kc4d16cgyjg";
|
sha256 = "1a70zcf88ifsnwll486aicjnh48zisdf8f7vi34ihw61kdadsq9s";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [ "--with-udev" ];
|
configureFlags = [ "--with-udev" ];
|
||||||
|
|
Loading…
Reference in a new issue