Commit Graph

64 Commits

Author SHA1 Message Date
Sandro
e493e41222
Merge pull request #181726 from Kranzes/mattermost
mattermost: 7.1.0 -> 7.1.1
2022-07-16 23:38:58 +02:00
Ilan Joselevich
69710e00e2 mattermost: 7.1.0 -> 7.1.1 2022-07-16 15:46:30 +03:00
Sandro Jäckel
f533896282
go,goBuildModules: bump default go version to 1.18 2022-07-15 23:50:57 +02:00
Ilan Joselevich
a572925eac mattermost: 7.0.1 -> 7.1.0 2022-07-14 23:42:42 +03:00
Ilan Joselevich
627579b71a mattermost: Don't restrict system types 2022-07-01 23:16:22 +03:00
Ilan Joselevich
c750d48803 mattermost: 7.0.0 -> 7.0.1 2022-06-24 18:24:59 +03:00
Ilan Joselevich
21738df66b mattermost: 6.3.6 -> 7.0.0 2022-06-21 19:06:34 +03:00
Robert Scott
61c35da607 treewide/servers,tools: add sourceType binaryNativeCode for many packages 2022-06-16 20:21:42 +01:00
Aaron Jheng
df82d7c0aa
matterircd: 0.25.0 -> 0.25.1 2022-05-02 04:53:06 +00:00
Morgan Jones
35b456de97 mattermost: 6.3.3 -> 6.3.6 2022-03-30 16:42:30 -06:00
Morgan Jones
4f0170c1e7 mattermost: 6.3.2 -> 6.3.3 2022-02-07 22:29:49 -07:00
zowoq
ab07e12988 treewide: drop unnecessary go_1_17, buildGo117{Module,Package} 2022-02-08 08:09:33 +10:00
Morgan Jones
60f90be844 mattermost: 6.3.1 -> 6.3.2 2022-01-29 18:30:30 -07:00
Morgan Jones
ee4d243452 mattermost: 6.3.0 -> 6.3.1 2022-01-23 17:13:49 -07:00
Morgan Jones
e6415e1dc2 mattermost: 6.2.1 -> 6.3.0 (extended support release) 2022-01-16 22:24:07 -07:00
Morgan Jones
d1c4160076 mattermost: 5.37.5 -> 6.2.1
Add overridable arguments:
- versionSuffix (default: nixpkgs)
- buildDate (default: 1970-01-01)
- storePathAsBuildHash (default: false)
2021-12-31 23:49:00 -05:00
Ryan Mulligan
2c1902f6aa mattermost: 5.37.2 -> 5.37.5 2021-12-14 10:48:02 -08:00
R. Ryantm
da866f83d3 matterircd: 0.24.2 -> 0.25.0 2021-12-07 13:09:36 +00:00
Ryan Mulligan
d52cc3154a mattermost: 5.32.1 -> 5.37.2 2021-10-18 13:13:22 -07:00
zowoq
e6494966dd treewide: buildFlagsArray -> ldflags 2021-08-26 15:43:28 +10:00
R. RyanTM
3a3887673a matterircd: 0.23.1 -> 0.24.2 2021-08-14 15:12:53 +00:00
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