summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/nushell/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index 0dc42945345..0e018c58958 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2022/11/10 22:01:15 pin Exp $
+# $NetBSD: Makefile,v 1.25 2022/11/30 11:48:41 pin Exp $
+# Please don't update to 0.72.0.
+# I have this ready to import but, it requires Rust-1.65 to build.
DISTNAME= nushell-0.71.0
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=nushell/}