tokei: 9.0.0 -> 9.1.1

This commit is contained in:
Vladyslav M 2019-03-30 15:46:19 +02:00
parent 5c669af4ab
commit 132f26c7bc
No known key found for this signature in database
GPG Key ID: 3B1AD98E3D65BD4D

View File

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