Commit graph

26 commits

Author SHA1 Message Date
legendofmiracles a08f23039c
matterbridge: 1.12.1 -> 1.12.2 2021-06-02 00:49:36 -06:00
R. RyanTM 5c90206f48 matterbridge: 1.22.0 -> 1.22.1 2021-04-06 03:50:39 -04:00
R. RyanTM 0b03e2c08a matterbridge: 1.21.0 -> 1.22.0 2021-02-03 16:47:01 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM 799a9cc7c5
matterbridge: 1.19.0 -> 1.21.0 (#110087) 2021-01-21 09:59:12 -08: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
Kierán Meinhardt 7d3811e216 matterbridge: 1.18.0 -> 1.19.0 2020-11-17 21:42:14 +01:00
Ryan Mulligan a87bee11bb
Merge pull request #94028 from r-ryantm/auto-update/matterbridge
matterbridge: 1.17.5 -> 1.18.0
2020-08-15 15:59:39 -07:00
Timothy Stott ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM 2f4105d7e2 matterbridge: 1.17.5 -> 1.18.0 2020-07-27 19:44:23 +00:00
R. RyanTM a28ef69cb2 matterbridge: 1.17.1 -> 1.17.5 2020-06-10 12:30:50 +00:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
R. RyanTM aaa2d67e4c matterbridge: 1.16.5 -> 1.17.1 2020-04-01 14:52:11 +00:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas 1bd77eb9b0 matterbridge: fix build on darwin 2020-03-21 05:43:00 -05:00
R. RyanTM 6bb795f8a9 matterbridge: 1.16.3 -> 1.16.5 2020-03-14 08:39:09 +00:00
zimbatm 4371ecb8a6
matterbridge: 1.11.0 -> 1.16.3 (#77454) 2020-01-10 18:04:22 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Michiel Leenaars e61dae0f0f matterbridge: 1.7.1 -> 1.11.0 2018-08-06 12:25:25 +02:00
Ryan Mulligan 453a31b591 matterbridge: 1.6.3 -> 1.7.1 2018-02-16 09:14:16 -08:00
Ryan Mulligan 91fa800a34 matterbridge: 1.4.1 -> 1.6.3 2018-01-19 10:04:09 -08:00
Ryan Mulligan dad3d0f48c matterbridge: 1.1.0 -> 1.4.1 2017-11-16 10:29:30 -08:00
Ryan Mulligan 20f949376f matterbridge: fix src hash
I used the wrong source hash because of some kind of metadata problem.
See https://github.com/NixOS/nixpkgs/pull/28892#issuecomment-330344570
for details.
2017-09-18 23:24:48 +02:00
Ryan Mulligan 9c786d82f2 matterbridge, modules/matterbridge: init at 1.1.0 2017-09-10 08:57:28 -07:00