about summary refs log tree commit diff
path: root/pkgs/tools/misc/nb
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-01 03:26:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-01 03:26:04 +0000
commit88a5646cf020df19576aede880414a2c2f311227 (patch)
tree49e9a7a430ef5c9e51b1ef6c12b395e8ca80133a /pkgs/tools/misc/nb
parent5857574d45925585baffde730369414319228a84 (diff)
nb: 6.10.1 -> 6.11.2
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 422e315fc9a64..1977cef48157b 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 = "6.10.1";
+  version = "6.11.2";
 
   src = fetchFromGitHub {
     owner = "xwmx";
     repo = "nb";
     rev = version;
-    sha256 = "00c0k12yc2vqx0am1mhcjbn7fh3dab2zixslyh1smzcww275rk59";
+    sha256 = "sha256-FHyI9Bwci2spMz5DiSyVsJ5Vz1t/NJ3gsg13fBbanpc=";
   };
 
   nativeBuildInputs = [ installShellFiles ];