Merge pull request #33817 from rnhmjoj/ddcutil

ddcutil: 0.8.4 -> 0.8.5
This commit is contained in:
adisbladis 2018-01-13 12:48:07 +08:00 committed by GitHub
commit 564b3d6123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "ddcutil-${version}";
version = "0.8.4";
version = "0.8.5";
src = fetchFromGitHub {
owner = "rockowitz";
repo = "ddcutil";
rev = "v${version}";
sha256 = "1w9bkrlxlgc58rpf03xfd2qbkj73rlbiqrhy8nhwxqqhsj1kkdb0";
sha256 = "127a5v545gvfgxqqjxqafsg1p8i4qd5wnpdwccr38jbsphl6yzl4";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];