Merge pull request #53900 from dywedir/tokei

tokei: 8.0.0 -> 9.0.0
This commit is contained in:
Gabriel Ebner 2019-01-14 11:07:46 +01:00 committed by GitHub
commit 7f6ca93029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,19 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "tokei-${version}"; name = "tokei-${version}";
version = "8.0.0"; version = "9.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Aaronepower"; owner = "Aaronepower";
repo = "tokei"; repo = "tokei";
rev = "v${version}"; rev = "v${version}";
sha256 = "1sfwmjlvjrd8r0ynnayw7g3514mfiky2j30byphaagdw4jkxbd7c"; sha256 = "04d32w3yc98f6swxap19d6vrv8vi3w843cgnmf28mxcy4nbnls1n";
}; };
cargoSha256 = "0v29gych757h7vv5jsg7rpl705gpqn0ya8ai53582qd2cc6yz4c3"; cargoSha256 = "0vjb4j8qwlmvw55i2jif1a7hwv928h90dzwlpcqb0h6nlv812fav";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Count code, quickly"; description = "Program that displays statistics about your code";
homepage = https://github.com/Aaronepower/tokei; homepage = https://github.com/Aaronepower/tokei;
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ gebner ]; maintainers = with maintainers; [ gebner ];