Skip to content

Commit a30897c

Browse files
tools: update nixpkgs-unstable to 0e7911a191ea0fb9d6e8e771d24736d3618
1 parent 045ff95 commit a30897c

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 = "6062ba1a1b8b6281b12533c9075a2dbeb38f7e49";
4+
rev = "f6107e546a5012172d93e79f1f7950da02ad798f";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "1dfmhgmairiq0k50vflzqfqaiz6v9dfvbf60yh6fhnkna312daiy";
7+
sha256 = "04n8l03dspn0747lc2vhkzbxbjc9wyx0ay959wdj35qnpyzxap5w";
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 = "391b592eb44808b3bd0cb80bb71b63a5a118b8bb";
4+
rev = "0e7911a191ea0fb9d6e8e771d24736d3618f8b1f";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "0sf8gv1r89ahw358swal14pjk5b7xvx0p34bnqdv0h0ji53wgyss";
7+
sha256 = "13ry2zkl0bbh7k7l0fpkb4xjsglzr3mzshvpcw4j9fn4s66jbmrq";
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)