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

ddcutil: 1.0.0 -> 1.0.1
This commit is contained in:
Michele Guerini Rocco 2021-02-09 10:11:29 +01:00 committed by GitHub
commit 440a17b3b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "ddcutil";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "rockowitz";
repo = "ddcutil";
rev = "v${version}";
sha256 = "sha256-+HxezUWQHyL9r4QZkJyWzWnjquq/ux5W5j2B5prH8Fg=";
sha256 = "sha256-F/tKW81bAyYtwpxhl5XC8YyMB+6S0XmqqigwJY2WFDU=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];