Commit graph

14 commits

Author SHA1 Message Date
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
R. RyanTM fc9ddd85c4 matterircd: 0.18.2 -> 0.19.4 2020-06-17 12:04:36 -07: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 1638d91d7a
matterircd: 0.16.5 -> 0.18.2 2018-07-15 21:41:45 +02:00
Franz Pletz 7dee8ab568
matterircd: 0.12.0 -> 0.16.5 2018-03-22 01:05:30 +01: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
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 9973f490f2
matterircd: 0.9.0 -> 0.11.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