From fe856f46a11df0ef160d890fcc94e3e0eded7e50 Mon Sep 17 00:00:00 2001 From: happysalada Date: Wed, 28 Feb 2024 05:36:32 -0500 Subject: nushell: 0.89.0 -> 0.90.1 --- pkgs/shells/nushell/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'pkgs/shells/nushell/default.nix') diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index 8f215945dd41f..33089063e68ab 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -13,7 +13,9 @@ , Security , nghttp2 , libgit2 -, doCheck ? true +# string interpolation dependends on a date that is erroring out +# this will be fixed in releases after 0.90.1 +, doCheck ? false , withDefaultFeatures ? true , additionalFeatures ? (p: p) , testers @@ -22,7 +24,7 @@ }: let - version = "0.89.0"; + version = "0.90.1"; in rustPlatform.buildRustPackage { @@ -33,10 +35,10 @@ rustPlatform.buildRustPackage { owner = "nushell"; repo = "nushell"; rev = version; - hash = "sha256-sBS24FOdEhb+MPu33lpFxLd2/r2AvLUXka+7W3lUIvo="; + hash = "sha256-MODd2BT2g6g5H6/1EG5OjIoYm18yBSvYTR83RuYDMec="; }; - cargoHash = "sha256-B1Sd4dLacIIVNQDnBFw74nX+LaQnzYwCKXv3oJIbu4M="; + cargoHash = "sha256-35KPY5t4aozHIcukmeS00g6tzZA9ZsS/44u9vpZ3oGQ="; nativeBuildInputs = [ pkg-config ] ++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ] -- cgit 1.4.1