nb: 7.14.4 -> 7.14.6

Diff: https://github.com/xwmx/nb/compare/7.14.4...7.14.6
This commit is contained in:
Kenichi Kamiya 2024-11-16 12:02:20 +09:00
parent 5cfe3df29c
commit 006cc29918
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nb";
version = "7.14.4";
version = "7.14.6";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
sha256 = "sha256-YqqZZnin+aybAZ2dqaxdOrVZ7dLWwnjh2iL77orqHtE=";
sha256 = "sha256-VcYE1luwNtdrOmjTDKkIAX9rmcbFyCBtnib+c9FyJuA=";
};
nativeBuildInputs = [ installShellFiles ];