Merge pull request #61532 from lilyball/chit

chit: 0.1.12 -> 0.1.13
This commit is contained in:
Renaud 2019-05-15 14:57:42 +02:00 committed by GitHub
commit 4ec7a6eda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@ with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
pname = "chit"; pname = "chit";
version = "0.1.12"; version = "0.1.13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "peterheesterman"; owner = "peterheesterman";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "17g2p07zhf4n4pjmws0ssfy2mrn0v933ih0vnlr1z2cv9mx8srsl"; sha256 = "1qp5ad83lvfz9l4ihz1l500p8bgf7q0z1k4f3i13nd5n7i3ksdjc";
}; };
cargoSha256 = "1jqnnf4jgjpm1i310hda15423nxfw9frgpmc2kbrs66qcsj7avaw"; cargoSha256 = "1jqnnf4jgjpm1i310hda15423nxfw9frgpmc2kbrs66qcsj7avaw";
@ -23,9 +23,6 @@ buildRustPackage rec {
++ stdenv.lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ CoreFoundation CoreServices Security ]) ++ stdenv.lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ CoreFoundation CoreServices Security ])
; ;
# Tests require network access
doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Crate help in terminal: A tool for looking up details about rust crates without going to crates.io"; description = "Crate help in terminal: A tool for looking up details about rust crates without going to crates.io";
longDescription = '' longDescription = ''