Commit Graph

22 Commits

Author SHA1 Message Date
R. Ryantm
0f24b05269 tickrs: 0.14.9 -> 0.14.10 2024-06-18 04:32:18 +00:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
R. Ryantm
4909d886c5 tickrs: 0.14.8 -> 0.14.9 2023-07-30 19:37:24 +00:00
figsoda
2b394ff638 tickrs: fix build on darwin 2023-05-14 17:14:50 -04:00
Fabian Affolter
d453e293ea
tickrs: add changelog to meta 2023-02-25 15:29:03 +01:00
R. Ryantm
74217b6a86 tickrs: 0.14.6 -> 0.14.8 2023-02-25 13:18:59 +00:00
R. Ryantm
2ea963c930 tickrs: 0.14.4 -> 0.14.6 2022-08-17 22:34:06 +00:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
R. RyanTM
4937dd3022 tickrs: 0.14.3 -> 0.14.4 2021-03-19 22:34:33 -04:00
R. RyanTM
03538fdd53 tickrs: 0.14.2 -> 0.14.3 2021-03-17 19:09:49 +00:00
R. RyanTM
88e379a2ab tickrs: 0.14.1 -> 0.14.2 2021-03-14 00:06:59 -05:00
R. RyanTM
b37323c2bc tickrs: 0.13.1 -> 0.14.1 2021-03-10 03:12:49 +00:00
R. RyanTM
5a8f1c3b69 tickrs: 0.13.0 -> 0.13.1 2021-02-23 11:22:06 +00:00
R. RyanTM
a8e6d7ad46 tickrs: 0.12.0 -> 0.13.0 2021-02-21 05:37:05 +00:00
R. RyanTM
2869d087eb tickrs: 0.11.0 -> 0.12.0 2021-02-18 17:23:05 +00:00
R. RyanTM
10948aecaf tickrs: 0.10.2 -> 0.11.0 2021-02-14 08:34:01 +00:00
R. RyanTM
31d2ca7a43 tickrs: 0.9.0 -> 0.10.2 2021-02-12 00:08:02 +00:00
daizeng1984
13028f24f4 tickrs: fix build issue for darwin (fatal error: 'Security/Security.h' file not found) 2021-02-07 14:15:35 -08:00
R. RyanTM
cc57a50d41 tickrs: 0.7.1 -> 0.9.0 2021-02-06 22:04:30 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Massimo Redaelli
c5d585bab5 tickrs: init at 0.7.1 2020-11-27 20:09:49 +01:00