Page MenuHomePhabricator

[CI deps] Fix hash in nodejs install script
ClosedPublic

Authored by bytesofman on Feb 14 2024, 10:52.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCad324960a682: [CI deps] Fix hash in nodejs install script
Summary

Fix hash for checksum of node 20

TIL

wget https://deb.nodesource.com/setup_20.x -O nodesetup.sh
sha256sum nodesetup.sh
> f8fb478685fb916cc70858200595a4f087304bcde1e69aa713bf2eb41695afc1
wget https://deb.nodesource.com/setup_20.x > nodesetup.sh
sha256sum nodesetup.sh
> e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
Test Plan

confirm the hash

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK added a subscriber: PiRK.

And

$ touch file.txt
$ sha256sum file.txt
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855  file.txt
This revision is now accepted and ready to land.Feb 14 2024, 13:03