Skip to content

Commit

Permalink
evdi: 1.14.1-unstable-2024-01-30 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jensbin committed Apr 12, 2024
1 parent e0188a4 commit 596cd14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1-unstable-2024-01-30";
version = "1.14.4";

src = fetchFromGitHub {
owner = "DisplayLink";
repo = "evdi";
rev = "d21a6ea3c69ba180457966a04b6545d321cf46ca";
hash = "sha256-Txa9yX9h3GfmHRRNvhrfrsUoQhqRWbBt4gJYAZTNe0w=";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-+T2shA6n+A0c20+/ZZoXmspH7uPdIRaHT1Cj7BxpL+U=";
};

env.NIX_CFLAGS_COMPILE = toString [
Expand Down

0 comments on commit 596cd14

Please sign in to comment.