From 2e03f923f737063d8ba45783b9599aa9f41923a8 Mon Sep 17 00:00:00 2001 From: Vladyslav Mykhailichenko Date: Mon, 14 Jan 2019 00:06:21 +0200 Subject: [PATCH] tokei: 8.0.0 -> 9.0.0 --- pkgs/development/tools/misc/tokei/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/tools/misc/tokei/default.nix b/pkgs/development/tools/misc/tokei/default.nix index 831a9ec6278..66d9d521b05 100644 --- a/pkgs/development/tools/misc/tokei/default.nix +++ b/pkgs/development/tools/misc/tokei/default.nix @@ -2,19 +2,19 @@ rustPlatform.buildRustPackage rec { name = "tokei-${version}"; - version = "8.0.0"; + version = "9.0.0"; src = fetchFromGitHub { owner = "Aaronepower"; repo = "tokei"; rev = "v${version}"; - sha256 = "1sfwmjlvjrd8r0ynnayw7g3514mfiky2j30byphaagdw4jkxbd7c"; + sha256 = "04d32w3yc98f6swxap19d6vrv8vi3w843cgnmf28mxcy4nbnls1n"; }; - cargoSha256 = "0v29gych757h7vv5jsg7rpl705gpqn0ya8ai53582qd2cc6yz4c3"; + cargoSha256 = "0vjb4j8qwlmvw55i2jif1a7hwv928h90dzwlpcqb0h6nlv812fav"; meta = with stdenv.lib; { - description = "Count code, quickly"; + description = "Program that displays statistics about your code"; homepage = https://github.com/Aaronepower/tokei; license = with licenses; [ asl20 /* or */ mit ]; maintainers = with maintainers; [ gebner ];