Merge pull request #293234 from r-ryantm/auto-update/ddccontrol-db

ddccontrol-db: 20240209 -> 20240304
This commit is contained in:
Nick Cao 2024-03-04 10:06:04 -05:00 committed by GitHub
commit f604cf27e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ddccontrol-db";
version = "20240209";
version = "20240304";
src = fetchFromGitHub {
owner = "ddccontrol";
repo = pname;
rev = version;
sha256 = "sha256-Jmq8W9LHL+B4mY0meI9CtKvJw6NnF83kDaUG8Hbsj4Q=";
sha256 = "sha256-vXG9aa6Zdv5R7q62tpFaUIw4MVnT/jWwZ+jw1S9K7MM=";
};
nativeBuildInputs = [ autoreconfHook intltool ];