Commit Graph

17 Commits

Author SHA1 Message Date
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Aaron Jheng
02b60b82a3
gh-ost: 1.1.5 -> 1.1.6 2023-11-04 10:45:19 +08:00
R. Ryantm
bfb856696d gh-ost: 1.1.4 -> 1.1.5 2022-07-28 12:39:08 +00:00
R. Ryantm
2a663a0621 gh-ost: 1.1.2 -> 1.1.4 2022-02-12 20:06:46 -08:00
zowoq
e6494966dd treewide: buildFlagsArray -> ldflags 2021-08-26 15:43:28 +10:00
R. RyanTM
fa34624701 gh-ost: 1.1.1 -> 1.1.2 2021-06-23 09:47:34 -07:00
R. RyanTM
f36a22c6b3 gh-ost: 1.1.0 -> 1.1.1 2021-05-08 15:08:33 -07: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
R. RyanTM
63f079908a
gh-ost: 1.0.49 -> 1.1.0 (#97139)
* gh-ost: 1.0.49 -> 1.1.0

* gh-ost: add ldflags

Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2020-10-04 08:49:00 -05:00
R. RyanTM
9674401244 gh-ost: 1.0.47 -> 1.0.49 2020-06-17 12:17:57 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Casey Ransom
c658b9db97 gh-ost: update platforms 2019-07-26 10:34:27 -04:00
Casey Ransom
81a288124e gh-ost: 1.0.36 -> 1.0.47
Also fixes a weirdness with the derivation where to use it, you needed
to specify `gh-ost.gh-ost`. There's nothing special about the extra
output.
2019-02-13 14:29:14 -05:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Benjamin Smith
e57deab6d0 gh-ost: init at 1.0.36 2017-06-08 15:09:35 -07:00