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

ddccontrol: 0.6.3 -> 1.0.0
This commit is contained in:
Weijia Wang 2023-10-28 03:27:35 +02:00 committed by GitHub
commit 59924f3101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "ddccontrol";
version = "0.6.3";
version = "1.0.0";
src = fetchFromGitHub {
owner = "ddccontrol";
repo = "ddccontrol";
rev = version;
sha256 = "sha256-0mvkIW0Xsi7co/INmlNeTclBxGoqoJliFanA/RFMaLM=";
sha256 = "sha256-100SITpGbui/gRhFjVZxn6lZRB0najtGHd18oUpByJo=";
};
nativeBuildInputs = [