nushell: 0.83.1 -> 0.84.0

Diff: https://github.com/nushell/nushell/compare/0.83.1...0.84.0
This commit is contained in:
Mario Rodas 2023-08-24 04:20:00 +00:00 committed by Yt
parent 26e8da26b4
commit 11c5895493

View file

@ -22,7 +22,7 @@
}: }:
let let
version = "0.83.1"; version = "0.84.0";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
@ -33,10 +33,10 @@ rustPlatform.buildRustPackage {
owner = "nushell"; owner = "nushell";
repo = "nushell"; repo = "nushell";
rev = version; rev = version;
hash = "sha256-WMMGsJFgUkascCja7v0VA3spaOb5QmMFXQ2JOT9beO4="; hash = "sha256-vXtQUWKRPS53IBUgO9Dw8dVzfD5W2kHSPOZHs293O5Q=";
}; };
cargoHash = "sha256-/0+k3qOM9/rY6XmeVjqQWkjv19yZTkmfMK51z4+ppJU="; cargoHash = "sha256-NtTCuTWbGTrGKF7ulm3Bfal/WuBtPEX7QvHoOyKY1V8=";
nativeBuildInputs = [ pkg-config ] nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ] ++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]