click: 0.3.2 -> 0.4.2

This commit is contained in:
Jonathan Ringer
2019-08-03 11:58:19 -07:00
parent 4e8a8a13ef
commit c5f622bec9
2 changed files with 3 additions and 18 deletions
@@ -4,18 +4,16 @@ with rustPlatform;
buildRustPackage rec {
name = "click-${version}";
version = "0.3.2";
version = "0.4.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "databricks";
repo = "click";
sha256 = "0sbj41kypn637z1w115w2h5v6bxz3y6w5ikgpx3ihsh89lkc19d2";
sha256 = "18mpzvvww2g6y2d3m8wcfajzdshagihn59k03xvcknd5d8zxagl3";
};
cargoSha256 = "1179a17lfr3001vp1a2adbkhdm9677n56af2c0zvkr18jas6b2w7";
patches = [ ./fix_cargo_lock_version.patch ];
cargoSha256 = "0298x7wkr4j1l5flmv5vhl1ay8icvh4dlhsh4xi8fd3p8jl9jpqv";
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];