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

ddcutil: 1.2.2 -> 1.3.0
This commit is contained in:
Michele Guerini Rocco
2022-08-02 10:23:26 +02:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "ddcutil";
version = "1.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "rockowitz";
repo = "ddcutil";
rev = "v${version}";
sha256 = "0hbd2ybpqmm96icg387vr57dqkdbc20vyimqjq5yx0sdlp4ikzi7";
sha256 = "sha256-Di/feEQOHNhU3y/HwXQoOnu+gPQYP2Oedf1CPt8gHJ0=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];