light: 1.2 -> 1.2.1

https://github.com/haikarainen/light/releases/tag/v1.2.1
This commit is contained in:
Will Dietz 2019-11-19 14:18:16 -06:00 committed by Jon
parent f26bafe144
commit d9c847236b

View file

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, autoreconfHook, coreutils }:
stdenv.mkDerivation rec {
version = "1.2";
version = "1.2.1";
pname = "light";
src = fetchFromGitHub {
owner = "haikarainen";
repo = "light";
rev = "v${version}";
sha256 = "1h286va0r1xgxlnxfaaarrj3qhxmjjsivfn3khwm0wq1mhkfihra";
sha256 = "0zrjipd392bzjvxx0rjrb0cgi0ix1d83fwgw1mcy8kc4d16cgyjg";
};
configureFlags = [ "--with-udev" ];