Skip to content

Commit

Permalink
mesa: 20.1.7 -> 20.1.8 (NixOS#98154)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6343fb9)
  • Loading branch information
primeos authored and ajs124 committed Dec 5, 2020
1 parent c344ece commit 2d25971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mesa/default.nix
Expand Up @@ -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

Expand All @@ -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 .";
Expand Down

0 comments on commit 2d25971

Please sign in to comment.