summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-09-18 15:50:01 +0200
committerGitHub <noreply@github.com>2022-09-18 15:50:01 +0200
commit34922027b6043517d3413eb1319e9599da160d9b (patch)
treecb228248664e7f83c824d1f6f319e73de2653e48
parentMerge pull request #190124 from r-ryantm/auto-update/coordgenlibs (diff)
parentegl-wayland: 1.1.10 -> 1.1.11 (diff)
downloadnixpkgs-34922027b6043517d3413eb1319e9599da160d9b.tar.gz
Merge pull request #190059 from erictapen/egl-wayland
egl-wayland: 1.1.10 -> 1.1.11
-rw-r--r--pkgs/development/libraries/egl-wayland/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/egl-wayland/default.nix b/pkgs/development/libraries/egl-wayland/default.nix
index 83cde54f348e..1a8c0921a807 100644
--- a/pkgs/development/libraries/egl-wayland/default.nix
+++ b/pkgs/development/libraries/egl-wayland/default.nix
@@ -42,7 +42,7 @@ let
in stdenv.mkDerivation rec {
pname = "egl-wayland";
- version = "1.1.10";
+ version = "1.1.11";
outputs = [ "out" "dev" ];
@@ -50,7 +50,7 @@ in stdenv.mkDerivation rec {
owner = "Nvidia";
repo = pname;
rev = version;
- sha256 = "sha256-dbcEMtPnzF2t7O8YtKVUGSvJqb5WPMmmW+SyqOFnDY4=";
+ sha256 = "sha256-xb0d8spr4GoGZl/8C8BoPMPN7PAlzuQV11tEJbOQQ4U=";
};
depsBuildBuild = [