Revert "ddcutil: 2.2.3 -> 2.2.5" (#492476)

This commit is contained in:
Michele Guerini Rocco
2026-02-20 14:26:06 +00:00
committed by GitHub
+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 = [