3
0
Fork 0
forked from mirrors/nixpkgs

ddcutil: 2.0.0 -> 2.1.2

This commit is contained in:
rnhmjoj 2024-01-29 09:37:14 +01:00
parent 673dbdfa23
commit 7d95c9359b
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "ddcutil";
version = "2.0.0";
version = "2.1.2";
src = fetchurl {
url = "https://www.ddcutil.com/tarballs/ddcutil-${version}.tar.gz";
hash = "sha256-CunFRQHKk3q8CU60TSRnRoCW7+9X1+JpJHm773HhmZs=";
hash = "sha256-2SYH+8sEeCY55T8aNO3UJ8NN4g2dfzsv3DlTS2p22/s=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];