nushell: 0.11.0 -> 0.12.0

This commit is contained in:
Mario Rodas 2020-03-31 18:18:18 -05:00
parent 0a7c10f701
commit d0de1e518d
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "nushell";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "06w1118cxr5x3l7cq2wc092xvsfkgga8b6kz1gcmhwq0gf7fqirz";
sha256 = "0cy3rm0yr4ay4hcgw202w5k1sqw09kd75a0yyk0s0v0cxpmssf5n";
};
cargoSha256 = "1bpb4p4j7lwb70qjsssbr878mfalil4xh8r954aaa2rlcf97fmb7";
cargoSha256 = "0q89841jwbsvl4c90sl8wgnjjl8q0bb3kw7sl7k9dpnfmj5j144x";
nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withStableFeatures && stdenv.isLinux) [ python3 ];