about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-09-21 11:06:09 -0500
committerWill Dietz <w@wdtz.org>2018-09-21 13:23:38 -0500
commit6248955e6a2c5ad1b97a9db7ba2ab282ddce5e22 (patch)
tree4e62018519566c33407b41a3be4fbec32f774b0a /pkgs/development
parenteeeeacc9a61d44ada034e5eec72487fbbe10744f (diff)
downloadnixlib-6248955e6a2c5ad1b97a9db7ba2ab282ddce5e22.tar
nixlib-6248955e6a2c5ad1b97a9db7ba2ab282ddce5e22.tar.gz
nixlib-6248955e6a2c5ad1b97a9db7ba2ab282ddce5e22.tar.bz2
nixlib-6248955e6a2c5ad1b97a9db7ba2ab282ddce5e22.tar.lz
nixlib-6248955e6a2c5ad1b97a9db7ba2ab282ddce5e22.tar.xz
nixlib-6248955e6a2c5ad1b97a9db7ba2ab282ddce5e22.tar.zst
nixlib-6248955e6a2c5ad1b97a9db7ba2ab282ddce5e22.zip
mesa: 18.1.8 -> 18.2.1
(cherry picked from commit eb2b89a0a1901d4c89dcc6c0a36e1cabd1fcd002)
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 c8eee42a2527..152dcc8de854 100644
--- a/pkgs/development/libraries/mesa/default.nix
+++ b/pkgs/development/libraries/mesa/default.nix
@@ -67,7 +67,7 @@ let
 in
 
 let
-  version = "18.1.8";
+  version = "18.2.1";
   branch  = head (splitString "." version);
 in
 
@@ -81,7 +81,7 @@ let self = stdenv.mkDerivation {
       "ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
       "https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
     ];
-    sha256 = "bd1be67fe9c73b517765264ac28911c84144682d28dbff140e1c2deb2f44c21b";
+    sha256 = "0mhhr1id11s1fbdxbvr4a81xjh1nsznpra9dl36bv2hq7mpxqdln";
   };
 
   prePatch = "patchShebangs .";