Unverified Commit 82393b99 authored by toonn's avatar toonn Committed by GitHub
Browse files

nb: 7.12.1 -> 7.14.4 (#348429)

parents 6b1ffdb0 52e6c358
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];