Commit Graph

47 Commits

Author SHA1 Message Date
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
Lorenz Leutgeb
b0ed229aad gradle: Pin pkgs to Gradle 6 that fail with 7 2021-04-14 00:06:02 +02: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01: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
Ryan Mulligan
508ae42a0f treewide: fix redirect URLs 2019-07-10 12:52:51 -07: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
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
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
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00: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
8b984ba61e
frostwire: disable auto-update 2018-05-31 22:10:44 +00:00
volth
2bd46c6b80
frostwire-bin: 6.6.5 -> 6.6.7 2018-05-31 21:34:21 +00:00
volth
75f20c2e3e
frostwire: 6.6.3 -> 6.6.7 2018-05-31 21:33:15 +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
b20fe4a99d frostwire: a stricter regex, just in case 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
volth
0596a7c6d6 frostwire: fixed meta.platforms 2018-03-13 09:54:51 +01:00
volth
a28464cba7 frostwire: 6.4.5 -> 6.6.3-build-253 2018-03-13 09:54:51 +01:00
Jörg Thalheim
9d74fd3e07 frostwire: add java to PATH
fixes #28547
2017-08-27 08:55:04 +01:00
ndowens
6744f3a986 frostwire: 6.0.0 -> 6.4.5 2017-03-03 19:59:56 -06:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Arseniy Seroka
3477bc9a47 fix some hashes 2014-11-30 02:25:41 +03:00
Gavin Rogers
cb68376fcd frostwire: initial working package
This installs from the official frostwire tarball. Similar to the
jdiskreport package. Everything works fine on the systems I've tried.

I've made myself the maintainer.
Also upgraded it to 6.0.0 as it was released stable.
2014-11-04 18:57:01 +00:00