Skip to content

Commit

Permalink
Merge pull request #51190 from dtzWill/update/measa-18.2.6
Browse files Browse the repository at this point in the history
mesa: 18.2.5 -> 18.2.6
  • Loading branch information
dtzWill committed Dec 3, 2018
2 parents dd894ad + 60856aa commit 1ccfa8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mesa/default.nix
Expand Up @@ -67,7 +67,7 @@ let
in

let
version = "18.2.5";
version = "18.2.6";
branch = head (splitString "." version);
in

Expand All @@ -81,7 +81,7 @@ let self = stdenv.mkDerivation {
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
"https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
];
sha256 = "0wrbdk988mh42bbpicf5knx5pdqs3xp05s71alqkbr9j523k4b5i";
sha256 = "04nwxykmc80gicmal0zkk8is34rmbqawmfckirqhrps9h97zmfly";
};

prePatch = "patchShebangs .";
Expand Down

0 comments on commit 1ccfa8f

Please sign in to comment.