nushell: 0.78.0 -> 0.79.0

This commit is contained in:
Utkarsh Gupta 2023-04-26 03:49:43 +05:30
parent b4ed0a1fb8
commit e9365c4a4c
No known key found for this signature in database
GPG key ID: 428BFDF197596BDC

View file

@ -24,7 +24,7 @@
rustPlatform.buildRustPackage (
let
version = "0.78.0";
version = "0.79.0";
pname = "nushell";
in {
inherit version pname;
@ -33,10 +33,10 @@ rustPlatform.buildRustPackage (
owner = pname;
repo = pname;
rev = version;
hash = "sha256-fxx34xTFan5DcKo/sxFq6JxObGFTs4myNM0WmL5hnl8=";
hash = "sha256-vnOTSXTgFxNTI4msgMQ/5E27VUKPj6nBIqPWLUeXAr4=";
};
cargoHash = "sha256-VqM6SAzYqwSSo3csjNCvcrZGwemtVHEGvh8gufouMeQ=";
cargoHash = "sha256-FqhN1t3n6j5czZ40JUFtsz4ZxTl7vpMTBhrR66M1DNw=";
nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]