nb: 7.16.0 -> 7.16.1

This commit is contained in:
R. Ryantm
2025-02-22 14:12:18 +00:00
parent 4f59aa5ed1
commit 37259be69d
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "nb";
version = "7.16.0";
version = "7.16.1";
src = fetchFromGitHub {
owner = "xwmx";
repo = "nb";
rev = version;
hash = "sha256-flUPQ2LioWA3/HtQ6lpCWRTvWlsJ1/aCO+xbseduJTE=";
hash = "sha256-RX3DEjk+/tivTyv0+j3lZAKYgca4Zq9zQ+P1a/RXj2I=";
};
nativeBuildInputs = [ installShellFiles ];