ddcutil: 2.2.3 -> 2.2.5

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