Skip to content

Commit

Permalink
linuxPackages.evdi: 1.6.3 -> 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and teto committed Jan 15, 2020
1 parent 547e36c commit cd6ac55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/evdi/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "evdi";
version = "1.6.3";
version = "1.6.4";

src = fetchFromGitHub {
owner = "DisplayLink";
repo = pname;
rev = "v${version}";
sha256 = "1gp8xbhd5pmcl95izhpvw9gxfcsbv5f80s6q39l4y3z9j734rb8j";
sha256 = "1yrjm8lvvz3v4h5af6m9qzq6z4lbgd7qbvq5rz7sjhdsh7g6qibd";
};

nativeBuildInputs = kernel.moduleBuildDependencies;
Expand Down

0 comments on commit cd6ac55

Please sign in to comment.