linuxPackages.evdi: 1.5.0 -> 1.5.0.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/evdi/versions
This commit is contained in:
R. RyanTM 2018-09-06 22:17:55 -07:00
parent 6767396e38
commit ef043c727f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "evdi-${version}";
version = "1.5.0";
version = "1.5.0.2";
src = fetchFromGitHub {
owner = "DisplayLink";
repo = "evdi";
rev = "v${version}";
sha256 = "01z7bx5rgpb5lc4c6dxfiv52ni25564djxmvmgy3d7r1x1mqhxgs";
sha256 = "1wjk023lpjxnspfl34c6rzkrixahfdzdkmc3hnmrdw12s3i6ca5x";
};
nativeBuildInputs = kernel.moduleBuildDependencies;