Skip to content

Commit

Permalink
Merge pull request #80100 from lilyball/tokei
Browse files Browse the repository at this point in the history
tokei: 10.1.1 -> 10.1.2
  • Loading branch information
dywedir committed Feb 14, 2020
2 parents e15600e + 6c4228f commit 2cf6a26
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkgs/development/tools/misc/tokei/default.nix
Expand Up @@ -2,19 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "tokei";
version = "10.1.1";
version = "10.1.2";

src = fetchFromGitHub {
owner = "XAMPPRocky";
repo = pname;
rev = "v${version}";
sha256 = "0wndjb4rvj8548wz0svwgnk94qlg5w2fv75fn2jgriq6fh6v43yg";
sha256 = "1h9vk30wdcjkf6wdv1xdiv94ln5ivwhmfhx5kwdvrxx8cci2m3yx";
};

# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;

cargoSha256 = "1lpa4xfh3bcm51amwxvkzpvmi4b2c4q5qwxxigcbzw76l7rqp2w9";
cargoSha256 = "11xf2vkhar4y0rb4blq3hk9xlw0ixnig88zzc72hcnkv2yamgkhi";

buildInputs = stdenv.lib.optionals stdenv.isDarwin [
libiconv darwin.apple_sdk.frameworks.Security
Expand Down

0 comments on commit 2cf6a26

Please sign in to comment.