ddcutil: 0.8.4 -> 0.8.5

This commit is contained in:
rnhmjoj 2018-01-13 04:02:37 +01:00
parent 6887a0fc9a
commit bc8ab45704
No known key found for this signature in database
GPG Key ID: 91BE884FBA4B591A

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 ];