mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: update nixpkgs-unstable to 3edc4a30ed3903fdf6f90c837f961fa6b49
PR-URL: https://github.com/nodejs/node/pull/61188 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6de0f0c3f7
commit
2696391b18
@@ -1,10 +1,10 @@
|
||||
arg:
|
||||
let
|
||||
repo = "https://github.com/NixOS/nixpkgs";
|
||||
rev = "7d853e518814cca2a657b72eeba67ae20ebf7059";
|
||||
rev = "3edc4a30ed3903fdf6f90c837f961fa6b49582d1";
|
||||
nixpkgs = import (builtins.fetchTarball {
|
||||
url = "${repo}/archive/${rev}.tar.gz";
|
||||
sha256 = "0hsqizh6kqp27gywdl33rpjclz8lls8s757qwa5qkbjb9an0dxlp";
|
||||
sha256 = "0ajsdd3m4qz8mpimfcrawx81cqj8s5ypnkrxpwy7icj9j8gcpksa";
|
||||
}) arg;
|
||||
in
|
||||
nixpkgs
|
||||
|
||||
Reference in New Issue
Block a user