Commit graph

43 commits

Author SHA1 Message Date
freezeboy df8fc751da mattermost: 5.25.3 -> 5.32.1 2021-03-18 15:28:05 +01:00
R. RyanTM a34553bc4b matterircd: 0.22.0 -> 0.23.1 2021-03-09 15:39:42 -08:00
R. RyanTM b7910e7fee matterircd: 0.20.0 -> 0.22.0 2021-02-25 22:51:10 -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
R. RyanTM fc80beece7 matterircd: 0.19.4 -> 0.20.0 2020-09-05 07:14:05 +00:00
wucke13 9ce2c3804a mattermost: 5.25.0 -> 5.25.3 2020-08-18 12:29:34 +02:00
Ali Abrar 00e56c1d53 mattermost: 5.15.0 -> 5.25.0 2020-07-17 13:46:55 -04:00
R. RyanTM fc9ddd85c4 matterircd: 0.18.2 -> 0.19.4 2020-06-17 12:04:36 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jeff Slight 036bf4982a mattermost: 5.9.0 -> 5.15.0 2019-09-19 12:58:13 -07:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +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
Franz Pletz 518133f1f4
mattermost: 5.7.1 -> 5.9.0 2019-04-03 05:25:56 +02:00
Jeff Slight c5419d6f3f mattermost: 5.4.0 -> 5.7.1 2019-02-08 14:26:37 -08:00
Jeff Slight 321b3a224f mattermost: 5.3.0 -> 5.4.0 2018-10-18 17:34:43 -07:00
Jeff Slight 06eeeed171 mattermost: 5.1.0 -> 5.3.0 2018-09-17 13:01:12 -07:00
Ryan Mulligan b244d92f33 mattermost: 5.0.0 -> 5.1.0 2018-07-19 09:21:30 -07:00
Franz Pletz 1638d91d7a
matterircd: 0.16.5 -> 0.18.2 2018-07-15 21:41:45 +02:00
Ryan Mulligan b83152c135 mattermost: 4.10.0 -> 5.0.0 2018-06-19 17:12:13 -07:00
Ryan Mulligan e76711fe9d mattermost: 4.8.0 -> 4.10.0 2018-05-16 11:50:15 -07:00
Franz Pletz 7dee8ab568
matterircd: 0.12.0 -> 0.16.5 2018-03-22 01:05:30 +01:00
Ryan Mulligan aa02248781 mattermost: 4.7.2 -> 4.8.0 2018-03-16 15:06:01 -07:00
Ryan Mulligan ac782ae4e0 mattermost: add build number 2018-02-23 13:26:31 -08:00
Ryan Mulligan 2267553271 mattermost: 4.7.0 -> 4.7.2 2018-02-23 15:41:13 +00:00
Ryan Mulligan 8023dc9cf5 mattermost: 4.6.0 -> 4.7.0 2018-02-16 09:14:53 -08:00
Ryan Mulligan 684fec002a mattermost: 4.4.1 -> 4.6.0 2018-01-19 09:55:58 -08:00
Ryan Mulligan 6cd89c7d8b mattermost: add ryantm as maintainer 2017-11-17 21:07:21 -08:00
Ryan Mulligan f692a2d756 mattermost: 4.4.0 -> 4.4.1 2017-11-17 21:05:02 -08:00
Ryan Mulligan 8ac31ff4da mattermost: 4.3.0 -> 4.4.0 2017-11-16 10:00:29 -08:00
Ryan Mulligan a140a490d9 mattermost: 4.2.0 -> 4.3.0 2017-11-05 13:53:50 -08:00
Jörg Thalheim ec2f834fb1 mattermost: build from source
at least the go part
2017-11-05 13:53:50 -08:00
Ryan Mulligan 78d702f580 nixos/mattermost: 4.1.0 -> 4.2.0 2017-11-05 13:53:50 -08:00
Franz Pletz 05b1e514bc
matterircd: 0.11.4 -> 0.12.0
This version is compatible with our current Mattermost.
2017-09-18 21:52:06 +02:00
Ryan Mulligan 65ee687439 mattermost: 3.8.2 -> 4.1.0 2017-09-05 13:27:15 -07:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Franz Pletz 482f9862e5
matterircd: 0.11.3 -> 0.11.4 2017-05-14 22:47:24 +02:00
Franz Pletz 2b0a2e6765
matterircd: 0.11.2 -> 0.11.3 2017-05-08 09:18:32 +02:00
Franz Pletz 77f500ffd1
mattermost: 3.6.2 -> 3.8.2 2017-05-08 09:18:32 +02:00
Franz Pletz 9973f490f2
matterircd: 0.9.0 -> 0.11.2 2017-02-11 04:53:56 +01:00
Franz Pletz 56153133d1
mattermost: 3.3.0 -> 3.6.2 2017-02-11 04:53:56 +01:00
Franz Pletz d2840f94f4 matterircd: init at 0.9.0 2016-08-15 03:31:36 +02:00
Franz Pletz 34bb3a193f mattermost: init at 3.3.0 2016-08-15 03:31:36 +02:00