update mesa
This commit is contained in:
@@ -7,25 +7,25 @@ in {
|
|||||||
|
|
||||||
config =
|
config =
|
||||||
let
|
let
|
||||||
#mesa-new = pkgs.mesa-git.mesa.overrideAttrs (oldAttrs: {
|
|
||||||
# src = pkgs.fetchFromGitLab {
|
|
||||||
# domain = "gitlab.freedesktop.org";
|
|
||||||
# owner = "mesa";
|
|
||||||
# repo = "mesa";
|
|
||||||
# rev = "69a08fd9b229ee9e859bfca5f4f9052c84714f98";
|
|
||||||
# hash = "sha256-6vRcad3a3A/9945gkeFgRrjyoBrtsnZeDnG/zROIA2Q=";
|
|
||||||
# };
|
|
||||||
#});
|
|
||||||
|
|
||||||
mesa-new = pkgs.mesa-git.mesa.overrideAttrs (oldAttrs: {
|
mesa-new = pkgs.mesa-git.mesa.overrideAttrs (oldAttrs: {
|
||||||
src = pkgs.fetchFromGitLab {
|
src = pkgs.fetchFromGitLab {
|
||||||
domain = "gitlab.freedesktop.org";
|
domain = "gitlab.freedesktop.org";
|
||||||
owner = "hakzsam";
|
owner = "mesa";
|
||||||
repo = "mesa";
|
repo = "mesa";
|
||||||
rev = "9238ae542f15e4566430a540817e15a8ec079a59";
|
rev = "0f8753ffb83a635f47cb0c79e8a8f86c5343d1cf";
|
||||||
hash = "sha256-c/iV/V7m3GuatEuybaetHVIPm66/a6lC1wvV/GGtvnQ=";
|
hash = "sha256-3Si9bTGO1nUmiJN1X/tIR4vo0EH8Zi2JNUBs2oyuVYM=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
#mesa-new = pkgs.mesa-git.mesa.overrideAttrs (oldAttrs: {
|
||||||
|
# src = pkgs.fetchFromGitLab {
|
||||||
|
# domain = "gitlab.freedesktop.org";
|
||||||
|
# owner = "hakzsam";
|
||||||
|
# repo = "mesa";
|
||||||
|
# rev = "9238ae542f15e4566430a540817e15a8ec079a59";
|
||||||
|
# hash = "sha256-c/iV/V7m3GuatEuybaetHVIPm66/a6lC1wvV/GGtvnQ=";
|
||||||
|
# };
|
||||||
|
#});
|
||||||
in
|
in
|
||||||
lib.mkIf cfg.enable {
|
lib.mkIf cfg.enable {
|
||||||
boot.kernelParams =
|
boot.kernelParams =
|
||||||
|
|||||||
Reference in New Issue
Block a user