Commit Graph

27 Commits

Author SHA1 Message Date
R. RyanTM
127617bd38 tokei: 11.1.1 -> 11.2.0 2020-05-21 00:03:57 +00:00
Oleksii Filonenko
22c5473ff0 tokei: 11.1.0 -> 11.1.1 2020-05-06 13:52:10 +00:00
xrelkd
806a0596ea tokei: 11.0.0 -> 11.1.0 2020-04-14 11:24:55 +08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Pascal Hertleif
bdddf3c07f tokei: 10.1.2 -> 11.0.0 2020-03-21 16:01:36 +01:00
Lily Ballard
6c4228f7d1 tokei: 10.1.1 -> 10.1.2 2020-02-14 00:34:11 -08:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Lily Ballard
048243b8b9 tokei: 10.1.0 -> 10.1.1 (#76630) 2019-12-28 23:07:27 -05:00
Lily Ballard
103c603efd tokei: 10.0.1 -> 10.1.0 2019-11-12 12:08:48 -08:00
Lily Ballard
0f34860540 tokei: 9.1.1 -> 10.0.1
Enable all crate features, which gets us alternative output formats.

Update description and add long description to match what's in the
GitHub repo.

Add myself as a maintainer.
2019-09-10 13:21:37 -07:00
Alyssa Ross
062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Sondre Nilsen
bbba525226
tokei: fix missing Security framework on macOS 2019-05-18 03:46:52 +02:00
Matthew Bauer
29cdd08e8e tokei: add libiconv for macos 2019-04-26 21:55:12 -04:00
Vladyslav M
132f26c7bc
tokei: 9.0.0 -> 9.1.1 2019-03-30 15:46:19 +02:00
Vladyslav Mykhailichenko
2e03f923f7
tokei: 8.0.0 -> 9.0.0 2019-01-14 00:06:21 +02:00
Vladyslav Mykhailichenko
0905ed8518 tokei: 7.0.3 -> 8.0.0 2018-08-26 10:51:10 +03:00
Gabriel Ebner
1f8593b174 tokei: 7.0.0 -> 7.0.3 2018-07-05 12:37:41 +02:00
dywedir
c6c3344cc4 tokei: 6.1.2 -> 7.0.0 2018-01-15 12:33:15 +02:00
Gabriel Ebner
d0d9ed6fa0 tokei: fix build
See #30088.
2017-11-02 09:31:20 +01:00
Kevin Cox
5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
dywedir
69379fcf10 tokei: 6.0.1 -> 6.1.2 2017-09-12 00:55:06 +03:00
Gabriel Ebner
92523344d1 tokei: 6.0.0 -> 6.0.1 2017-08-29 10:40:14 +02:00
c74d
8a84ef9efc tokei: 4.0.0 -> 6.0.0 2017-03-22 01:04:17 +00:00
Gabriel Ebner
d26ca0c6cf tokei: 3.0.0 -> 4.0.0 2016-11-17 09:26:00 -05:00
Tadas Barzdzius
87e07a3098 tokei: mark as broken 2016-11-16 13:27:24 +02:00
Gabriel Ebner
6c7d179509 tokei: add meta.platforms 2016-07-14 10:21:46 +02:00
Gabriel Ebner
aab727fd77 tokei: init at 3.0.0 2016-07-14 10:19:20 +02:00