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-07-15 12:28:25 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-07-15 12:28:25 +0200
commit3d1266fcbdf6f9bd56a09f6cf661a2bec2f410a7 (patch)
treed556502d7402c44bb918a1612a66656ecf6838d4 /pkgs/development/libraries/mesa
parente2b7b09960037a0e77a775d76f913d9c292ba0cf (diff)
downloadnixlib-3d1266fcbdf6f9bd56a09f6cf661a2bec2f410a7.tar
nixlib-3d1266fcbdf6f9bd56a09f6cf661a2bec2f410a7.tar.gz
nixlib-3d1266fcbdf6f9bd56a09f6cf661a2bec2f410a7.tar.bz2
nixlib-3d1266fcbdf6f9bd56a09f6cf661a2bec2f410a7.tar.lz
nixlib-3d1266fcbdf6f9bd56a09f6cf661a2bec2f410a7.tar.xz
nixlib-3d1266fcbdf6f9bd56a09f6cf661a2bec2f410a7.tar.zst
nixlib-3d1266fcbdf6f9bd56a09f6cf661a2bec2f410a7.zip
mesa: maintenance 17.1.4 -> 17.1.5
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 e1bd4255636a..45819a8f3a6d 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.4";
+  version = "17.1.5";
   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 = "06f3b0e6a28f0d20b7f3391cf67fe89ae98ecd0a686cd545da76557b6cec9cad";
+    sha256 = "378516b171712687aace4c7ea8b37c85895231d7a6d61e1e27362cf6034fded9";
   };
 
   prePatch = "patchShebangs .";