libgbm: 24.3.2 -> 24.3.3 (#370701)
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user