nb: prefer hash rather than sha256 in fetchFromGitHub

https://github.com/NixOS/nixpkgs/pull/356336/files#r1865416515

Co-authored-by: kirillrdy <kirillrdy@gmail.com>
This commit is contained in:
Kenichi Kamiya 2024-12-02 17:34:23 +09:00
parent 006cc29918
commit 463a8461b5
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "xwmx";
repo = "nb";
rev = version;
sha256 = "sha256-VcYE1luwNtdrOmjTDKkIAX9rmcbFyCBtnib+c9FyJuA=";
hash = "sha256-VcYE1luwNtdrOmjTDKkIAX9rmcbFyCBtnib+c9FyJuA=";
};
nativeBuildInputs = [ installShellFiles ];