ddcutil: 1.2.1 -> 1.2.2

This commit is contained in:
rnhmjoj 2022-02-10 13:13:03 +01:00
parent c4384583ea
commit fb12f39f36
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "ddcutil";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "rockowitz";
repo = "ddcutil";
rev = "v${version}";
sha256 = "sha256-mIYxGoITaFlHgqAfB6ZZFR3spGD0BElJZJJqFGM4r/I=";
sha256 = "0hbd2ybpqmm96icg387vr57dqkdbc20vyimqjq5yx0sdlp4ikzi7";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];