Skip to content

Commit

Permalink
evdi: 1.14.6 -> 1.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Lappihuan authored and Oriano de-Stefani committed Oct 11, 2024
1 parent 8f8f170 commit b6d57c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/evdi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "evdi";
version = "1.14.6";
version = "1.14.7";

src = fetchFromGitHub {
owner = "DisplayLink";
repo = "evdi";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-/XIWacrsB7qBqlLUwIGuDdahvt2dAwiK7dauFaYh7lU=";
hash = "sha256-z3GawjaokbmmUC1LihwGSnF3tUp9n/FO+kDiWvBq+mY=";
};

env.NIX_CFLAGS_COMPILE = toString [
Expand Down

0 comments on commit b6d57c6

Please sign in to comment.