Commit cd9a2e7a authored by R. RyanTM's avatar R. RyanTM
Browse files

nb: 7.20.1 -> 7.21.1

parent f4ee7c92
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.20.1";
  version = "7.21.1";

  src = fetchFromGitHub {
    owner = "xwmx";
    repo = "nb";
    rev = version;
    hash = "sha256-926M5Tg1XWZR++neCou/uy1RtLeIbqHdA1vHaJv/e9o=";
    hash = "sha256-d9QhJBRdfTMIDHFOX4/fMmZnqCMeGqQhJTr60Ea7ucw=";
  };

  nativeBuildInputs = [ installShellFiles ];