Revert "ddcutil: 2.2.3 -> 2.2.5"

This reverts commit e0b14bcdfc.
This commit is contained in:
Ingo Reitz
2026-02-20 15:05:06 +01:00
parent 29e78f7cb5
commit 078ae115aa
+5 -7
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchFromGitHub,
fetchurl,
autoreconfHook,
pkg-config,
glib,
@@ -16,13 +16,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ddcutil";
version = "2.2.5";
version = "2.2.3";
src = fetchFromGitHub {
owner = "rockowitz";
repo = "ddcutil";
tag = "v${finalAttrs.version}";
hash = "sha256-6Bf4I2bt7Ykn2P834tVIbTaY+7fae18zrs2I84Byv1Y=";
src = fetchurl {
url = "https://www.ddcutil.com/tarballs/ddcutil-${finalAttrs.version}.tar.gz";
hash = "sha256-4XvAUqYvnqhS2eOLpPHtfnNmVnoOGdvhpDnuca2+BqA=";
};
nativeBuildInputs = [