Ben Siraphob
|
872973d7d1
|
pkgs/servers: stdenv.lib -> lib
|
2021-01-15 14:24:03 +07: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 |
|
WilliButz
|
ce982c26be
|
atlassian-crowd: 4.0.2 -> 4.2.0
https://confluence.atlassian.com/crowd/crowd-4-1-release-notes-1004960631.html
https://confluence.atlassian.com/crowd/crowd-4-2-release-notes-1019381976.html
|
2020-10-22 13:08:03 +02:00 |
|
WilliButz
|
dc0f741db0
|
atlassian-crowd: 3.4.5 -> 4.0.2
|
2020-06-05 14:56:54 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01: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 |
|
Simon Lackerbauer
|
136a1234b6
|
atlassian-crowd: 3.4.4 -> 3.4.5
|
2019-06-12 18:57:37 +02:00 |
|
Simon Lackerbauer
|
301c7a158a
|
atlassian-crowd: 3.4.3 -> 3.4.4
|
2019-05-28 13:50:39 +02:00 |
|
Simon Lackerbauer
|
774a29944e
|
atlassian-crowd: 3.3.4 -> 3.4.3
|
2019-04-08 20:58:02 +02:00 |
|
Simon Lackerbauer
|
373d97527a
|
atlassian-crowd: 3.3.3 -> 3.3.4
(cherry picked from commit 0f24d1a10917cd10906f5d398e3169c8ed44506f)
|
2019-02-27 10:24:36 +01:00 |
|
Robin Gloster
|
89d24aca93
|
atlassian-crowd: 3.2.5 -> 3.3.3
|
2019-01-07 21:54:23 +01:00 |
|
Simon Lackerbauer
|
f05e51abed
|
atlassian-crowd: 3.1.2 -> 3.2.5
|
2018-09-13 19:09:22 +02:00 |
|
Simon Lackerbauer
|
120e93928f
|
crowd: 3.0.1 -> 3.1.2
|
2018-05-24 04:40:47 +02:00 |
|
Franz Pletz
|
0ad1d8939f
|
atlassian-crowd: 2.12.0 -> 3.0.1
|
2017-09-07 22:00:27 +02:00 |
|
Franz Pletz
|
c0a582f4bb
|
atlassian-crowd: 2.11.1 -> 2.12.0
|
2017-06-17 18:48:39 +02:00 |
|
Franz Pletz
|
5b946fdafc
|
atlassian-crowd: 2.10.1 -> 2.11.1
|
2017-03-14 23:08:44 +01:00 |
|
Robin Gloster
|
d8ef63fc73
|
crowd module: fix OpenID server
|
2016-12-29 00:41:42 +01:00 |
|
Franz Pletz
|
8a59ad167e
|
atlassian-crowd: init at 2.10.1
|
2016-10-12 13:17:24 +02:00 |
|