ddcutil: 0.9.1 -> 0.9.2 (#45977)

This commit is contained in:
Michele Guerini Rocco 2018-09-03 21:37:01 +02:00 committed by xeji
parent f46d23996c
commit 395d9077b2

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "ddcutil-${version}";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "rockowitz";
repo = "ddcutil";
rev = "v${version}";
sha256 = "0chs5bfw4yjnr7brhxxqydybcxdkjv4gnik2s0cvjzcj3bqnz73b";
sha256 = "0mpd3j570yyfm9ki5in9i92nzg25ahmdfp2f7yby7xnqiy53zd8w";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
homepage = http://www.ddcutil.com/;
description = "Query and change Linux monitor settings using DDC/CI and USB";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ rnhmjoj ];
};
}