Commit 493cea01 authored by R. RyanTM's avatar R. RyanTM
Browse files

nb: 7.21.3 -> 7.22.1

parent 30ef0997
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.21.3";
  version = "7.22.1";

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

  nativeBuildInputs = [ installShellFiles ];