Anthony Roussel
08e2f9caeb
h2: add darwin support
2023-11-15 18:35:56 +01:00
Anthony Roussel
bd0e98160d
h2: add meta.{changelog,mainProgram}
2023-11-15 18:35:56 +01:00
Anthony Roussel
978161f76e
h2: add anthonyroussel to maintainers
2023-11-15 18:35:56 +01:00
Anthony Roussel
209b5b5707
h2: add passthru.updateScript
2023-11-15 18:35:55 +01:00
Anthony Roussel
a132640b2f
h2: 2.2.220 -> 2.2.224
...
https://github.com/h2database/h2database/compare/version-2.2.220...version-2.2.224
2023-11-15 18:35:52 +01:00
Thomas Gerbet
ed04798c4b
h2: 2.1.210 -> 2.2.220
...
Release notes:
https://github.com/h2database/h2database/releases/tag/version-2.2.220
https://github.com/h2database/h2database/releases/tag/version-2.1.214
https://github.com/h2database/h2database/releases/tag/version-2.1.212
2023-07-08 11:50:54 +02:00
Robert Scott
3b6bc4b69c
treewide: set sourceProvenance for packages containing downloaded jars
...
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Harrison Houghton
7c47df46c6
h2: 1.4.199 -> 2.1.210 ( #155436 )
2022-02-02 12:43:55 +01:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Raimon Grau
2a0e6ac554
h2: 1.4.193 -> 1.4.199
2021-01-19 10:05:15 +00:00
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
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
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
2chilled
936e2086e6
h2: init at 1.4.193 ( #21893 )
2017-01-15 14:01:07 +01:00