summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-07-17 14:16:26 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-07-17 14:16:26 -0700
commit440954ab8846d9c081b4d1aacd9621ef5da6926e (patch)
tree3dd1569cb091bea5512263332d7eeab1bf0c3ae0 /pkgs/development
parent11639466593f0beecd78f7c50e1ac8d7c1009677 (diff)
downloadnixlib-440954ab8846d9c081b4d1aacd9621ef5da6926e.tar
nixlib-440954ab8846d9c081b4d1aacd9621ef5da6926e.tar.gz
nixlib-440954ab8846d9c081b4d1aacd9621ef5da6926e.tar.bz2
nixlib-440954ab8846d9c081b4d1aacd9621ef5da6926e.tar.lz
nixlib-440954ab8846d9c081b4d1aacd9621ef5da6926e.tar.xz
nixlib-440954ab8846d9c081b4d1aacd9621ef5da6926e.tar.zst
nixlib-440954ab8846d9c081b4d1aacd9621ef5da6926e.zip
mesa: 10.6.1 -> 10.6.2
Diffstat (limited to 'pkgs/development')
-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 be2544091e26..9d7fa4ae4060 100644
--- a/pkgs/development/libraries/mesa/default.nix
+++ b/pkgs/development/libraries/mesa/default.nix
@@ -23,7 +23,7 @@ else
 */
 
 let
-  version = "10.6.1";
+  version = "10.6.2";
   # this is the default search path for DRI drivers
   driverLink = "/run/opengl-driver" + stdenv.lib.optionalString stdenv.isi686 "-32";
 in
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
       "https://launchpad.net/mesa/trunk/${version}/+download/mesa-${version}.tar.xz"
       "ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz"
     ];
-    sha256 = "6c80a2b647e57c85dc36e609d9aed17f878f0d8e0cf9ace86d14cf604101e1eb";
+    sha256 = "05753d3db4212900927b9894221a1669a10f56786e86a7e818b6e18a0817dca9";
   };
 
   prePatch = "patchShebangs .";