Commit graph

7488 commits

Author SHA1 Message Date
Raphael Das Gupta 41aef772bb
josm: 15806 -> 15937 2020-02-28 23:29:49 +01:00
Michael Weiss 9b0defc765
jekyll: Update the dependencies (security, CVE-2020-7595)
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1992
2020-02-28 21:21:16 +01:00
Michael Weiss a0d61c0135
gollum: Update the dependencies (security, CVE-2020-7595)
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1992
2020-02-28 21:21:16 +01:00
Marc 'risson' Schmitt 3d0626f950
yubioath-desktop: 4.3.6 -> 5.0.2 2020-02-27 07:28:46 +01:00
Mario Rodas d032f5a8d2
pastel: 0.6.1 -> 0.7.0
Changelog: https://github.com/sharkdp/pastel/releases/tag/v0.7.0
2020-02-25 20:23:21 -05:00
Lancelot SIX 563b480b6f
Merge pull request #80155 from r-ryantm/auto-update/blender
blender: 2.81a -> 2.82
2020-02-25 16:33:06 +01:00
Sergey Lukjanov 4928d8ca89
hugo: 0.65.1 -> 0.65.3 (#80965) 2020-02-24 11:26:01 -10:00
R. RyanTM c8c9d617fb calibre: 4.8.0 -> 4.11.2 2020-02-23 13:45:45 -08:00
Jonathan Ringer f128322912 lutris.chrootenv: add libbsd 2020-02-23 11:52:31 -08:00
Gabriel Ebner 128c99978d blender: enable alembic 2020-02-23 12:10:53 +01:00
Vincent Breitmoser bd91cacadf etesync-dav: init at 0.14.2 2020-02-22 11:15:39 -08:00
Joachim F 477ccd0e73
Merge pull request #80731 from emmanuelrosa/electrum-qdarkstyle-fix
electrum: remove qdarkstyle<2.7 restriction
2020-02-21 15:16:36 +00:00
Emmanuel Rosa 99931d3bba electrum: remove qdarkstyle<2.7 restriction 2020-02-21 20:34:32 +07:00
Mario Rodas c850e9ef7f
Merge pull request #80646 from Frostman/hugo-0.65.1
hugo: 0.64.1 -> 0.65.1
2020-02-20 22:07:52 -05:00
Lancelot SIX f1bc81f0b8
Merge pull request #80613 from r-ryantm/auto-update/lyx
lyx: 2.3.4 -> 2.3.4.3
2020-02-20 21:13:32 +01:00
koral d57c05acd1 mps-youtube: 0.2.8 -> unstable-2020-01-28
Also move derivation from python-packages to all-packages,
as this is a standalone application.
2020-02-20 09:17:50 -08:00
Sergey Lukjanov 7dd1b77ee2 hugo: 0.64.1 -> 0.65.1 2020-02-20 07:29:56 -08:00
Graham Christensen a905deb826
alacritty: Correct xdg-open behavior 2020-02-20 08:12:47 -05:00
R. RyanTM 37a0429f75 lyx: 2.3.4 -> 2.3.4.3 2020-02-20 08:46:07 +00:00
Maximilian Bosch 3c0b262cee
Merge pull request #80417 from Ma27/fix-waybar
waybar: 0.9.0 -> 0.9.1, fix build
2020-02-20 01:50:44 +01:00
Luflosi 2a15e3ba75
kitty: better fix for build error
Without the `no-werror.patch`, the compilation would fail with the following warning:
```
clang-7: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
```
To fix this, the compiler command line options `-pedantic-errors` and `-Werror` were patched out of the build script so that the warning would not become an error and stop the build. This is not ideal as this piece of code is changed fairly frequently, which requires fixing the patch. In the next kitty version the patch would need to be fixed again.
A better alternative is to just not pass `-fno-strict-overflow` to the compiler. This is done by disabling the `strictoverflow` hardening feature.
2020-02-19 17:28:46 +01:00
Mario Rodas c2e10f2473
Merge pull request #80411 from dywedir/zola
zola: 0.9.0 -> 0.10.0
2020-02-19 08:33:09 -05:00
Vladyslav M 7b04af1b89
zola: 0.9.0 -> 0.10.0 2020-02-19 08:00:03 +02:00
Maximilian Bosch 89e2a43300
waybar: 0.9.0 -> 0.9.1, fix build
ZHF: #80379
https://hydra.nixos.org/build/113067187
2020-02-18 13:40:17 +01:00
Rakesh Gupta 50593c6f1e Added additional dependency boto3, needed for s3 cache support 2020-02-18 00:08:54 -08:00
Imran Hossain 2599fd06a2 todoist-electron: init at 1.19 2020-02-17 15:44:48 -08:00
Lancelot SIX 9992702e4b
Merge pull request #80349 from jojosch/dbeaver_6.3.5
dbeaver: 6.3.4 -> 6.3.5
2020-02-17 21:44:50 +01:00
Kim Lindberger a2f3ec7a60
synergy: Build application bundle on Darwin + other fixes (#80354)
Includes the following fixes for Darwin:
- Build an application bundle
- Don't install the .desktop file and icons
- Get rid of unused cmake variables
- Don't list avahi as a dependency, since it's not used
2020-02-17 14:41:43 -05:00
Johannes Schleifenbaum dfd86fc882
dbeaver: 6.3.4 -> 6.3.5 2020-02-17 12:56:16 +01:00
Benjamin Hipple 5ef4af7afc
doomseeker: add qt wrapper, cleanup (#79794)
This avoids using NIX_CFLAGS_COMPILE by switching to hardeningDisable.
The hack is also only needed for darwin sources and is not specific to
clang.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-17 04:50:44 -05:00
Nikolay Korotkiy 7855afeef7 mbutil: init at 0.3.0 2020-02-16 19:41:02 -08:00
Benjamin Hipple 93aadd5f4a todiff: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:40:35 -05:00
Benjamin Hipple bb2cb2d5e2 pastel: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 08:39:34 -08:00
Benjamin Hipple 5434a66f91 taizen: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 08:39:02 -08:00
Benjamin Hipple 731c793fed rsclock: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 08:38:33 -08:00
Daniel Schaefer 59f40350f2
Merge pull request #80256 from bhipple/u/rust-cargo-alacritty
alacritty: upgrade cargo fetcher and cargoSha256
2020-02-16 13:45:11 +01:00
Jon 1df3c86f2e
moolticute: 0.30.8 -> 0.42.32-testing (#80222) 2020-02-16 12:23:57 +02:00
Benjamin Hipple 1f03a3434f alacritty: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 03:53:12 -05:00
Daniel Schaefer e7e1b26ec9
Merge pull request #80106 from r-ryantm/auto-update/worker
worker: 4.2.0 -> 4.3.0
2020-02-15 23:16:43 +01:00
Daniel Schaefer fea6805e57
Merge pull request #79494 from r-ryantm/auto-update/CopyQ
copyq: 3.9.3 -> 3.10.0
2020-02-15 23:02:21 +01:00
Gabriel Ebner 6d12da3662
Merge pull request #79550 from sikmir/goldendict
goldendict: enable on darwin
2020-02-15 13:34:07 +01:00
Dmitry Kalinkin ac560382c5
blender: fix build on darwin
We don't compile blender with alembic. The linux build is able to detect
that, but this is not done for darwin. This explicitly disables alembic
to fix blender build on darwin.
2020-02-15 06:39:27 -05:00
Ryan Mulligan c933a700c3
Merge pull request #80140 from r-ryantm/auto-update/qdirstat
qdirstat: 1.6 -> 1.6.1
2020-02-14 20:42:58 -08:00
R. RyanTM 8a2c2e48b4 blender: 2.81a -> 2.82 2020-02-15 01:46:17 +00:00
Kim Lindberger 29c5035e0f
synergy: 1.8.8 -> 1.11.0 (#80138)
This gets rid of a few patches that aren't needed any more, adds one
to make the tests work again and updates the MacOS patch. It also
introduces two builds - one with the Qt application and one without.

The patch to get the tests working will be submitted upstream and
hopefully not be needed for future releases.
2020-02-14 19:39:47 -05:00
Gabriel Ebner b39175b9b9
Merge pull request #80057 from WhittlesJr/octoprint-plugins
Update and add some Octoprint plugins
2020-02-14 23:10:04 +01:00
Vladyslav M 212fa68f0a
Merge pull request #79991 from sikmir/gpxsee
gpxsee: 7.20 -> 7.22
2020-02-14 23:05:18 +02:00
R. RyanTM 12ea3571ea qdirstat: 1.6 -> 1.6.1 2020-02-14 21:01:24 +00:00
R. RyanTM 40556c9617 worker: 4.2.0 -> 4.3.0 2020-02-14 09:45:51 +00:00
Michele Guerini Rocco 30bc29280a
Merge pull request #80089 from ivanbrennan/urxvt-perls-update
rxvt-unicode-plugins.perls: 2.2 -> 2.3
2020-02-14 10:29:39 +01:00