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

nb: 7.22.1 -> 7.23.0 (#457954)

parents dc38fce6 f266dedd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "nb";
  version = "7.22.1";
  version = "7.23.0";

  src = fetchFromGitHub {
    owner = "xwmx";
    repo = "nb";
    rev = version;
    hash = "sha256-WYOU4ybcuZa45P68r6NlhMYii1YUvCTmYicpVuGg7BM=";
    hash = "sha256-n94ZEQtkTXItZ3T6T3W181IH3wU8xWznGqsizTdu4a8=";
  };

  nativeBuildInputs = [ installShellFiles ];