ddcutil: 1.4.2 -> 2.0.0
This commit is contained in:
parent
71ef7ea8fe
commit
c2ac35cf62
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue