about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-02-29 22:08:43 -0800
committerGitHub <noreply@github.com>2020-02-29 22:08:43 -0800
commit03ed5af8596c4729708b6c0536bd2fd670bd514b (patch)
treefc72a6ed9fdb9669bdd874ce0bc0afb2a67d901f
parent21b808cd76bb3db3ba0cd2053e7a26447d9ed81f (diff)
parent95e3292eed02942bbb1196dd43f5b191b8a13481 (diff)
downloadnixlib-03ed5af8596c4729708b6c0536bd2fd670bd514b.tar
nixlib-03ed5af8596c4729708b6c0536bd2fd670bd514b.tar.gz
nixlib-03ed5af8596c4729708b6c0536bd2fd670bd514b.tar.bz2
nixlib-03ed5af8596c4729708b6c0536bd2fd670bd514b.tar.lz
nixlib-03ed5af8596c4729708b6c0536bd2fd670bd514b.tar.xz
nixlib-03ed5af8596c4729708b6c0536bd2fd670bd514b.tar.zst
nixlib-03ed5af8596c4729708b6c0536bd2fd670bd514b.zip
Merge pull request #81407 from primeos/wayland-protocols
wayland-protocols: 1.18 -> 1.20
-rw-r--r--pkgs/development/libraries/wayland/protocols.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/wayland/protocols.nix b/pkgs/development/libraries/wayland/protocols.nix
index 8c2823d74b0a..41495b1c2e50 100644
--- a/pkgs/development/libraries/wayland/protocols.nix
+++ b/pkgs/development/libraries/wayland/protocols.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   pname = "wayland-protocols";
-  version = "1.18";
+  version = "1.20";
 
   src = fetchurl {
     url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
-    sha256 = "1cvl93h83ymbfhb567jv5gzyq08181w7c46rsw4xqqqpcvkvfwrx";
+    sha256 = "1rsdgvkkvxs3cjhpl6agvbkm53vm7k8rg127j9y2vn33m2hvg0lp";
   };
 
   nativeBuildInputs = [ pkgconfig ];