summary refs log tree commit diff
path: root/pkgs/development/libraries/mesa
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2020-09-17 14:24:33 +0200
committerGitHub <noreply@github.com>2020-09-17 14:24:33 +0200
commit6343fb95c6c8db6504689caebfd9957165c96102 (patch)
tree3a6ea2fc57d137bd5c7d9ec2dcecb7708b67a09e /pkgs/development/libraries/mesa
parent822c15eb473d0e4548ef5f554d984f94b6f61bc8 (diff)
downloadnixpkgs-6343fb95c6c8db6504689caebfd9957165c96102.tar
nixpkgs-6343fb95c6c8db6504689caebfd9957165c96102.tar.gz
nixpkgs-6343fb95c6c8db6504689caebfd9957165c96102.tar.bz2
nixpkgs-6343fb95c6c8db6504689caebfd9957165c96102.tar.lz
nixpkgs-6343fb95c6c8db6504689caebfd9957165c96102.tar.xz
nixpkgs-6343fb95c6c8db6504689caebfd9957165c96102.tar.zst
nixpkgs-6343fb95c6c8db6504689caebfd9957165c96102.zip
mesa: 20.1.7 -> 20.1.8 (#98154)
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 cf452fded14..afa8353681d 100644
--- a/pkgs/development/libraries/mesa/default.nix
+++ b/pkgs/development/libraries/mesa/default.nix
@@ -31,7 +31,7 @@ with stdenv.lib;
 let
   # Release calendar: https://www.mesa3d.org/release-calendar.html
   # Release frequency: https://www.mesa3d.org/releasing.html#schedule
-  version = "20.1.7";
+  version = "20.1.8";
   branch  = versions.major version;
 in
 
@@ -46,7 +46,7 @@ stdenv.mkDerivation {
       "ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz"
       "ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
     ];
-    sha256 = "1252mgwiy05nz8mm4gjkzmnjfvdz5yv1shnsr837cdnan86dvsad";
+    sha256 = "0qdrk74fsd6il6xpiqfd5s6yj4jmy4a6zhfclg2sxjppjha3a8fz";
   };
 
   prePatch = "patchShebangs .";