mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
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:
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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user