Skip to content

Commit

Permalink
Merge pull request NixOS#299660 from jensbin/evdi_1.41.2
Browse files Browse the repository at this point in the history
evdi: 1.14.1-unstable-2024-01-30 -> 1.14.4
  • Loading branch information
pbsds authored Apr 16, 2024
2 parents 3af9ee3 + 596cd14 commit 49810e2
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 49810e2

Please sign in to comment.