Commit Graph

14 Commits

Author SHA1 Message Date
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
R. Ryantm
e3be178662 swagger-codegen: 2.4.34 -> 2.4.38 2023-12-30 15:54:44 +00:00
R. Ryantm
ac8b199862 swagger-codegen: 2.4.31 -> 2.4.34 2023-10-20 00:50:33 +00:00
R. Ryantm
3542a6c628 swagger-codegen: 2.4.19 -> 2.4.31 2023-04-05 03:10:44 +00: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
Alyssa Ross
02dfbde639
treewide: use mirror URLs where available
Candidates identified with

	git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
		grep -v nixos.org | grep :// | cut -d '"' -f 2)"

and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
1000101
e1980bb876 swagger-codegen: do not override phases 2021-04-19 10:56:52 +02:00
Raymond Gauthier
e84ca7d852 swagger-codegen: 2.4.17 -> 2.4.19 2021-03-24 20:28:00 -04: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
Bouke van der Bijl
2facfb8949 swagger-codegen: 2.3.1 -> 2.4.17 2020-12-09 12:17:32 +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
Ryan Mulligan
18a37ae6c1 swagger-codegen: 2.2.1 -> 2.3.1
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/x901ajf5y7i8xg81lnngw7p9fwyn73da-swagger-codegen-2.3.1/bin/swagger-codegen help` got 0 exit code
- ran `/nix/store/x901ajf5y7i8xg81lnngw7p9fwyn73da-swagger-codegen-2.3.1/bin/swagger-codegen version` and found version 2.3.1
- found 2.3.1 with grep in /nix/store/x901ajf5y7i8xg81lnngw7p9fwyn73da-swagger-codegen-2.3.1
- found 2.3.1 in filename of file in /nix/store/x901ajf5y7i8xg81lnngw7p9fwyn73da-swagger-codegen-2.3.1

cc "@jraygauthier"
2018-02-28 20:34:59 +00:00
Raymond Gauthier
b23ff3e8b5 swagger-codegen: Init at 2.2.1 2017-12-04 18:30:32 -05:00