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

nb: 7.20.1 -> 7.21.1 (#442698)

parents 0169a62a cd9a2e7a
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 ];