Skip to content

Commit

Permalink
mesa: maintenance 12.0.4 -> 12.0.5
Browse files Browse the repository at this point in the history
On master we use a newer branch already.
This is the last update of 12.x, as planned upstream.
  • Loading branch information
vcunat committed Dec 6, 2016
1 parent 303f4fa commit 4f16e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mesa/default.nix
Expand Up @@ -26,7 +26,7 @@ if ! lists.elem stdenv.system platforms.mesaPlatforms then
else

let
version = "12.0.4";
version = "12.0.5";
branch = head (splitString "." version);
driverLink = "/run/opengl-driver" + optionalString stdenv.isi686 "-32";
in
Expand All @@ -40,7 +40,7 @@ stdenv.mkDerivation {
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
"https://launchpad.net/mesa/trunk/${version}/+download/mesa-${version}.tar.xz"
];
sha256 = "5d6003da867d3f54e5000b4acdfc37e6cce5b6a4459274fdad73e24bd2f0065e";
sha256 = "2b0a972d8282860a11291c09c3ef01ac45171405951eb21a83c45ed2b4321924";
};

prePatch = "patchShebangs .";
Expand Down

0 comments on commit 4f16e82

Please sign in to comment.