Skip to content

Commit

Permalink
mesa: 20.0.8 -> 20.1.3 (#92977)
Browse files Browse the repository at this point in the history
  • Loading branch information
colemickens committed Jul 13, 2020
1 parent 09558f1 commit 0e93ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mesa/default.nix
Original file line number Diff line number Diff line change
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.0.8"; # Update only to the final (last planned) release (i.e. X.Y.MAX)?
version = "20.1.3";
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 = "6cf0c010df89680f9b2bc6432ff01400031795e39bceda7535fa00af06740b6c";
sha256 = "1w9b6sl82a3birmpgzn1xx6biggpvynr4hmyzxvj30pfdgabhwlq";
};

prePatch = "patchShebangs .";
Expand Down

0 comments on commit 0e93ae3

Please sign in to comment.