ddccontrol-db 20220903 -> 20230124 https://github.com/ddccontrol/ddccontrol-db/releases attrpath: ddccontrol-db Checking auto update branch... No auto update branch exists Old version 20220903" not present in master derivation file with contents: { lib, stdenv , autoreconfHook , intltool , fetchFromGitHub }: stdenv.mkDerivation rec { pname = "ddccontrol-db"; version = "20230124"; src = fetchFromGitHub { owner = "ddccontrol"; repo = pname; rev = version; sha256 = "sha256-coKdlV2DCZ0S3hg9bQEfE9/FaUbFX5w6IMj/kAqERic="; }; nativeBuildInputs = [ autoreconfHook intltool ]; meta = with lib; { description = "Monitor database for DDCcontrol"; homepage = "https://github.com/ddccontrol/ddccontrol-db"; license = licenses.gpl2; platforms = platforms.linux; maintainers = [ lib.maintainers.pakhfn ]; }; }