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

nb: 7.23.0 -> 7.23.2 (#460159)

parents 53005e41 2a84831f
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.23.0";
  version = "7.23.2";

  src = fetchFromGitHub {
    owner = "xwmx";
    repo = "nb";
    rev = version;
    hash = "sha256-n94ZEQtkTXItZ3T6T3W181IH3wU8xWznGqsizTdu4a8=";
    hash = "sha256-JwbIETH2D/qYZTNUemsYSmcCjV/7kXKUK9JKnuBBe/0=";
  };

  nativeBuildInputs = [ installShellFiles ];