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

nb: 7.24.1 -> 7.25.0 (#493456)

parents 7e4e3e5d b51d077e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "nb";
  version = "7.24.1";
  version = "7.25.0";

  src = fetchFromGitHub {
    owner = "xwmx";
    repo = "nb";
    rev = finalAttrs.version;
    hash = "sha256-NTBRuxy66mytpJ/UNeS1N2jIMu4IrZmGNp/jPwa2qZI=";
    hash = "sha256-+QRKv+zKOz8qDD1Ecpavl0ybf4nIcy0flNLHhyR+fxA=";
  };

  nativeBuildInputs = [ installShellFiles ];