Skip to content

Commit 46c0ada

Browse files
nodejs-github-botaduh95
authored andcommitted
tools: bump nixpkgs pins
- nixpkgs-unstable to bcdf747749ad31ab043d6341a18699a8b9b62ef0 - nixpkgs-26.05-darwin to 329c3d2af6d1b618705150ea39f72c15eb4e613e
1 parent bb76938 commit 46c0ada

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 = "fc51889f81924f15fba77a3c0b79cfb3f78fe0d4";
4+
rev = "329c3d2af6d1b618705150ea39f72c15eb4e613e";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "16397a8zmfj9gygm0yj4fhp9sj6hw954k246jyzsi0xpgwdzr76h";
7+
sha256 = "0hkr1j8mm50gpxd55y85vq85bxxww8rhwf6mkvkrg0qw21dmvlmd";
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 = "20535e48e12c86043b577b8518234ff5dbb26957";
4+
rev = "bcdf747749ad31ab043d6341a18699a8b9b62ef0";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "1dmdschkpmhjp67rhsig7k2qhgd918j5g30s6yxmjljqsxh2vlh9";
7+
sha256 = "10vv47y0b3k3aq2l52rqd5qzk50a7jbdcamd8rwc0g02mm6blxn8";
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)