R. Ryantm
ad287cd301
scaleway-cli: 2.26.0 -> 2.27.0
2024-02-19 22:36:14 +00:00
kashw2
9f46de92e8
scaleway-cli: added kashw2
as a maintainer
2023-12-24 07:25:23 +10:00
kashw2
da84afe312
scaleway-cli: configured installCheckPhase
2023-12-24 07:25:11 +10:00
kashw2
6a64808fc8
scaleway-cli: re-enabled checkPhase
2023-12-24 07:25:11 +10:00
kashw2
4b41bb45ca
scaleway-cli: 2.25.0 -> 2.26.0
2023-12-24 07:25:11 +10:00
R. Ryantm
46190c2658
scaleway-cli: 2.24.0 -> 2.25.0
2023-12-03 11:12:57 +00:00
techknowlogick
3acb66812f
scaleway-cli: 2.21.0 -> 2.24.0
...
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.21.0...v2.24.0
2023-10-23 23:45:46 -04:00
techknowlogick
d94a29b4ae
scaleway-cli: 2.20.0 -> 2.21.0
...
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.20.0...v2.21.0
2023-09-14 13:15:50 -04:00
R. Ryantm
8db3046435
scaleway-cli: 2.19.0 -> 2.20.0
2023-09-08 03:48:24 +00:00
R. Ryantm
88582f8f97
scaleway-cli: 2.18.0 -> 2.19.0
2023-08-06 08:06:41 +00:00
R. Ryantm
d914f16b33
scaleway-cli: 2.17.0 -> 2.18.0
2023-07-17 10:57:09 +00:00
techknowlogick
1bb7ce387b
scaleway-cli: 2.16.1 -> 2.17.0
...
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.16.1...v2.17.0
2023-07-04 22:13:51 -04:00
Mario Rodas
151d8300bf
scaleway-cli: 2.16.0 -> 2.16.1
...
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.16.0...v2.16.1
2023-06-14 01:17:00 +00:00
R. Ryantm
ad1cd54cfe
scaleway-cli: 2.15.0 -> 2.16.0
2023-06-14 01:16:57 +00:00
techknowlogick
825e96f383
scaleway-cli: 2.14.0 -> 2.15.0
...
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.14.0...v2.15.0
2023-06-02 15:27:30 -04:00
R. Ryantm
cfe74e5102
scaleway-cli: 2.13.0 -> 2.14.0
2023-04-21 19:02:41 +00:00
R. Ryantm
0e3d87beb5
scaleway-cli: 2.12.0 -> 2.13.0
2023-03-25 04:04:33 +00:00
techknowlogick
96e0812048
scaleway-cli: 2.11.1 -> 2.12.0
...
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.11.1...v2.12.0
2023-03-08 14:33:26 -05:00
techknowlogick
c4c0670af1
scaleway-cli: 2.10.0 -> 2.11.1
...
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.10.0...v2.11.0
2023-02-22 11:23:21 -05:00
techknowlogick
f7ccfb9191
scaleway-cli: 2.9.0 -> 2.10.0 ( #212458 )
...
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.9.0...v2.10.0
2023-01-24 22:36:34 +00:00
R. Ryantm
967d6520d4
scaleway-cli: 2.8.0 -> 2.9.0
2023-01-19 03:04:09 +00:00
techknowlogick
5d67071b1a
scaleway-cli: 2.7.0 -> 2.8.0 ( #209071 )
2023-01-06 09:49:59 +00:00
techknowlogick
42300ecf83
scaleway-cli: 2.6.2 -> 2.7.0
...
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.6.2...v2.7.0
2022-12-07 10:58:37 -05:00
techknowlogick
5b5ed0d9a4
scaleway-cli: 2.6.1 -> 2.6.2
2022-11-07 11:36:03 -05:00
techknowlogick
22c53756ff
scaleway-cli: 2.6.0 -> 2.6.1
2022-10-21 23:23:09 -04:00
R. Ryantm
b16af369a7
scaleway-cli: 2.5.6 -> 2.6.0
2022-09-22 19:13:42 +00:00
R. RyanTM
9418abf075
scaleway-cli: 2.5.1 -> 2.5.6 ( #183830 )
2022-08-24 12:06:57 +02:00
techknowlogick
38d5d60ddd
scaleway-cli: add ldflags details
2022-04-29 09:25:02 -05:00
R. Ryantm
8f6854ac15
scaleway-cli: 2.4.0 -> 2.5.1
2022-04-09 19:08:52 +00:00
zowoq
97b4196fbc
scaleway-cli: update vendorSha256
2022-02-01 12:35:44 +10:00
deltadelta
f01e912599
scaleway-cli: 1.20 -> 2.4.0
...
Use buildGoModule instead of buildGoPackage because newer version is a module.
2021-12-03 18:21:03 -08: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
zowoq
a83a88db05
buildGoPackage: remove platform.all from packages
2020-08-15 19:34:47 -07:00
1000101
277bbb8efe
formatting: fix missing leading whitespace
2020-06-08 09:37:17 +02:00
Colin
4007ceb6af
treewide get rid of go 1.12 ( #83253 )
...
* treewide Drop unneeded go 1.12 overrides
* Fix packr to be go module compatible.
I updated to version 2.8.0 which is the latest on master.
Then due to the 2 different sets of go modules which are used, I split
the build into two different derivations, then merged them togethor
using symlinkJoin to have the same output structure as the existing derivation.
* Remove consul dependency on go1.12
I updated the consul version to 1.7.2 and flipped it to building using
modules.
* Remove go1.12 from perkeep.
Update the version to the latest unstable on master.
* Update scaleway-cli to not be pinned to go1.12
Switched the version to 1.20
* Update prometheus-varnish-exporter to not depend on go1.12
* Update lnd to build with go1.12
Updated the version
Forced only building subpackages with main to prevent panics over
multiple modules in one repo
* Remove go1.12 from openshift
Had to update the version to 4.1.0 and do a bit of munging to get this
to work
* Remove go1.12 completely.
These are no longer needed.
* Update bazel-watcher and make it build with go 1.14
2020-04-28 20:16:20 -04: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
brocking
10a6ab75a8
scaleway-cli: 1.14 -> 1.17
2018-09-14 12:15:56 +01:00
Nick Hu
fcd8950520
scaleway-cli: init at v1.14
2017-08-22 14:26:47 +01:00