evdi: unstable-20200416 -> v1.7.2

This commit is contained in:
eyjhb 2020-12-12 10:56:50 +01:00
parent 54e9ee81a4
commit 2636ff59fb
No known key found for this signature in database
GPG key ID: 740FAE1502523BD8

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "evdi";
version = "unstable-20200416";
version = "v1.7.2";
src = fetchFromGitHub {
owner = "DisplayLink";
repo = pname;
rev = "dc595db636845aef39490496bc075f6bf067106c";
sha256 = "1yrny6jj9403z0rxbd3nxf49xc4w0rfpl7xsq03pq32pb3vlbqw7";
rev = version;
sha256 = "074j0xh037n8mc4isihfz9lap57wvxaxib32pvy6jhjl3wyik632";
};
nativeBuildInputs = kernel.moduleBuildDependencies;