libgbm: 24.3.2 -> 24.3.3 (#370701)

This commit is contained in:
K900
2025-01-03 22:41:07 +03:00
committed by GitHub
+2 -12
View File
@@ -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";