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

ddccontrol-db: 20220720 -> 20220829
This commit is contained in:
Jonas Heinrich
2022-09-01 12:59:05 +02:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "ddccontrol-db";
version = "20220720";
version = "20220829";
src = fetchFromGitHub {
owner = "ddccontrol";
repo = "ddccontrol-db";
rev = version;
sha256 = "sha256-A681Q0VSBUzxpTq+Dl4/ug+d0O134+Pc1LlcVPsWxmI=";
sha256 = "sha256-mYKHFnFnfolcWqKRiyfmCBrrqwOXRjbYm1M08ltv5mI=";
};
preConfigure = ''