Caleb Chase
d31e17fa56
sauce-connect: 4.5.4 -> 4.9.1
...
Latest version on Linux is actually 4.9.2, but latest on Mac is 4.9.1,
so only updating to 4.9.1 for consistency between the two.
Also added passthru.updateScript to keep this package up to date in the
future, with associated refactoring to make that possible.
2023-12-08 12:16:33 -06:00
Shawn8901
a59dda942c
treewide: remove global with lib; statements in pkgs/development
2023-01-26 18:31:02 +01:00
Robert Scott
07706c46ca
treewide/development: add sourceType binaryNativeCode for more packages
2022-06-17 19:59:09 +01:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs ( #112302 )
2021-02-20 16:01:53 -05:00
Ben Siraphob
c522fec274
pkgs/development/tools: stdenv.lib -> lib
2021-01-23 20:30:03 +07: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
R. RyanTM
50dacfbaf2
sauce-connect: 4.5.3 -> 4.5.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sauce-connect/versions
2019-08-05 19:51:49 -07:00
R. RyanTM
ef6f912245
sauce-connect: 4.5.1 -> 4.5.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sauce-connect/versions
2019-07-17 09:35:15 +02:00
Mathias Schreck
bda054725b
sauce-connect: 4.4.12 -> 4.5.1 ( #45856 )
2018-09-01 15:36:00 +02:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Frank Böddeker
0657fc210f
sauce-connect: 4.4.8 -> 4.4.12
2018-03-07 17:06:08 +01:00
Mathias Schreck
6589a83a88
sauce-connect: 4.4.7 -> 4.4.8
2017-07-22 12:41:47 +02:00
Radek Benkel
53de56c0cc
sauce-connect: 4.4.2 -> 4.4.7 ( #26893 )
2017-06-27 19:18:35 +01:00
Tobias Pflug
7609b9aaa3
sauce-connect: 4.4.0 -> 4.4.2
2016-12-21 15:04:45 +01:00
Mathias Schreck
7e7a54aba0
sauce-connect: refactor patchPhase instead of reordering phases
2016-09-17 19:49:01 +02:00
Mathias Schreck
50111d5cf4
sauce-connect: 4.3.16 -> 4.4.0
2016-09-17 19:49:01 +02:00
Tobias Geerinckx-Rice
a055152963
sauce-connect: listify phases and run in correct order
...
patchPhase was being run after installPhase, causing patchelf to be
run on the left-behind binary instead of the copy in $out. Fixes:
```
$ .../bin/sc
bash: .../bin/sc: No such file or directory
$ patchelf --print-interpreter .../bin/sc
/lib64/ld-linux-x86-64.so.2
```
2016-06-23 12:13:24 +02:00
Mathias Schreck
9b610e57bb
sauce-connect: 4.3.14 -> 4.3.16
2016-06-23 11:30:07 +02:00
Mathias Schreck
f59b01847b
sauce-connect: 4.3.13 -> 4.3.14
2016-03-18 18:30:10 +01:00
Tobias Pflug
32e751d616
sauce-connect: fix hashes and phases
2016-03-01 21:47:41 +01:00
Tobias Pflug
93aea6eccd
sauce-connect: 4.3.6 -> 4.3.13
2016-02-25 11:54:17 +01:00
Pascal Wittmann
7fd2796e99
Replace 'with plaforms; platform' with 'platforms.platform'
2015-11-17 21:30:43 +01:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice
b2d7f4b1ba
Use common licence attributes from lib/licenses.nix
...
Many (less easily automatically converted) old-style strings
remain.
Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.
Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
Jaka Hudoklin
4150a5eaf7
Add sauce-connect, sauce labs secure tunnel
2015-02-06 20:35:06 +01:00