nushell: 0.77.1 -> 0.78.0
This commit is contained in:
parent
7432682305
commit
4b7d7154cd
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, runCommand
|
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, openssl
|
, openssl
|
||||||
, zlib
|
, zlib
|
||||||
|
@ -26,7 +24,7 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage (
|
rustPlatform.buildRustPackage (
|
||||||
let
|
let
|
||||||
version = "0.77.1";
|
version = "0.78.0";
|
||||||
pname = "nushell";
|
pname = "nushell";
|
||||||
in {
|
in {
|
||||||
inherit version pname;
|
inherit version pname;
|
||||||
|
@ -35,10 +33,10 @@ rustPlatform.buildRustPackage (
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-MheKGfm72cxFtMIDj8VxEN4VFB1+tLoj+ujzL/7n8YI=";
|
hash = "sha256-fxx34xTFan5DcKo/sxFq6JxObGFTs4myNM0WmL5hnl8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-oUeoCAeVP2MBAhJfMptK+Z3n050cqpIIgnUroRVBYjg=";
|
cargoHash = "sha256-VqM6SAzYqwSSo3csjNCvcrZGwemtVHEGvh8gufouMeQ=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ]
|
nativeBuildInputs = [ pkg-config ]
|
||||||
++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]
|
++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]
|
||||||
|
|
Loading…
Reference in a new issue