tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
evdi: 1.11.0 -> 1.12.0
Sebastian Sellmeier
3 years ago
192dece2
c4a0efdd
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
evdi
default.nix
+2
-2
pkgs/os-specific/linux/evdi/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "evdi";
5
5
-
version = "1.11.0";
5
5
+
version = "1.12.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "DisplayLink";
9
9
repo = pname;
10
10
rev = "v${version}";
11
11
-
sha256 = "12n2xbpw2901cvzw467saqqsgs4mwrzp7fs5j2vlyl7kwpcr0pj0";
11
11
+
sha256 = "sha256-JZKZ7+1OMbBtUA7pAZ41TzeDDyiD0h7yTXJINJ5FjN4=";
12
12
};
13
13
14
14
NIX_CFLAGS_COMPILE = "-Wno-error -Wno-error=sign-compare";