Merge pull request #228211 from utkarshgupta137/bump/nushell

nushell: 0.78.0 -> 0.79.0
This commit is contained in:
Mario Rodas
2023-04-25 19:37:37 -05:00
committed by GitHub
+3 -3
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 ]