nb: 7.15.1 -> 7.16.0

This commit is contained in:
R. Ryantm
2025-02-08 15:58:21 +00:00
parent fa648b2835
commit 0d82bb3ada
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "nb";
version = "7.15.1";
version = "7.16.0";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
hash = "sha256-ep3EHqYz4xkTQSTSr0gnPqu8f04j2xAVbSpa1VUZJB4=";
hash = "sha256-flUPQ2LioWA3/HtQ6lpCWRTvWlsJ1/aCO+xbseduJTE=";
};
nativeBuildInputs = [ installShellFiles ];