Merge pull request #129757 from baracoder/egl-wayland-1.1.7
egl-wayland: 1.1.6 -> 1.1.7
This commit is contained in:
commit
24dd2e7f5e
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ let
|
|||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "egl-wayland";
|
||||
version = "1.1.6";
|
||||
version = "1.1.7";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
|
@ -49,7 +49,7 @@ in stdenv.mkDerivation rec {
|
|||
owner = "Nvidia";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1n9lg8hpjgxlf7dpddkjhbslsfd0symla2wk6jjmnl9n9jv2gmzk";
|
||||
sha256 = "sha256-pqpJ6Uo50BouBU0wGaL21VH5rDiVHKAvJtfzL0YInXU=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
|
Loading…
Reference in a new issue