nushell: 0.81.0 -> 0.82.0
This commit is contained in:
parent
757c2b5682
commit
be39aba786
1 changed files with 3 additions and 3 deletions
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in a new issue