Skip to content

Commit aa2a28a

Browse files
nodejs-github-botaduh95
authored andcommitted
tools: update nixpkgs pins
- Unstable to 2065d53daf2c81ed7b57947e2e56682ded62723a - 26.05 to 572a2c2b6faebd71246e3162e4217d7ca63a9300
1 parent 71812d1 commit aa2a28a

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 = "fad15a0c9ebf6432dcba932743decbf8905cb024";
4+
rev = "572a2c2b6faebd71246e3162e4217d7ca63a9300";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "0q845gkz18nz463cwmkhvficl3jpncdvvnx8xlrj5gdp4c285rcn";
7+
sha256 = "0c5xyqgip1kf7hinqbmfvsf8c7jwipbyj7dlb337gd058kz7zmwm";
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 = "d33369954a67ae3322177dc9a3d564092912120c";
4+
rev = "2065d53daf2c81ed7b57947e2e56682ded62723a";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "0ffi2k8hllbgqw9vvdfaxw88qz53gl7myll4lwri6ynq5l0lnvbc";
7+
sha256 = "0ib5k850qp6zgzzvkbkpv0iwy649hwd8ab6id5w2jq4jplnf6zr3";
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)