Skip to content

Commit

Permalink
mesa: 24.2.6 -> 24.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Nov 14, 2024
1 parent 9c44a42 commit 459a925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mesa/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa
rec {
pname = "mesa";
version = "24.2.6";
version = "24.2.7";

src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mesa";
repo = "mesa";
rev = "mesa-${version}";
hash = "sha256-yoX2DvinzqrG+rekiqO/iG6F6Zn63WC+ZaathimxO1g=";
hash = "sha256-AM9npUnf/Cl/kPahqeK4Vt6piHv8gKOqrTkE36RIMlg=";
};

meta = {
Expand Down

0 comments on commit 459a925

Please sign in to comment.