about summary refs log tree commit diff
path: root/pkgs/tools/misc/nb
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-11 08:55:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-11 08:55:13 +0000
commit09caa467133ed37cf68f139e012355a344d92e18 (patch)
treef28351381600271a043040298bc85b56782d025d /pkgs/tools/misc/nb
parentf209847507d446153d373f728215dfff7469d5bd (diff)
nb: 7.7.1 -> 7.8.0
Diffstat (limited to 'pkgs/tools/misc/nb')
-rw-r--r--pkgs/tools/misc/nb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/nb/default.nix b/pkgs/tools/misc/nb/default.nix
index 55f4682fb9942..79796255a8431 100644
--- a/pkgs/tools/misc/nb/default.nix
+++ b/pkgs/tools/misc/nb/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "nb";
-  version = "7.7.1";
+  version = "7.8.0";
 
   src = fetchFromGitHub {
     owner = "xwmx";
     repo = "nb";
     rev = version;
-    sha256 = "sha256-v5HBz3N8H1LBtCRjw+033TRokgVPX5MQ+f7fPvCGBpA=";
+    sha256 = "sha256-8TOEPPtwxbTlm5nGMjOmH8lvsDu0vNgvxaUOgKS1l/g=";
   };
 
   nativeBuildInputs = [ installShellFiles ];