mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: update nixpkgs-unstable to a8d610af3f1a5fb71e23e08434d8d61a466
PR-URL: https://github.com/nodejs/node/pull/60818 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
committed by
GitHub
parent
fc203b36f4
commit
1e7eb90b39
@@ -1,10 +1,10 @@
|
||||
arg:
|
||||
let
|
||||
repo = "https://github.com/NixOS/nixpkgs";
|
||||
rev = "71cf367cc2c168b0c2959835659c38f0a342f9be";
|
||||
rev = "a8d610af3f1a5fb71e23e08434d8d61a466fc942";
|
||||
nixpkgs = import (builtins.fetchTarball {
|
||||
url = "${repo}/archive/${rev}.tar.gz";
|
||||
sha256 = "0gqzy7r8jn2f5ymy7ixminbf7yx9dxn8kgiqm1g394x0p1rd1q00";
|
||||
sha256 = "0q3m5y6gz2mcmmgf5bvxamjrm6wxzcckqbj4yj1yrzp7p2c9z5mz";
|
||||
}) arg;
|
||||
in
|
||||
nixpkgs
|
||||
|
||||
Reference in New Issue
Block a user