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

ddccontrol: 0.6.1 -> 0.6.2
This commit is contained in:
Weijia Wang
2023-08-30 11:23:57 +02:00
committed by GitHub
+2 -6
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "ddccontrol";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "ddccontrol";
repo = "ddccontrol";
rev = version;
sha256 = "sha256-En2e0FDKLpMjuxa2aXuvI6h7d+D1D5x1dDg96924/qM=";
sha256 = "sha256-Me7E5dUo3tnuXInWF19AmrcyKMtBlugVmvQHULMMMoA=";
};
nativeBuildInputs = [
@@ -46,10 +46,6 @@ stdenv.mkDerivation rec {
substituteInPlace src/ddcpci/Makefile.am \
--replace "chmod 4711" "chmod 0711"
'' + lib.optionalString (lib.versionAtLeast "0.6.1" version) ''
# Upstream PR: https://github.com/ddccontrol/ddccontrol/pull/115
substituteInPlace src/lib/Makefile.am \
--replace "/etc/" "\$""{sysconfdir}/"
'';
preConfigure = ''