nushell: 0.81.0 -> 0.82.0

This commit is contained in:
happysalada 2023-06-28 09:11:04 +08:00
parent 757c2b5682
commit be39aba786

View file

@ -24,7 +24,7 @@
rustPlatform.buildRustPackage ( rustPlatform.buildRustPackage (
let let
version = "0.81.0"; version = "0.82.0";
pname = "nushell"; pname = "nushell";
in { in {
inherit version pname; inherit version pname;
@ -33,10 +33,10 @@ rustPlatform.buildRustPackage (
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-Hcr4mSx5qSMNe7/UTR6iXV3IyTBiRgfWS7vYf3FIxQA="; hash = "sha256-D/R+/60Lo2rLUA/313CTJQookqSNtbD7LnVf0vBC9Qc=";
}; };
cargoHash = "sha256-Xa8mQVz3uOw212aLlRfM4GmA0vjjt/5SjQ5biOLcqEc="; cargoHash = "sha256-LTnBJDA2RkAP3ZCpl5enUc0PLS63EVXQyIopUwBd8OQ=";
nativeBuildInputs = [ pkg-config ] nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ] ++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]