R. Ryantm
|
8f2f7c1097
|
tilt: 0.30.8 -> 0.30.9
|
2022-10-10 20:10:41 +08:00 |
|
R. Ryantm
|
4f15b14a7a
|
tilt: 0.30.7 -> 0.30.8
|
2022-09-22 05:20:05 +00:00 |
|
R. Ryantm
|
08e9805a36
|
tilt: 0.30.6 -> 0.30.7
|
2022-08-14 21:06:15 +00:00 |
|
R. Ryantm
|
28ad278c79
|
tilt: 0.30.5 -> 0.30.6
|
2022-08-07 14:12:48 +00:00 |
|
R. Ryantm
|
dfec31bd4a
|
tilt: 0.30.4 -> 0.30.5
|
2022-07-31 03:34:28 +00:00 |
|
zowoq
|
f7741bf93c
|
tilt: build on x86_64-darwin
|
2022-07-16 14:43:55 +10:00 |
|
Teo Klestrup Röijezon
|
4f9fc50b19
|
tilt: 0.30.0 -> 0.30.4
|
2022-06-28 11:02:40 +02:00 |
|
Brian Leung
|
6e8aeecde4
|
tilt: mark broken on x86_64 Darwin
|
2022-05-16 20:09:10 -07:00 |
|
Ulrik Strid
|
29bccd95f7
|
tilt: 0.26.3 -> 0.30.0 (#173252)
|
2022-05-16 08:53:27 -04:00 |
|
R. Ryantm
|
351ce2ecfe
|
tilt: 0.26.2 -> 0.26.3
|
2022-03-28 23:57:24 +00:00 |
|
R. Ryantm
|
f76e48f569
|
tilt: 0.25.3 -> 0.26.2
|
2022-03-22 14:39:51 -04:00 |
|
R. Ryantm
|
8affa68af9
|
tilt: 0.25.2 -> 0.25.3
|
2022-03-13 00:27:26 +00:00 |
|
R. Ryantm
|
bdc2648807
|
tilt: 0.25.1 -> 0.25.2
|
2022-03-09 22:24:42 -05:00 |
|
R. Ryantm
|
8b25c418bc
|
tilt: 0.25.0 -> 0.25.1
|
2022-02-20 04:26:03 +00:00 |
|
R. Ryantm
|
c867f79aed
|
tilt: 0.24.1 -> 0.25.0
|
2022-02-13 10:19:50 +00:00 |
|
R. Ryantm
|
c214ffbb8c
|
tilt: 0.23.9 -> 0.24.1
|
2022-02-10 11:35:51 -08:00 |
|
zowoq
|
fd8529c6a2
|
tilt: 0.23.5 -> 0.23.9
|
2022-02-02 10:35:36 +10:00 |
|
R. Ryantm
|
481b2c6a24
|
tilt: 0.23.4 -> 0.23.5
|
2022-01-31 10:05:58 -08:00 |
|
R. Ryantm
|
cdc10fa6f2
|
tilt: 0.23.3 -> 0.23.4
|
2021-12-31 02:05:17 -08:00 |
|
Robert
|
754cf02871
|
tilt: 0.23.2 -> 0.23.3 (#150533)
|
2021-12-21 09:32:31 +08:00 |
|
Nahum Shalman
|
6aca2d6a3e
|
tilt: 0.22.15 -> 0.23.2
|
2021-12-10 18:52:24 +00:00 |
|
Akshat Agarwal
|
be6effcd43
|
tilt: 0.22.9 -> 0.22.15
|
2021-11-12 13:26:16 +05:30 |
|
R. RyanTM
|
bb19838557
|
tilt: 0.22.8 -> 0.22.9
|
2021-09-18 16:27:02 +00:00 |
|
R. RyanTM
|
513c517216
|
tilt: 0.22.4 -> 0.22.8
|
2021-09-15 02:25:48 +00:00 |
|
Sandro
|
503fed1981
|
Merge pull request #135214 from r-ryantm/auto-update/tilt
|
2021-09-11 22:12:23 +02:00 |
|
zowoq
|
13ea123c74
|
treewide: buildFlagsArray -> ldflags
|
2021-08-26 21:35:06 +10:00 |
|
R. RyanTM
|
7a5ef5067c
|
tilt: 0.20.5 -> 0.22.4
|
2021-08-22 07:14:05 +00:00 |
|
David Birks
|
2aa7662279
|
tilt: 0.18.10 -> 0.20.5
|
2021-05-28 16:11:44 -04:00 |
|
R. RyanTM
|
17732d2ed3
|
tilt: 0.18.9 -> 0.18.10
|
2021-02-21 05:44:40 +00:00 |
|
R. RyanTM
|
12bcbda66e
|
tilt: 0.18.8 -> 0.18.9
|
2021-02-14 08:41:07 +00:00 |
|
R. RyanTM
|
07bbbc64ee
|
tilt: 0.18.5 -> 0.18.8
|
2021-02-06 22:18:12 +00:00 |
|
David Birks
|
92365d5dbc
|
tilt: 0.18.1 -> 0.18.5
|
2021-01-25 15:21:11 -05: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 |
|
Shaw Vrana
|
1734a9a578
|
tilt: 0.17.13 -> 0.18.1
|
2020-12-23 17:21:52 -08:00 |
|
Adam Scott
|
fc2fa9000c
|
tilt: 0.17.12 -> 0.17.13
|
2020-12-02 16:33:38 -05:00 |
|
R. RyanTM
|
67d7a67179
|
tilt: 0.17.11 -> 0.17.12
|
2020-11-27 11:34:46 -08:00 |
|
Adam Scott
|
07edcc54fa
|
tilt: 0.17.2 -> 0.17.11
|
2020-11-18 17:13:10 -05:00 |
|
R. RyanTM
|
ca1cd1e409
|
tilt: 0.17.0 -> 0.17.2
|
2020-08-31 17:20:12 -07:00 |
|
Jordan Doyle
|
e23ed2c428
|
tilt: 0.11.3 -> 0.17.0, move to buildGoModule
|
2020-08-12 21:29:07 +10:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Anton Desyatov
|
6866ca71a7
|
tilt: 0.10.13 -> 0.11.3
|
2020-02-06 10:46:01 +01:00 |
|
Anton Desyatov
|
965e57cf33
|
tilt: 0.10.4 -> 0.10.13
|
2019-10-18 13:53:30 +07:00 |
|
José Luis Lafuente
|
ec4798f9a8
|
tilt: 0.9.7 -> 0.10.4
|
2019-08-26 22:31:00 +02:00 |
|
José Luis Lafuente
|
cd105f02a8
|
tilt: 0.9.4 -> 0.9.7
|
2019-08-06 16:48:47 +02:00 |
|
xrelkd
|
c4fec1c631
|
tilt: 0.9.2 -> 0.9.4
|
2019-07-23 15:17:13 +02:00 |
|
xrelkd
|
3cb3d7f5f4
|
tilt: 0.8.8 -> 0.9.2
|
2019-07-23 15:17:13 +02:00 |
|
volth
|
f3282c8d1e
|
treewide: remove unused variables (#63177)
* treewide: remove unused variables
* making ofborg happy
|
2019-06-16 19:59:05 +00:00 |
|
Anton Desyatov
|
1ae9db2231
|
tilt: 0.8.1 -> 0.8.8
|
2019-06-03 14:23:19 +07:00 |
|
Anton Desyatov
|
ed98d3e3e0
|
tilt: 0.7.13 -> 0.8.1
|
2019-04-29 16:29:30 +07:00 |
|