linuxPackages.evdi: 1.12.0 -> 2022-10-13 (#196198)

* linuxPackages.evdi: 1.12.0 -> 2022-10-13

---------

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
This commit is contained in:
tobim 2023-02-03 02:07:54 +01:00 committed by GitHub
parent 8e73b25e77
commit 3cf2d77f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "evdi";
version = "1.12.0";
version = "unstable-2022-10-13";
src = fetchFromGitHub {
owner = "DisplayLink";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JZKZ7+1OMbBtUA7pAZ41TzeDDyiD0h7yTXJINJ5FjN4=";
rev = "bdc258b25df4d00f222fde0e3c5003bf88ef17b5";
hash = "sha256-mt+vEp9FFf7smmE2PzuH/3EYl7h89RBN1zTVvv2qJ/o=";
};
NIX_CFLAGS_COMPILE = "-Wno-error -Wno-error=sign-compare";