Loading pkgs/development/libraries/mesa/common.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ # nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa rec { pname = "mesa"; version = "24.3.2"; version = "24.3.3"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "mesa"; repo = "mesa"; rev = "mesa-${version}"; hash = "sha256-6EcSOE73wEz+aS4C+GUVfcbJtGB0MvIL4a6zA1ohVGA="; hash = "sha256-OThJ/txyJ6p879jG5qOXX6mL27t7Uz/tbr620iRMeIc="; }; meta = { Loading pkgs/development/libraries/mesa/gbm.nix +12 −2 Original line number Diff line number Diff line Loading @@ -15,9 +15,19 @@ let common = import ./common.nix { inherit lib fetchFromGitLab; }; in stdenv.mkDerivation { stdenv.mkDerivation rec { pname = "mesa-libgbm"; inherit (common) version src meta; 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="; }; mesonAutoFeatures = "disabled"; Loading Loading
pkgs/development/libraries/mesa/common.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ # nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa rec { pname = "mesa"; version = "24.3.2"; version = "24.3.3"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "mesa"; repo = "mesa"; rev = "mesa-${version}"; hash = "sha256-6EcSOE73wEz+aS4C+GUVfcbJtGB0MvIL4a6zA1ohVGA="; hash = "sha256-OThJ/txyJ6p879jG5qOXX6mL27t7Uz/tbr620iRMeIc="; }; meta = { Loading
pkgs/development/libraries/mesa/gbm.nix +12 −2 Original line number Diff line number Diff line Loading @@ -15,9 +15,19 @@ let common = import ./common.nix { inherit lib fetchFromGitLab; }; in stdenv.mkDerivation { stdenv.mkDerivation rec { pname = "mesa-libgbm"; inherit (common) version src meta; 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="; }; mesonAutoFeatures = "disabled"; Loading