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:
co-authored by
kirillrdy
parent
006cc29918
commit
463a8461b5
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "xwmx";
|
||||
repo = "nb";
|
||||
rev = version;
|
||||
sha256 = "sha256-VcYE1luwNtdrOmjTDKkIAX9rmcbFyCBtnib+c9FyJuA=";
|
||||
hash = "sha256-VcYE1luwNtdrOmjTDKkIAX9rmcbFyCBtnib+c9FyJuA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
Reference in New Issue
Block a user