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

ddcutil: 1.2.0 -> 1.2.1
This commit is contained in:
Michele Guerini Rocco 2021-12-06 15:44:40 +01:00 committed by GitHub
commit e76cb4c9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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