nushell: 0.89.0 -> 0.90.1
This commit is contained in:
parent
f35896eab2
commit
fe856f46a1
4 changed files with 9 additions and 7 deletions
|
@ -13,7 +13,9 @@
|
||||||
, Security
|
, Security
|
||||||
, nghttp2
|
, nghttp2
|
||||||
, libgit2
|
, 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
|
, withDefaultFeatures ? true
|
||||||
, additionalFeatures ? (p: p)
|
, additionalFeatures ? (p: p)
|
||||||
, testers
|
, testers
|
||||||
|
@ -22,7 +24,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.89.0";
|
version = "0.90.1";
|
||||||
in
|
in
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
|
@ -33,10 +35,10 @@ rustPlatform.buildRustPackage {
|
||||||
owner = "nushell";
|
owner = "nushell";
|
||||||
repo = "nushell";
|
repo = "nushell";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-sBS24FOdEhb+MPu33lpFxLd2/r2AvLUXka+7W3lUIvo=";
|
hash = "sha256-MODd2BT2g6g5H6/1EG5OjIoYm18yBSvYTR83RuYDMec=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-B1Sd4dLacIIVNQDnBFw74nX+LaQnzYwCKXv3oJIbu4M=";
|
cargoHash = "sha256-35KPY5t4aozHIcukmeS00g6tzZA9ZsS/44u9vpZ3oGQ=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ]
|
nativeBuildInputs = [ pkg-config ]
|
||||||
++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]
|
++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "nushell_plugin_formats";
|
pname = "nushell_plugin_formats";
|
||||||
inherit (nushell) version src;
|
inherit (nushell) version src;
|
||||||
cargoHash = "sha256-81U7Ul6LPubTshxW2/c+Pmz8UolmM42sFEt2igmDgGY=";
|
cargoHash = "sha256-lMxI+tw5B6Q/ZXW1ANl+Oi/x37ds2IEuOkdPIV1zXLA=";
|
||||||
|
|
||||||
env = lib.optionalAttrs stdenv.cc.isClang {
|
env = lib.optionalAttrs stdenv.cc.isClang {
|
||||||
LIBCLANG_PATH = "${libclang.lib}/lib";
|
LIBCLANG_PATH = "${libclang.lib}/lib";
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "nushell_plugin_gstat";
|
pname = "nushell_plugin_gstat";
|
||||||
inherit (nushell) version src;
|
inherit (nushell) version src;
|
||||||
cargoHash = "sha256-YUr//URKoN99Pc5tJx9eGopKqy4Yu83jPBhLu5UYgiY=";
|
cargoHash = "sha256-/viATLt2CixUCUa45YWo4fod2/iI/qvqB/BP8L8qrvY=";
|
||||||
|
|
||||||
env = lib.optionalAttrs stdenv.cc.isClang {
|
env = lib.optionalAttrs stdenv.cc.isClang {
|
||||||
LIBCLANG_PATH = "${libclang.lib}/lib";
|
LIBCLANG_PATH = "${libclang.lib}/lib";
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "nushell_plugin_query";
|
pname = "nushell_plugin_query";
|
||||||
inherit (nushell) version src;
|
inherit (nushell) version src;
|
||||||
cargoHash = "sha256-IAMfd76+Sx01d4axn3qcLvXZW6nxu0fjy9CvupUTHBM=";
|
cargoHash = "sha256-pDsjKpb4c9nnYA81sQm4RCYhIoKJe+vcV1hs8KCSP9Q=";
|
||||||
|
|
||||||
env = lib.optionalAttrs stdenv.cc.isClang {
|
env = lib.optionalAttrs stdenv.cc.isClang {
|
||||||
LIBCLANG_PATH = "${libclang.lib}/lib";
|
LIBCLANG_PATH = "${libclang.lib}/lib";
|
||||||
|
|
Loading…
Reference in a new issue