nushell: 0.79.0 -> 0.80.0

This commit is contained in:
happysalada 2023-05-18 11:46:56 -04:00
parent 4c5f59b598
commit fb6410b1c9

View file

@ -24,7 +24,7 @@
rustPlatform.buildRustPackage ( rustPlatform.buildRustPackage (
let let
version = "0.79.0"; version = "0.80.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-vnOTSXTgFxNTI4msgMQ/5E27VUKPj6nBIqPWLUeXAr4="; hash = "sha256-XPN2ziwQNOilYei9SQ+e8w7g90e7/qGXgU8Gb28c5Wc=";
}; };
cargoHash = "sha256-FqhN1t3n6j5czZ40JUFtsz4ZxTl7vpMTBhrR66M1DNw="; cargoHash = "sha256-j3YYKEGB/fDQVQIsGx+/gjPQggtQ+7YcmGi1V7bJJqM=";
nativeBuildInputs = [ pkg-config ] nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ] ++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]