summary refs log tree commit diff
path: root/pkgs/development/libraries/mesa
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-06-11 16:23:45 -0400
committerGraham Christensen <graham@grahamc.com>2019-06-26 18:32:47 -0400
commit1141c6f5f854c9cc65d3f96b8b2d1c3bf713d5e3 (patch)
tree5f7594c10f67d9fcbe088bd4ccc42e07e0f0d88d /pkgs/development/libraries/mesa
parent544a87cf23b28ec9b85c90277784b919178ad388 (diff)
downloadnixpkgs-1141c6f5f854c9cc65d3f96b8b2d1c3bf713d5e3.tar
nixpkgs-1141c6f5f854c9cc65d3f96b8b2d1c3bf713d5e3.tar.gz
nixpkgs-1141c6f5f854c9cc65d3f96b8b2d1c3bf713d5e3.tar.bz2
nixpkgs-1141c6f5f854c9cc65d3f96b8b2d1c3bf713d5e3.tar.lz
nixpkgs-1141c6f5f854c9cc65d3f96b8b2d1c3bf713d5e3.tar.xz
nixpkgs-1141c6f5f854c9cc65d3f96b8b2d1c3bf713d5e3.tar.zst
nixpkgs-1141c6f5f854c9cc65d3f96b8b2d1c3bf713d5e3.zip
mesa: 18.3.4 -> 19.1.1
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 de73bf3b045..345bbaf251d 100644
--- a/pkgs/development/libraries/mesa/default.nix
+++ b/pkgs/development/libraries/mesa/default.nix
@@ -64,7 +64,7 @@ let
 in
 
 let
-  version = "18.3.4";
+  version = "19.1.1";
   branch  = head (splitString "." version);
 in
 
@@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
       "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 = "01xv03ah4l5lcfx015n3fg1620dh4nbbv6gmhh6zhdsx6sj4sc9j";
+    sha256 = "10amy5sdmpjbskr3xazgk0jyli8xpgi0y1nsmjr76hx8nhb4n4bj";
   };
 
   prePatch = "patchShebangs .";