Merge pull request #97208 from r-ryantm/auto-update/nushell

nushell: 0.18.1 -> 0.19.0
This commit is contained in:
Maximilian Bosch 2020-09-05 13:04:55 +02:00 committed by GitHub
commit 2c73dd64b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec {
pname = "nushell";
version = "0.18.1";
version = "0.19.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "100r26dx57wdzdpf6lgsgw0py33k3nsx73pa1qjcipwv00a106sr";
sha256 = "08r6f71cy4j22k0mllm134x4dfixaircpaz5arrj93xsbp38nk92";
};
cargoSha256 = "0ch79zsnqb5n9r7jq6figpmqp2cs2p9a3m7fg3sd04m797ki9chr";
cargoSha256 = "15kvl490abxdv6706zs7pv0q5fhghmdvlfbn19037sldkcsfl86b";
nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withStableFeatures && stdenv.isLinux) [ python3 ];