nb: 7.12.1 -> 7.14.4 (#348429)

This commit is contained in:
toonn 2024-10-16 16:07:19 +02:00 committed by GitHub
commit 82393b99a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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