Skip to content

Commit

Permalink
libgbm: 24.3.2 -> 24.3.3 (#370701)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Jan 3, 2025
2 parents f51e957 + cce7fa4 commit 07a7125
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pkgs/development/libraries/mesa/gbm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,9 @@
let
common = import ./common.nix { inherit lib fetchFromGitLab; };
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "mesa-libgbm";
inherit (common) meta;

version = "24.3.2";

src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mesa";
repo = "mesa";
rev = "mesa-${version}";
hash = "sha256-6EcSOE73wEz+aS4C+GUVfcbJtGB0MvIL4a6zA1ohVGA=";
};
inherit (common) version src meta;

mesonAutoFeatures = "disabled";

Expand Down

0 comments on commit 07a7125

Please sign in to comment.