1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

ddcutil: 0.9.7 -> 0.9.8
This commit is contained in:
Mario Rodas 2019-12-22 18:24:26 -05:00 committed by GitHub
commit 87b9eaa847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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