From 470f0fb1ec0bd2ba03340f2aea34891ca8d7739d Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 15 Oct 2023 21:15:08 +0200 Subject: [PATCH] package/nushell: bump to version 0.85 - This bump will fix the following build failure with libressl raised since the addition of the package in commit f8047ff5987efc80f6ead51edae126911c02a8ad: This crate is only compatible with OpenSSL (version 1.0.1 through 1.1.1, or 3.0.0), or LibreSSL 2.5 through 3.5, but a different version of OpenSSL was found. The build is now aborting due to this version mismatch. - Update hash of license file (year updated with https://github.com/nushell/nushell/commit/a256f6d0d15c9fed69365be36b3484c4c8418d21) https://www.nushell.sh/blog Fixes: - http://autobuild.buildroot.org/results/8b7e277bb67c52a57e7b9f17c30f1780b9c5ea67 Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle --- package/nushell/nushell.hash | 4 ++-- package/nushell/nushell.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/nushell/nushell.hash b/package/nushell/nushell.hash index b553a6c2bc..02fc8214b6 100644 --- a/package/nushell/nushell.hash +++ b/package/nushell/nushell.hash @@ -1,3 +1,3 @@ # Locally generated -sha256 352e807698d5f95e9bfdd9dd5512acab3cbef315379299a32e5f322a76eb718a nushell-0.76.0.tar.gz -sha256 e189616e535e9f7bf410a72e6fc51ad1e0ae461c58d592e186c2669daa5d1e5d LICENSE +sha256 94af22278f584b59c7c4b2390e2d15d9934d5207a756309259d1c4b92f5af7ef nushell-0.85.0.tar.gz +sha256 2dc1f03f729c21902d869b4d8f8dc528fc730f4c6ad83fc128672bda0ad69196 LICENSE diff --git a/package/nushell/nushell.mk b/package/nushell/nushell.mk index b9c1ee6434..779a3c4393 100644 --- a/package/nushell/nushell.mk +++ b/package/nushell/nushell.mk @@ -4,7 +4,7 @@ # ################################################################################ -NUSHELL_VERSION = 0.76.0 +NUSHELL_VERSION = 0.85.0 NUSHELL_SITE = $(call github,nushell,nushell,$(NUSHELL_VERSION)) NUSHELL_LICENSE = MIT NUSHELL_LICENSE_FILES = LICENSE