ddcutil: 1.4.2 -> 2.0.0

This commit is contained in:
rnhmjoj 2023-10-29 16:47:57 +01:00
parent 71ef7ea8fe
commit c2ac35cf62
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -4,9 +4,8 @@
, autoreconfHook
, pkg-config
, glib
, i2c-tools
, jansson
, udev
, kmod
, libgudev
, libusb1
, libdrm
@ -15,23 +14,23 @@
stdenv.mkDerivation rec {
pname = "ddcutil";
version = "1.4.2";
version = "2.0.0";
src = fetchurl {
url = "https://www.ddcutil.com/tarballs/ddcutil-${version}.tar.gz";
hash = "sha256-wGwTZheRHi5pGf6WB9hGd8m/pLOmnlYYrS5dd+QItAQ=";
hash = "sha256-CunFRQHKk3q8CU60TSRnRoCW7+9X1+JpJHm773HhmZs=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [
glib
i2c-tools
kmod
jansson
libdrm
libgudev
libusb1
udev
xorg.libXext
xorg.libXrandr
];