Commit graph

17 commits

Author SHA1 Message Date
Harsh Shandilya 461ec91fc9
scrcpy: 1.17 -> 1.18 2021-06-28 13:58:56 +05:30
Bruno Bigras f4bb171ca7 scrcpy: 1.16 -> 1.17 2021-01-21 04:03:48 -05:00
Jörg Thalheim efd2438614
Merge pull request #100640 from colemickens/scrcpy
scrcpy: 0.15.1 -> 0.16
2021-01-18 18:36:02 +00: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
Cole Mickens ce07d2a839
scrcpy: 0.15.1 -> 0.16 2020-11-22 15:48:08 -08:00
Vladyslav M 9344a17735 scrcpy: 1.14 -> 1.15.1 2020-08-09 11:12:27 -07:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Vladyslav M c1418b460d
scrcpy: 1.13 -> 1.14 2020-05-27 22:28:37 +03:00
Samuel Dionne-Riel 1a3c3b819b scrcpy: 1.12.1 -> 1.13 2020-04-29 19:48:57 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
fuwa 4303aa9fb6 scrcpy: 1.10 -> 1.12.1 2019-12-20 09:55:14 +01:00
Vladyslav M e5d8f76616
scrcpy: 1.8 -> 1.10 2019-08-24 16:39:42 +03:00
Vladyslav M 1f68bc4b3f
scrcpy: 1.5 -> 1.8 2019-03-28 17:31:26 +02:00
Sander van der Burg 53550c826d Port packages with Android dependencies to new androidenv 2018-12-18 21:16:06 +01:00
Tom Bereknyei b17eaa3aa9 scrcpy: 1.3 -> 1.5 2018-12-06 21:27:45 -05:00
Andreas Baldeau 1d44491fac scrcpy: 1.2 -> 1.3 2018-09-15 23:38:32 +02:00
Luke Adams 06b429062f scrcpy: init at v1.2 2018-07-31 21:56:11 -05:00