summary refs log tree commit diff
path: root/pkgs/development/libraries/mesa
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-08-13 14:45:47 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-08-13 14:45:47 +0200
commitf21cd848850581831e7746590e75c764c327e2c6 (patch)
treef385be5e3c080922b1ac4773db385232652ed7bc /pkgs/development/libraries/mesa
parentd64621f31c545d8fbb44c87d851d216f33ae4769 (diff)
downloadnixlib-f21cd848850581831e7746590e75c764c327e2c6.tar
nixlib-f21cd848850581831e7746590e75c764c327e2c6.tar.gz
nixlib-f21cd848850581831e7746590e75c764c327e2c6.tar.bz2
nixlib-f21cd848850581831e7746590e75c764c327e2c6.tar.lz
nixlib-f21cd848850581831e7746590e75c764c327e2c6.tar.xz
nixlib-f21cd848850581831e7746590e75c764c327e2c6.tar.zst
nixlib-f21cd848850581831e7746590e75c764c327e2c6.zip
mesa: maintenance 17.1.5 -> 17.1.6
Diffstat (limited to 'pkgs/development/libraries/mesa')
-rw-r--r--pkgs/development/libraries/mesa/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix
index 45819a8f3a6d..f23838cb9565 100644
--- a/pkgs/development/libraries/mesa/default.nix
+++ b/pkgs/development/libraries/mesa/default.nix
@@ -67,7 +67,7 @@ let
 in
 
 let
-  version = "17.1.5";
+  version = "17.1.6";
   branch  = head (splitString "." version);
   driverLink = "/run/opengl-driver" + optionalString stdenv.isi686 "-32";
 in
@@ -82,7 +82,7 @@ stdenv.mkDerivation {
       "ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
       "https://launchpad.net/mesa/trunk/${version}/+download/mesa-${version}.tar.xz"
     ];
-    sha256 = "378516b171712687aace4c7ea8b37c85895231d7a6d61e1e27362cf6034fded9";
+    sha256 = "0686deadde1f126b20aa67e47e8c50502043eee4ecdf60d5009ffda3cebfee50";
   };
 
   prePatch = "patchShebangs .";