jfvillablanca
1f8d608c06
frostwire: 6.9.8 -> 6.13.3
...
https://github.com/frostwire/frostwire/releases/tag/frostwire-desktop-6.13.3-build-322
2024-10-10 19:33:35 +08:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Bobby Rong
b83b1763a6
Merge pull request #174673 from r-ryantm/auto-update/frostwire
...
frostwire-bin: 6.9.7 -> 6.9.8
2022-06-24 12:34:31 +08:00
Robert Scott
466c2e342a
treewide/applications: add sourceType
binaryNativeCode
for many packages
2022-06-23 18:38:19 +01: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
R. Ryantm
c41b541b22
frostwire-bin: 6.9.7 -> 6.9.8
2022-05-26 04:54:44 +00:00
R. RyanTM
a1dfddfdef
frostwire-bin: 6.9.5 -> 6.9.7
...
* frostwire-bin: 6.9.5 -> 6.9.7 (#161951 )
* frostwire-bin: properly use nixpkgs JRE
and update meta.license according to https://www.frostwire.com/eula
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-03-02 00:15:14 +01:00
R. Ryantm
fc6086237a
frostwire-bin: 6.9.4 -> 6.9.5
2021-12-11 02:31:37 +00:00
Sandro
bfa5320d84
Merge pull request #133070 from SuperSandro2000/frostwire-bin
...
frostwire: remove extra with lib
2021-08-08 03:03:47 +02:00
Sandro Jäckel
913f76c9d9
frostwire: remove extra with lib
2021-08-08 02:27:29 +02:00
R. RyanTM
07f30b4b13
frostwire-bin: 6.8.9 -> 6.9.4
2021-08-07 21:11:53 +00:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +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
R. RyanTM
7e9c758f4b
frostwire-bin: 6.8.8 -> 6.8.9
2020-12-17 07:52:06 +01:00
R. RyanTM
d0f04c7c82
frostwire-bin: 6.8.7 -> 6.8.8
2020-11-27 19:05:47 +00:00
R. RyanTM
417457fd35
frostwire-bin: 6.8.5 -> 6.8.7
2020-11-01 17:17:22 -08:00
R. RyanTM
2dd62f1f97
frostwire-bin: 6.8.4 -> 6.8.5
2020-08-15 15:21:03 -07:00
R. RyanTM
08c0568cd9
frostwire-bin: 6.8.3 -> 6.8.4
2020-03-14 14:27:20 +01:00
R. RyanTM
9ee70815f1
frostwire-bin: 6.7.4 -> 6.8.3
2020-02-09 09:54:10 +01:00
Franz Pletz
d1fa6eae3f
frostwire-bin: fix src hash
2019-12-27 03:48:20 +01:00
Franz Pletz
6b10b78872
Merge remote-tracking branch 'origin/master' into gcc-9
2019-11-03 14:44:12 +01:00
Franz Pletz
d954e8a223
frostwire-bin: fix download url
2019-11-03 14:43:42 +01:00
Marek Mahut
569611ff22
Revert "frostwire-bin: 6.7.4 -> 6.8.3"
2019-11-02 11:00:31 +01:00
Marek Mahut
af79a9f50b
frostwire-bin: 6.8.1 -> 6.8.3
2019-11-01 09:39:50 +01:00
Marek Mahut
382495c839
Merge branch 'master' into auto-update/frostwire
2019-11-01 09:36:05 +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
Marek Mahut
c17719ef6d
frostwire-bin: 6.7.9 -> 6.8.1
2019-08-10 15:11:52 +02:00
Renaud
cd8f0ec4f6
frostwire-bin: set additional classpath
2019-05-21 19:51:06 +02:00
R. RyanTM
c36891f1b5
frostwire-bin: 6.7.4 -> 6.7.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/frostwire/versions
2019-05-05 01:05:28 -07:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
R. RyanTM
4b43a79a5a
frostwire-bin: 6.7.2 -> 6.7.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/frostwire/versions
2018-10-15 22:36:28 -07:00
R. RyanTM
86585082ff
frostwire-bin: 6.7.1 -> 6.7.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/frostwire/versions
2018-09-06 22:33:37 -07:00
R. RyanTM
6a5e6bd509
frostwire-bin: 6.7.0 -> 6.7.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/frostwire/versions .
2018-08-17 03:06:22 -07:00
R. RyanTM
6750cb525f
frostwire-bin: 6.6.7 -> 6.7.0 ( #43344 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/frostwire/versions .
2018-07-11 18:29:57 +02: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
volth
2bd46c6b80
frostwire-bin: 6.6.5 -> 6.6.7
2018-05-31 21:34:21 +00:00
R. RyanTM
d4cc20c0cc
frostwire-bin: 6.6.3 -> 6.6.5
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/frostwire/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 6.6.5 with grep in /nix/store/6cgry9k7i6ni9a7axglsm5akmibryimi-frostwire-6.6.5
- directory tree listing: https://gist.github.com/e29014b6db646e0dd934f79b2e387703
2018-04-17 05:07:21 -07:00
volth
5a1da02976
frostwire-bin: update sha256
2018-03-13 09:54:51 +01:00
volth
cedfe31648
frostwire: restore download-and-unpack derivation as frostwire-bin
2018-03-13 09:54:51 +01:00