From 3ae9a84595cf4c53a9d10ffd5030132dbfbca4ae Mon Sep 17 00:00:00 2001 From: Mario Liguori <76066109+archer-65@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:56:43 +0100 Subject: [PATCH] evdi: 1.14.7 -> 1.14.8 --- pkgs/os-specific/linux/evdi/default.nix | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/pkgs/os-specific/linux/evdi/default.nix b/pkgs/os-specific/linux/evdi/default.nix index 411eef88eb76..9e5ead326420 100644 --- a/pkgs/os-specific/linux/evdi/default.nix +++ b/pkgs/os-specific/linux/evdi/default.nix @@ -2,7 +2,6 @@ lib, stdenv, fetchFromGitHub, - fetchpatch, kernel, libdrm, python3, @@ -17,22 +16,15 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "evdi"; - version = "1.14.7-unstable-2024-11-30"; + version = "1.14.8"; src = fetchFromGitHub { owner = "DisplayLink"; repo = "evdi"; - rev = "59a3a864f7476cd61d9c65bfd012d1e9ed90e2b1"; - hash = "sha256-0xEh0Tb5QFReW5lXO/Mb3gn1z87+baR8Tix+dQjUZMw="; + rev = "refs/tags/v${finalAttrs.version}"; + hash = "sha256-57DP8kKsPEK1C5A6QfoZZDmm76pn4SaUKEKu9cicyKI="; }; - patches = [ - (fetchpatch { - url = "https://github.com/DisplayLink/evdi/commit/e41240cf62d7188643bc95e5d69e1c4cfa6ddb84.patch?full_index=1"; - hash = "sha256-6V3QJZMAhXqfGLW2eWkIzJnOdBPvLLNVzg6DW1M3IaA="; - }) - ]; - env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error" "-Wno-error=discarded-qualifiers" # for Linux 4.19 compatibility