about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-06-01 10:27:24 +0200
committerAlexander Ried <ried@mytum.de>2016-06-01 10:27:24 +0200
commiteda20005ae0c69e2f6c439e181f2dac2df437e1d (patch)
tree67ba0560944aeb49bb3ac168b76f80d734d82465 /pkgs/applications
parent6b6f067397db8b9a3a051ad6616206871acf098c (diff)
downloadnixlib-eda20005ae0c69e2f6c439e181f2dac2df437e1d.tar
nixlib-eda20005ae0c69e2f6c439e181f2dac2df437e1d.tar.gz
nixlib-eda20005ae0c69e2f6c439e181f2dac2df437e1d.tar.bz2
nixlib-eda20005ae0c69e2f6c439e181f2dac2df437e1d.tar.lz
nixlib-eda20005ae0c69e2f6c439e181f2dac2df437e1d.tar.xz
nixlib-eda20005ae0c69e2f6c439e181f2dac2df437e1d.tar.zst
nixlib-eda20005ae0c69e2f6c439e181f2dac2df437e1d.zip
weston: 1.10.0 -> 1.11.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/weston/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/weston/default.nix b/pkgs/applications/window-managers/weston/default.nix
index 8c7227847476..d08907b59aa4 100644
--- a/pkgs/applications/window-managers/weston/default.nix
+++ b/pkgs/applications/window-managers/weston/default.nix
@@ -7,11 +7,11 @@
 
 stdenv.mkDerivation rec {
   name = "weston-${version}";
-  version = "1.10.0";
+  version = "1.11.0";
 
   src = fetchurl {
     url = "http://wayland.freedesktop.org/releases/${name}.tar.xz";
-    sha256 = "1hd5593zz5s3s07vb6linp6akbs62wy2ijh3g7gksafq016h1cp0";
+    sha256 = "09biddxw3ar797kxf9mywjkb2iwky6my39gpp51ni846y7lqdq05";
   };
 
   nativeBuildInputs = [ pkgconfig ];