Skip to content

Commit

Permalink
update dependencies to versions allegedly compatible with macos 13 be…
Browse files Browse the repository at this point in the history
…ta and mac studio
  • Loading branch information
tpwrules committed Jun 22, 2022
1 parent 9f71698 commit b1e68cd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions nix/m1-support/kernel/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
# tracking branch: https://github.com/AsahiLinux/linux/tree/asahi
owner = "AsahiLinux";
repo = "linux";
rev = "72eed5179ad57adf126bd2dcab116e48a96615e5";
hash = "sha256-mkYmVTUFXRied6NHQXeDsQxBFw5bBUDsV43pKkALIxM=";
rev = "23d0e6d8a3d0e4e4b7f96c3b283e856c60d1cb06";
hash = "sha256-MA3M7ffnNCyAAjrUB4Q48FQxKPHFaVEvmP/pqU2krXs=";
};

kernelPatches = [
Expand Down
6 changes: 3 additions & 3 deletions nix/m1-support/m1n1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ let
});
in stdenv.mkDerivation {
pname = "m1n1";
version = "unstable-2022-06-04";
version = "unstable-2022-06-20";

src = fetchFromGitHub {
# tracking branch: https://github.com/AsahiLinux/m1n1/tree/main
owner = "AsahiLinux";
repo = "m1n1";
rev = "5cea0db10d81d352be7d03af8439c7e317964e6b";
hash = "sha256-XIW3NGS6H028Uh6VwJqLcCjaSjQrKU3KyxOpgzpJMwY=";
rev = "e2d671d5974bb94f141ba712487e8e667b60357c";
hash = "sha256-AgBtDyv6vduW927FJGNLJirSeeYf76h4n4er/C3WzK0=";
fetchSubmodules = true;
};

Expand Down
6 changes: 3 additions & 3 deletions nix/m1-support/u-boot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# tracking branch: https://github.com/AsahiLinux/u-boot/tree/releng/installer-release
owner = "AsahiLinux";
repo = "u-boot";
rev = "89dbe1bf776ac909319247bd66f73c5d2cdac838";
hash = "sha256-//To8y+lbXBW3BPD45W1R5TUL9ElsBXBHNPT2r+1E9Y=";
rev = "756d0269dd3f57e3dc7caccf57b78403adbc1e68";
hash = "sha256-6WUd99dg5J26FO8n1nnGsgiuwptb6hP4cu6PtpbN1V4=";
};
version = "unstable-2022-03-19";
version = "unstable-2022-06-20";

defconfig = "apple_m1_defconfig";
extraMeta.platforms = [ "aarch64-linux" ];
Expand Down
6 changes: 3 additions & 3 deletions nix/pins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# https://hydra.nixos.org/jobset/mobile-nixos/unstable/evals
# these evals have a cross-compiled stdenv available
nixpkgs = fetchTarball {
name = "nixpkgs-unstable-2022-06-17";
url = "https://github.com/NixOS/nixpkgs/archive/3d7435c638baffaa826b85459df0fff47f12317d.tar.gz";
sha256 = "sha256:19ahb9ww3r9p1ip9aj7f6rs53qyppbalz3997pzx2vv0aiaq3lz3";
name = "nixpkgs-unstable-2022-06-20";
url = "https://github.com/NixOS/nixpkgs/archive/e0a42267f73ea52adc061a64650fddc59906fc99.tar.gz";
sha256 = "sha256:0r1dsj51x2rm016xwvdnkm94v517jb1rpn4rk63k6krc4d0n3kh9";
};

rust-overlay = fetchTarball {
Expand Down

0 comments on commit b1e68cd

Please sign in to comment.