summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2022-02-26 18:12:17 +0100
committerGitHub <noreply@github.com>2022-02-26 18:12:17 +0100
commitf68dbdc7c39faa5f685e34b10da0b373ad6a7c22 (patch)
treeaee7b109dd51218d589366a023696ca242db10bb
parent0451c289d3011dd1ad1f97f6157c8937ba4f620e (diff)
parent42890734c3e0da2e7e1f0b6b04743b004772afee (diff)
downloadnixpkgs-f68dbdc7c39faa5f685e34b10da0b373ad6a7c22.tar
nixpkgs-f68dbdc7c39faa5f685e34b10da0b373ad6a7c22.tar.gz
nixpkgs-f68dbdc7c39faa5f685e34b10da0b373ad6a7c22.tar.bz2
nixpkgs-f68dbdc7c39faa5f685e34b10da0b373ad6a7c22.tar.lz
nixpkgs-f68dbdc7c39faa5f685e34b10da0b373ad6a7c22.tar.xz
nixpkgs-f68dbdc7c39faa5f685e34b10da0b373ad6a7c22.tar.zst
nixpkgs-f68dbdc7c39faa5f685e34b10da0b373ad6a7c22.zip
Merge pull request #161954 from primeos/mesa
mesa: 21.3.6 -> 21.3.7
-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 7be30586ea9..955a672661e 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.3.6";
+  version = "21.3.7";
   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 = "0dk717mrp59i6wgf5nir7126hmjw48jw1z15s10smsa6slgpdfwn";
+    sha256 = "0ggw3s514z6szasbiy4dv5mdi689121yy2xly2g21gv1mavrvyml";
   };
 
   # TODO: