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

ddccontrol-db: 20231004 -> 20240209
This commit is contained in:
Nick Cao
2024-02-10 10:22:39 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ddccontrol-db";
version = "20231004";
version = "20240209";
src = fetchFromGitHub {
owner = "ddccontrol";
repo = pname;
rev = version;
sha256 = "sha256-C/FqLczkQ9thoAdBI2aDDKgp5ByTWVOJ9bcD9ICqyFM=";
sha256 = "sha256-Jmq8W9LHL+B4mY0meI9CtKvJw6NnF83kDaUG8Hbsj4Q=";
};
nativeBuildInputs = [ autoreconfHook intltool ];