Skip to content

Commit b81906f

Browse files
tools: update nixpkgs-unstable to a32edd7654519351e48e80372a928df3363
1 parent 97af3d7 commit b81906f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tools/nix/pkgs-26.05.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
arg:
22
let
33
repo = "https://github.com/NixOS/nixpkgs";
4-
rev = "b378e416ccd4a9d27aba331c8f51a7c985dea1a0";
4+
rev = "0c32f40fe3e2a9adfc427fd5abc061a31043ea44";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "0n62hvmnxw6x1sxs29ryl1k4cyy0c3az9wbwpnc0v56n90x8i2v9";
7+
sha256 = "11gv5qs8r9vljy5ja4figvfpflffip0ylnnqdik04054ni6crh2n";
88
}) arg;
99
in
1010
# Unstable channel no longer supports Intel architecture for macOS. We can use the 26.05 channel

tools/nix/pkgs.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
arg:
22
let
33
repo = "https://github.com/NixOS/nixpkgs";
4-
rev = "aff8a0b28396750446e5537a96461bc4facdb287";
4+
rev = "a32edd7654519351e48e80372a928df336394670";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "19qc9lljqzyfxqix8z3lh72x73r0z2rijfndxvs5whdnh2vgzxf5";
7+
sha256 = "0dc16crrqxp07nr2nwmv9ph30cb0nnq8zld5syq6p5f65c1pqd26";
88
}) arg;
99
in
1010
# Unstable channel no longer supports Intel architecture for macOS. We can use the 26.05 channel

0 commit comments

Comments
 (0)