Commit graph

7549 commits

Author SHA1 Message Date
Benjamin Staffin 96c1a2b15e
latte-dock: 0.9.8.1 -> 0.9.9 (#81494) 2020-03-02 14:49:16 -05:00
Maximilian Bosch 4087790cc9
dmenu-wayland: init at 2020-02-28
Although this one isn't feature-complete yet, it fixes the scaling
issues on Wayland I'm experiencing when using `pkgs.dmenu`
through XWayland.
2020-03-02 13:43:40 +01:00
Johannes Schleifenbaum f2468b8342
dbeaver: 6.3.5 -> 7.0.0 2020-03-02 13:32:02 +01:00
R. RyanTM daca529126 latte-dock: 0.9.8.1 -> 0.9.9 2020-03-02 08:51:18 +00:00
Claudio Bley 3a802953bb wtf: 0.25.0 -> 0.27.0 2020-03-02 09:23:01 +01:00
Thibault Gagnaux 655dff2ef0 Corrects comment: build-use-chroot is the same as sandbox. 2020-03-01 19:30:17 +01:00
Thibault Gagnaux 917b088490 iterm2: 3.0.14 -> 3.3.9 & fix build 2020-03-01 15:53:39 +01:00
Tadeo Kondrak 200473b225 wofi: 1.0 -> 1.1 2020-02-29 17:28:05 -08:00
Dmitry Kalinkin 27578856bf
blender: fix enableNumpy option, enable it unconditionally
Workarounds https://developer.blender.org/T74304

Audaspace requires numpy, we already have to provide numpy
unconditionally via PYTHON_NUMPY_PATH.
2020-02-29 14:19:11 -05:00
Benjamin Hipple 02115d3fa1 pueue: upgrade cargo fetcher and cargoSha256 2020-02-29 10:38:32 -05:00
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
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
ivanbrennan 73b22c4096
rxvt-unicode-plugins.perls: deprecated plugins
While the clipboard and url-select plugins have been deprecated, it's
likely there are still many users expecting them to exist, so continue
to provide them.

https://github.com/muennich/urxvt-perls/blob/master/deprecated/README.md
2020-02-13 23:44:30 -05:00
ivanbrennan 0e69b50b60
rxvt-unicode-plugins.perls: 2.2 -> 2.3
This upgrade brings a new option to the keyboard-select plugin:

  URxvt.keyboard-select.clipboard: If true, copy to clipboard too

and removes the now deprecated clipboard and url-select plugins. The
reasons for deprecating these two plugins are described at:
https://github.com/muennich/urxvt-perls/blob/master/deprecated/README.md
2020-02-13 23:34:45 -05:00
Alex Whitt 61a637aa64 Octoprint-SimpleEmergencyStop: init at 0.2.5 2020-02-13 15:58:50 -05:00
Alex Whitt 37e6afd799 Octoprint-GcodeEditor: init at 0.2.6 2020-02-13 15:58:33 -05:00
Alex Whitt 5e0ae51052 Octoprint-ABL_Expert: init at 2019-12-21 2020-02-13 15:58:17 -05:00
Alex Whitt dba13a032c Octoprint-PrintTimeGenius: 2.0.2 -> 2.2.1 2020-02-13 15:58:04 -05:00
Nikolay Korotkiy 1ac4319bcc qlandkartegt: fix broken download links 2020-02-13 08:34:37 -08:00
rnhmjoj 91f81e84de
rxvt-unicode/vtwheel: use new package name for rxvt-unicode 2020-02-13 09:38:16 +01:00
Nikolay Korotkiy e34a0fa668
gpxsee: 7.20 -> 7.22 2020-02-13 10:23:37 +03:00
Nikolay Korotkiy 217b221eab
goldendict: enable on darwin 2020-02-13 10:09:36 +03:00
R. RyanTM 036a1b2755
latte-dock: 0.9.7 -> 0.9.8.1 (#79533) 2020-02-12 17:16:37 -05:00
Marek Mahut 6709eabe51
Merge pull request #79901 from sikmir/nnn
nnn: 2.9 -> 3.0
2020-02-12 14:32:46 +01:00
Jan Tojnar 9fb6c2b6d5
Merge pull request #79764 from r-ryantm/auto-update/udiskie
udiskie: 1.7.7 -> 2.1.0
2020-02-12 12:35:52 +01:00
Nikolay Korotkiy b2d4c9d216
nnn: 2.9 -> 3.0 2020-02-12 09:32:20 +03:00
Milan Pässler 7fbc860d72 tipp10: init at 3.1.0 2020-02-11 17:36:22 +01:00
R. RyanTM 5dc70e89c4 hugo: 0.64.0 -> 0.64.1 2020-02-11 09:10:51 +00:00
R. RyanTM 42f1cab9c8 udiskie: 1.7.7 -> 2.1.0 2020-02-10 20:15:56 +00:00
volth f1541d185d far2l: fix .desktop file 2020-02-10 20:40:46 +01:00
volth 047095f89f far2l: 2018-07-19 -> 2019-12-14 2020-02-10 20:40:46 +01:00
Linus Heckemann 8f30b3e83e kanboard: 1.2.12 -> 1.2.13
Add self to maintainers
2020-02-10 20:22:46 +01:00
Nikolay Korotkiy 07655cd724 lsd2dsl: 0.4.1 -> 0.5.1 2020-02-10 20:01:14 +01:00
Nikolay Korotkiy ec85f51603 tippecanoe: 1.34.3 -> 1.35.0 2020-02-10 19:53:57 +01:00
Michele Guerini Rocco 565724c775
Merge pull request #77347 from rnhmjoj/urxvt
rxvt-unicode: rewrite plugin system
2020-02-10 17:21:59 +01:00
R. RyanTM c717844ff7 jgmenu: 4.0 -> 4.0.2 2020-02-10 13:22:57 +01:00
chamatht 16fe603750 calibre: switch to qtwebengine to fix 4.x (#79608) 2020-02-10 01:26:32 -05:00
R. RyanTM bf49dc75c7 syncthingtray: 0.10.5 -> 0.10.6 2020-02-09 16:52:53 +01:00
Frederik Rietdijk 3846896084 Merge pull request #79293 from NixOS/staging-next
Staging next (with glibc 2.30)
2020-02-09 16:40:16 +01:00
Piotr Bogdan 1f775c59b7 gmtp: remove pbogdan from maintainers 2020-02-09 09:49:47 +00:00
Frederik Rietdijk 03755ed59a Merge master into staging-next 2020-02-09 09:17:51 +01:00
Mario Rodas 44788c3529
Merge pull request #79507 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.12.2 -> 1.12.3
2020-02-08 06:11:38 -05:00
Peter Simons 68e753d0d9
Merge pull request #79517 from r-ryantm/auto-update/grip
grip: 4.0.1 -> 4.1.0
2020-02-08 10:20:05 +01:00
R. RyanTM 9e1d9e95a9 grip: 4.0.1 -> 4.1.0 2020-02-08 08:53:40 +00:00
R. RyanTM 0c1d4a13e6 gallery-dl: 1.12.2 -> 1.12.3 2020-02-08 06:42:53 +00:00
Ryan Mulligan 27c3d36741
Merge pull request #79408 from r-ryantm/auto-update/bleachbit
bleachbit: 3.0 -> 3.2.0
2020-02-07 19:46:57 -08:00
R. RyanTM 825f7cda3f copyq: 3.9.3 -> 3.10.0 2020-02-08 02:03:06 +00:00
Ryan Mulligan cd67f9f2e5
Merge pull request #79414 from r-ryantm/auto-update/cherrytree
cherrytree: 0.38.10 -> 0.38.11
2020-02-07 14:04:18 -08:00
Ryan Mulligan ddafe89068
Merge pull request #79465 from r-ryantm/auto-update/pdfsam-basic
pdfsam-basic: 4.0.5 -> 4.1.1
2020-02-07 12:26:56 -08:00
Frederik Rietdijk 30f0909e3a Merge master into staging-next 2020-02-07 19:27:52 +01:00
R. RyanTM bed41f5ad6 pdfsam-basic: 4.0.5 -> 4.1.1 2020-02-07 17:14:21 +00:00