Merge pull request #69527 from r-ryantm/auto-update/ddcutil

ddcutil: 0.9.5 -> 0.9.7
This commit is contained in:
Marek Mahut 2019-09-27 22:11:25 +02:00 committed by GitHub
commit f9021cc129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "ddcutil";
version = "0.9.5";
version = "0.9.7";
src = fetchFromGitHub {
owner = "rockowitz";
repo = "ddcutil";
rev = "v${version}";
sha256 = "1mqamwafm0rhw420i0pib6gq6hkdafnbg07b0z2ckrxii44sy0c2";
sha256 = "1p99kxgg2893ppp56q5igpva39lzj4wvx37c993r4p6i4gq6bi3v";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];