From b5f5d0a9a12696302c1f9afa52ae57bc6d4646b9 Mon Sep 17 00:00:00 2001 From: HexMix <32300164+mnixry@users.noreply.github.com> Date: Wed, 25 Feb 2026 23:42:44 +0800 Subject: [PATCH] linuxPackages.evdi: 1.14.13 -> 1.14.15 --- pkgs/os-specific/linux/evdi/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/os-specific/linux/evdi/default.nix b/pkgs/os-specific/linux/evdi/default.nix index de039c54c868..b6c5b6fdd2fb 100644 --- a/pkgs/os-specific/linux/evdi/default.nix +++ b/pkgs/os-specific/linux/evdi/default.nix @@ -17,13 +17,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "evdi"; - version = "1.14.13"; + version = "1.14.15"; src = fetchFromGitHub { owner = "DisplayLink"; repo = "evdi"; tag = "v${finalAttrs.version}"; - hash = "sha256-59Tr2l2RHOW/TMgSW0HY0l60L7mBZKmYyx/r+Y0NatQ="; + hash = "sha256-tms+UNws+oBmwLvDFaDSIa/bUdSpK+CADodbsip3tRg="; }; prePatch = '' @@ -33,7 +33,6 @@ stdenv.mkDerivation (finalAttrs: { env.CFLAGS = toString [ "-Wno-error" - "-Wno-error=discarded-qualifiers" # for Linux 4.19 compatibility "-Wno-error=sign-compare" ]; @@ -77,7 +76,8 @@ stdenv.mkDerivation (finalAttrs: { description = "Extensible Virtual Display Interface"; homepage = "https://www.displaylink.com/"; license = with lib.licenses; [ - lgpl21Only + mit + lgpl21Plus gpl2Only ]; maintainers = [ ];