about summary refs log tree commit diff
path: root/pkgs/development/libraries/egl-wayland
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2023-06-05 12:35:48 +0200
committerKerstin Humm <kerstin@erictapen.name>2023-06-06 13:20:51 +0200
commitaa5acfed2758882ee14ae79ce506d9459552a1b9 (patch)
treee9ba218246efda3d27718762cb1d75a581c104b9 /pkgs/development/libraries/egl-wayland
parent4627ee741d12abbe3c401677d330f2e89cfa5d4a (diff)
egl-wayland: 1.1.11 -> 1.1.12
Diffstat (limited to 'pkgs/development/libraries/egl-wayland')
-rw-r--r--pkgs/development/libraries/egl-wayland/default.nix13
1 files changed, 2 insertions, 11 deletions
diff --git a/pkgs/development/libraries/egl-wayland/default.nix b/pkgs/development/libraries/egl-wayland/default.nix
index d3ff8a8af0fd1..66e05dc9af117 100644
--- a/pkgs/development/libraries/egl-wayland/default.nix
+++ b/pkgs/development/libraries/egl-wayland/default.nix
@@ -16,7 +16,7 @@
 
 stdenv.mkDerivation rec {
   pname = "egl-wayland";
-  version = "1.1.11";
+  version = "1.1.12";
 
   outputs = [ "out" "dev" ];
 
@@ -24,18 +24,9 @@ stdenv.mkDerivation rec {
     owner = "Nvidia";
     repo = pname;
     rev = version;
-    sha256 = "sha256-xb0d8spr4GoGZl/8C8BoPMPN7PAlzuQV11tEJbOQQ4U=";
+    hash = "sha256-KxlUuoj2HJhkqkIX+Pic/0+36g/N3qfAAlnvYO2Y6uQ=";
   };
 
-  patches = [
-    # remove after next update
-    # https://github.com/NVIDIA/egl-wayland/pull/79
-    (fetchpatch {
-      url = "https://github.com/NVIDIA/egl-wayland/commit/13737c6af4c0a7cfef5ec9013a4382bbeb7b495c.patch";
-      hash = "sha256-EEqI6iJb+uv0HkhnauYNxSzny4YapTm73PLgK8A9Km8=";
-    })
-  ];
-
   postPatch = ''
     # Declares an includedir but doesn't install any headers
     # CMake's `pkg_check_modules(NAME wayland-eglstream IMPORTED_TARGET)` considers this an error