summary refs log tree commit diff
path: root/pkgs/development/libraries/mesa
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-09-22 18:01:40 +0000
committerGitHub <noreply@github.com>2021-09-22 18:01:40 +0000
commit42ade1cfa39a191d3c71cd65581cdacfe01e1564 (patch)
treec79cefc07c90a17f7de40301aeff037f3448b28f /pkgs/development/libraries/mesa
parent2505488672158a0ff136df263bbc63abdfa347d3 (diff)
parent09a7436fcc41b9bb83707ac8b1f02b18e317c720 (diff)
downloadnixpkgs-42ade1cfa39a191d3c71cd65581cdacfe01e1564.tar
nixpkgs-42ade1cfa39a191d3c71cd65581cdacfe01e1564.tar.gz
nixpkgs-42ade1cfa39a191d3c71cd65581cdacfe01e1564.tar.bz2
nixpkgs-42ade1cfa39a191d3c71cd65581cdacfe01e1564.tar.lz
nixpkgs-42ade1cfa39a191d3c71cd65581cdacfe01e1564.tar.xz
nixpkgs-42ade1cfa39a191d3c71cd65581cdacfe01e1564.tar.zst
nixpkgs-42ade1cfa39a191d3c71cd65581cdacfe01e1564.zip
Merge staging-next into staging
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 14d479c5a80..15e7d497f66 100644
--- a/pkgs/development/libraries/mesa/default.nix
+++ b/pkgs/development/libraries/mesa/default.nix
@@ -33,7 +33,7 @@ with lib;
 let
   # Release calendar: https://www.mesa3d.org/release-calendar.html
   # Release frequency: https://www.mesa3d.org/releasing.html#schedule
-  version = "21.2.1";
+  version = "21.2.2";
   branch  = versions.major version;
 
 self = stdenv.mkDerivation {
@@ -47,7 +47,7 @@ self = 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 = "11qpq16xbxymcgiy0wk787dk4yw2pv8fzgj8d92ng6s11dqycr9c";
+    sha256 = "1i75k6gh76f49vy6kksbsikf593jmgk6slqwbs1fs5s2jyzz3an4";
   };
 
   # TODO: