ddcutil: 0.8.2 -> 0.8.4

This commit is contained in:
rnhmjoj 2017-11-05 15:04:25 +01:00 committed by Vincent Laporte
parent 38dd08bc77
commit c47ac4d2ad

View File

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