R. Ryantm
f10b0f785f
rambox: 2.2.2 -> 2.2.3
2023-12-10 12:20:03 +00:00
R. Ryantm
d931fd6e4d
rambox: 2.2.1 -> 2.2.2
2023-11-16 19:16:39 +00:00
Krzysztof Nazarewski
0e1174ccb7
rambox: fix crash on start
...
fixes https://github.com/NixOS/nixpkgs/issues/261988
2023-10-24 21:28:24 +02:00
Krzysztof Nazarewski
1d9e7c314f
rambox: 2.2.0 -> 2.2.1
2023-10-24 21:27:54 +02:00
R. Ryantm
5b670d8362
rambox: 2.1.5 -> 2.2.0
2023-10-18 18:49:40 +00:00
Jon Seager
9bd452d384
rambox: 2.1.3 -> 2.1.5
2023-07-19 10:59:49 +01:00
R. Ryantm
f37c8f521c
rambox: 2.1.2 -> 2.1.3
2023-05-01 02:24:09 +00:00
Jon Seager
0fb16f3f42
rambox: 2.1.0 -> 2.1.2
2023-04-11 13:09:51 +01:00
Jon Seager
9cb17029af
rambox: 2.0.10 -> 2.1.0
2023-02-23 23:42:49 +08:00
R. Ryantm
98ef2f63c2
rambox: 2.0.9 -> 2.0.10
2023-01-31 17:10:34 +00:00
Krzysztof Nazarewski
578bd38b65
rambox: 0.7.9 -> 2.0.9
...
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2022-12-12 15:19:51 +01:00
Artturin
1a634cc057
treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
...
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files
which links the schemas to their correct fhs locations and adds
gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-05-15 05:19:23 +03:00
K900
cb2cfba6f7
treewide: switch all desktop file generators to new API
...
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Christopher A. Williamson
9167342f79
Update cawilliamson maintainer details (chrisaw -> cawilliamson)
2022-01-03 13:03:10 +00:00
Jean-François Roche
76fd780bd1
rambox: 0.7.8 -> 0.7.9
...
Upstream changelog https://github.com/ramboxapp/community-edition/releases/tag/0.7.9
2021-09-29 17:27:03 +02:00
Adomas Jatužis
ff783132f0
rambox: 0.7.7 -> 0.7.8
2021-08-04 13:47:30 +03:00
Maximilian Bosch
e2a15cd395
rambox: unmaintain & mark as insecure
...
Rambox hasn't had a stable release in a while and an increasing number
of issues which is why I don't intend to use this anymore.
While taking a closer look at the source I also realized that it uses
Electron 7.2.4[1]. This is not only EOLed[2], it also contains a few
security vulnerabilities which is why I decided to mark it as insecure.
A few (most likely not all) vulnerabilities can be found by looking at
the Electron 7 changelog[3]: after 7.2.4 there were a few more releases
with security backports - mostly from Chromium. Security issues that
were found later on (and are probably exploitable on the dependency
chain of rambox) aren't listed here. I only added two issues that seemed
applicable to `rambox`, but I haven't researched enough to check the
other ones.
[1] https://github.com/ramboxapp/community-edition/blob/0.7.7/package.json#L70
[2] https://www.electronjs.org/docs/tutorial/support#currently-supported-versions
[3] https://www.electronjs.org/releases/stable?version=7
2021-06-05 13:13:42 +02:00
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
...
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02:00
Christopher A. Williamson
0e35e02c11
rambox-pro: 1.4.1 → 1.5.0
2021-01-31 23:22:37 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Thiago Kenji Okada
530f90d862
rambox: migrate to use AppImage
...
The motivation comes from PR #108787 : AppImage is the official and
using it should avoid some issues.
Also, migrating both packages (instead of only rambox-pro like #108787 )
can make maintaining both packages better. There is now a `mkRambox`
function that abstract most of the build process.
2021-01-11 15:17:15 -03: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
Kamus Hadenes
950c5e1879
Rambox Pro 1.3.2 > 1.4.1 ( #104997 )
2020-12-28 02:51:09 +01:00
gnidorah
86630c774d
rambox: 0.7.6 -> 0.7.7
2020-10-10 07:30:01 +03:00
gnidorah
cac4080c44
rambox: 0.7.5 -> 0.7.6
2020-09-17 20:15:06 +03:00
Florian Klink
fd4ca19831
rambox: use lib.getLib udev instead of udev.lib
...
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
gnidorah
aa7ebdd885
rambox: use gappsWrapperArgs
2020-07-23 08:04:00 +03:00
Pavol Rusnak
4d6411288c
electron: point electron alias to the latest stable version
...
+ require explicit version of electron in packages
2020-07-20 17:58:55 +02:00
gnidorah
db604c5ab2
rambox: add wrapGAppsHook
2020-07-19 08:02:08 +03:00
R. RyanTM
276c216a22
rambox-pro: 1.3.1 -> 1.3.2
2020-06-06 17:18:55 +00:00
Jörg Thalheim
7182b94bd6
Merge pull request #75269 from cawilliamson/master
...
rambox-pro: fix missing icons, autostart and clean up dir layout
2020-05-20 09:29:20 +01:00
Konrad Borowski
f284354712
rambox: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
c6fbd527d0
rambox-pro: 1.2.2 -> 1.3.1
2020-04-09 11:06:21 -07:00
Maximilian Bosch
c20428ee24
rambox: 0.7.4 -> 0.7.5
...
https://github.com/ramboxapp/community-edition/releases/tag/0.7.5
2020-03-27 00:48:12 +01:00
Maximilian Bosch
70fe2c9e2f
rambox: 0.7.3 -> 0.7.4
...
https://github.com/ramboxapp/community-edition/releases/tag/0.7.4
2020-03-23 18:31:08 +01:00
gnidorah
f5b761175f
rambox: don't build from sources
2020-02-21 18:25:21 +03:00
R. RyanTM
f07fc12703
rambox-pro: 1.2.0 -> 1.2.2
2020-02-06 20:15:35 +01:00
gnidorah
7093ddeaf2
rambox: fix meta
2020-01-15 21:19:29 +03:00
Maximilian Bosch
11dd4ccf9d
rambox: 0.6.9 -> 0.7.3
...
https://github.com/ramboxapp/community-edition/releases/tag/0.7.3
https://github.com/ramboxapp/community-edition/releases/tag/0.7.2
https://github.com/ramboxapp/community-edition/releases/tag/0.7.1
https://github.com/ramboxapp/community-edition/releases/tag/0.7.0
2020-01-03 20:53:49 +01:00
Maximilian Bosch
220fac7f49
rambox: fix hash
2019-12-28 18:26:54 +01:00
zimbatm
727c20f8e1
rambox: fix node_modules sha256
2019-12-27 10:28:29 +01:00
Christopher A. Williamson
ddb43594ff
Fix autostart path
2019-12-08 20:42:36 +00:00
Christopher A. Williamson
2310404c10
rambox-pro: fix missing icons and clean up dir layout
2019-12-08 20:10:25 +00:00
R. RyanTM
4d1f47bc1f
rambox-pro: 1.1.7 -> 1.2.0
2019-11-29 03:57:31 -08:00
R. RyanTM
f7391051b2
rambox-pro: 1.1.6 -> 1.1.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rambox-pro/versions
2019-09-28 18:41:19 -07:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM
db72f5cad3
rambox-pro: 1.1.4 -> 1.1.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rambox-pro/versions
2019-08-20 14:55:29 -07: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