Commit Graph

8600 Commits

Author SHA1 Message Date
Daniël de Kok 3ef28abf90
Merge pull request #94985 from wedens/tdrop-version-bump
tdrop: 2018-11-13 -> 2020-05-14
2020-08-11 07:55:06 +02:00
Arnout Engelen 44d841f758 inkcut: init at 2.1.1 2020-08-10 12:10:47 -07:00
wedens fedff54be3 tdrop: 2018-11-13 -> 2020-05-14 2020-08-10 22:32:53 +07:00
Daniel Șerbănescu d9e54749cf fslint: init at 2.46 2020-08-10 15:40:07 +02:00
Daniel Șerbănescu e672a65112 gcstar: init at 1.7.2 2020-08-10 15:24:02 +02:00
Mario Rodas 846635396d
Merge pull request #95032 from r-ryantm/auto-update/cheat
cheat: 4.0.2 -> 4.0.3
2020-08-10 06:56:44 -05:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM ed41e153e6 cheat: 4.0.2 -> 4.0.3 2020-08-10 03:56:49 +00:00
Jonathan Ringer 23c9c95ad5
openrgb: 0.2 -> 0.3 2020-08-08 18:11:00 -07:00
afreakk a8a241cd3f
sidequest: 0.10.2 -> 0.10.11 2020-08-08 18:05:37 +02:00
davidak 416b44da64 effitask: init at 1.4.0 2020-08-08 13:59:35 +00:00
Michael Weiss b5eb32289c
gollum: 5.0.1 -> 5.1 2020-08-08 15:09:43 +02:00
Pavol Rusnak 5d22e3ce40 electrum: 3.3.8 -> 4.0.2 2020-08-08 08:10:45 +02:00
Fionera 716cd39e89 qt-video-wlr: init at 2020-08-03 2020-08-08 01:10:40 +02:00
Evils 3012ed98c2 waybar: 0.9.2 -> 0.9.3
and remove libinput as their readme says it was never used
74db69dcb7
2020-08-07 12:49:22 +02:00
Jon f2322d5ce4
Merge pull request #94378 from r-ryantm/auto-update/calibre
calibre: 4.19.0 -> 4.22.0
2020-08-07 00:37:16 -07:00
Lassulus c0583cbf62
Merge pull request #94773 from gnidorah/updates
openxray: 558 -> 730
adlplug, opnplug: 1.0.1 -> 1.0.2
ArchiSteamFarm: 4.2.3.3 -> 4.2.3.6
kmsxx: 2020-02-14 -> 2020-08-04
openjk: 2019-11-29 -> 2020-07-03
opl3bankeditor: 1.5 -> 1.5.1
opn2bankeditor: 1.3-beta -> 1.3
2020-08-06 18:12:43 +02:00
Michael Weiss 4fe5107376
Merge pull request #94565 from primeos/gammastep
gammastep: init at 2.0.1
redshift,redshift-wlr: Fix a file path in postInstall
2020-08-06 12:06:17 +02:00
Michael Weiss 79415b0bf6
gammastep: init at 2.0.1
Note: Since Gammastep is a fork of Redshift the mkRedshift will be
reused as long as they don't diverge too far.
Also: Gammastep should eventually replace redshift-wlr.
2020-08-06 11:58:26 +02:00
Michael Weiss 3f5258b6ab
redshift,redshift-wlr: Fix a file path in postInstall 2020-08-06 11:57:07 +02:00
gnidorah eaf6ef8f00 ArchiSteamFarm: 4.2.3.3 -> 4.2.3.6 2020-08-06 09:26:06 +03:00
R. RyanTM f0913d9aff minder: 1.9.0 -> 1.9.1 2020-08-05 19:43:54 -07:00
Maximilian Bosch 1f01916d50
kitty: remove myself from the maintainer list
I don't use this as terminal emulator anymore and it's
pretty well-maintained by my fellow co-maintainers.
2020-08-05 21:33:12 +02:00
Maximilian Bosch 6a71386895
Merge pull request #94410 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.14.2 -> 1.14.3
2020-08-04 23:08:00 +02:00
Maximilian Bosch 0507ba3b0b
Merge pull request #94650 from jojosch/dbeaver_7.1.4
dbeaver: 7.1.3 -> 7.1.4
2020-08-04 22:40:17 +02:00
Vladimír Čunát 8bbc202208
Merge branch 'master' into staging-next 2020-08-04 21:37:39 +02:00
Martin Weinelt be7913f7dd
Merge pull request #94041 from aszlig/cve-2020-15117
synergy: Add patch to fix CVE-2020-15117
2020-08-04 16:57:23 +02:00
aszlig 9e476fe740
synergy: Add patch to fix CVE-2020-15117
From the description of CVE-2020-15117:

> In Synergy before version 1.12.0, a Synergy server can be crashed by
> receiving a kMsgHelloBack packet with a client name length set to
> 0xffffffff (4294967295) if the servers memory is less than 4 GB. It
> was verified that this issue does not cause a crash through the
> exception handler if the available memory of the Server is more than
> 4GB.

While I personally would consider this a pretty low-priority issue since
Synergy usually is only used in local environment, it's nevertheless
better to patch known issues.

Since the fix is part of version 1.12, which doesn't have a stable
release yet, I'm including the fix as a patch cherry-picked from the
upstream commit.

I originally had the CVE number as a comment prior to the fetchpatch
call in question, but since @mweinelt mentioned that https://broken.sh/
uses the patch file name[1] to match whether the software in question
has been patched, I've removed my initial comment as it would be
redundant.

[1]: https://github.com/andir/nix-vulnerability-scanner/blob/fb63998885462/src/report/nix_patches.rs#L83-L95

Signed-off-by: aszlig <aszlig@nix.build>
Fixes: https://github.com/NixOS/nixpkgs/issues/94007
2020-08-04 16:35:18 +02:00
Martin Weinelt e5fe7c40ec
Merge pull request #94423 from sikmir/josm
josm: 16731 -> 16812
2020-08-04 13:10:19 +02:00
Frederik Rietdijk 26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Johannes Schleifenbaum 4b10448932
dbeaver: 7.1.3 -> 7.1.4 2020-08-04 12:22:10 +02:00
Daniël de Kok b56eb10f89
Merge pull request #94469 from cust0dian/navi-2.7.1
navi: init at 2.7.1
2020-08-04 12:07:45 +02:00
Jörg Thalheim 10649af627
Merge pull request #94085 from xaverh/master
clipmenu: 6.0.1 -> 6.1.0
2020-08-04 08:51:16 +01:00
Silvan Mosberger 396c16113e
Merge pull request #91948 from CheariX/joplin-desktop-1.0.224
joplin-desktop: 1.0.216 -> 1.0.233
2020-08-03 22:13:22 +02:00
Christian Mainka 4ba054ee37 joplin-desktop: 227 -> 233 2020-08-03 12:35:49 +02:00
R. RyanTM b967396ff7 kondo: 0.3 -> 0.4 2020-08-02 04:26:43 +00:00
Serg Nesterov 2ddf5fc2e4
navi: init at 2.7.1 2020-08-01 22:17:55 +03:00
Frederik Rietdijk 50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
Daniël de Kok 42c770dad9
Merge pull request #94339 from r-ryantm/auto-update/batsignal
batsignal: 1.0.0 -> 1.1.2
2020-08-01 17:57:39 +02:00
Xaver Hellauer ce37a2e349
Update default.nix 2020-08-01 12:26:00 +02:00
Kimat Boven cd9286194a alacritty: 0.4.3 -> 0.5.0 2020-08-01 12:09:05 +02:00
Nikolay Korotkiy 5314777613
josm: 16731 -> 16812 2020-08-01 11:30:03 +03:00
R. RyanTM 3c4aeeae5f gallery-dl: 1.14.2 -> 1.14.3 2020-08-01 05:51:37 +00:00
syberant d32743abe0 openjump: 1.3.1 -> 1.15
Also fixes #38452
2020-08-01 06:55:38 +02:00
Jörg Thalheim 1d330c51bb
Merge pull request #94371 from r-ryantm/auto-update/cheat
cheat: 4.0.0 -> 4.0.2
2020-07-31 22:18:54 +01:00
R. RyanTM 386d5c1be1 calibre: 4.19.0 -> 4.22.0 2020-07-31 20:35:48 +00:00
Maximilian Bosch 573988b713
Merge pull request #94351 from r-ryantm/auto-update/blender
blender: 2.83.1 -> 2.83.3
2020-07-31 21:24:51 +02:00
R. RyanTM 870081decf cheat: 4.0.0 -> 4.0.2 2020-07-31 18:52:25 +00:00
Alexander Bantyev 6fb6633c47
Merge pull request #93792 from cab404/photon-utils
SL1ToPhoton: init at 0.1.3
2020-07-31 20:30:29 +03:00
Ryan Mulligan 5799e30813
Merge pull request #94314 from r-ryantm/auto-update/simplenote
simplenote: 1.19.0 -> 1.20.0
2020-07-31 09:44:58 -07:00
R. RyanTM 5891c750ed blender: 2.83.1 -> 2.83.3 2020-07-31 16:07:37 +00:00
R. RyanTM 6745835153 batsignal: 1.0.0 -> 1.1.2 2020-07-31 14:02:25 +00:00
Mario Rodas faa5c2d47a
Merge pull request #94307 from Elyhaka/wofi-upd
wofi: 1.1.2 -> 1.2.1
2020-07-31 07:20:40 -05:00
Mario Rodas 6284dd2871
Merge pull request #94319 from r-ryantm/auto-update/taskell
taskell: 1.9.3 -> 1.9.4
2020-07-31 07:18:19 -05:00
Mario Rodas da686139d7
Merge pull request #94299 from r-ryantm/auto-update/pueue
pueue: 0.6.1 -> 0.7.1
2020-07-31 06:50:58 -05:00
R. RyanTM 98c1bcf392 taskell: 1.9.3 -> 1.9.4 2020-07-31 10:49:50 +00:00
R. RyanTM 7676d04fc5 simplenote: 1.19.0 -> 1.20.0 2020-07-31 09:37:42 +00:00
Elyhaka c29cae2973
wofi: 1.1.2 -> 1.2.1 2020-07-31 10:40:03 +02:00
R. RyanTM 1673bc9c18 pueue: 0.6.1 -> 0.7.1 2020-07-31 07:25:13 +00:00
Jörg Thalheim ae482bb41e
Merge pull request #94271 from r-ryantm/auto-update/googler
googler: 4.1 -> 4.2
2020-07-31 07:06:01 +01:00
Jörg Thalheim b95c871be5
Merge pull request #94240 from sternenseemann/kitty-0.18.2
kitty: 0.18.1 → 0.18.2
2020-07-31 06:59:56 +01:00
zowoq e703f3f34b
Merge pull request #89453 from c00w/vend
Add vend support to go-modules
2020-07-31 15:16:47 +10:00
Mario Rodas e4980d99d2
googler: install completions 2020-07-31 00:00:00 -05:00
Jörg Thalheim af2055de21
Merge pull request #94280 from zowoq/ecc-gomodule
buildGoModule packages: editorconfig fixes
2020-07-31 05:50:52 +01:00
zowoq 7d58c271b8 buildRustPackage packages: editorconfig fixes 2020-07-31 14:08:19 +10:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM 5885473a7a googler: 4.1 -> 4.2 2020-07-31 01:16:19 +00:00
sternenseemann c8f1df041f kitty: 0.18.1 → 0.18.2
For the newly introduced test_multiprocessing_spawn, we need to set
PATH to include the freshly built kitty binary, since it uses
kitty_exe() to determine the path to the binary which it uses to
spawn worker processes.
2020-07-30 19:20:13 +02:00
Frederik Rietdijk cee7df4846 Merge staging-next into staging 2020-07-30 18:28:15 +02:00
Silvan Mosberger dd049a47d8
Merge pull request #93189 from bbigras/nwg-launchers
nwg-launchers: init at 0.2.0
2020-07-30 18:03:32 +02:00
Louis Bettens 91764a047c electrum-ltc: fix #94238 2020-07-30 17:40:47 +02:00
Xaver Hellauer cbb9af628e
xsel and clipnotify binaries in nativeBuildInputs 2020-07-30 11:18:14 +02:00
Colin L Rice 68248a9d13 hugo: use vend to simplify package 2020-07-29 19:07:59 -04:00
Vladimír Čunát 60d89e5793
Merge branch 'master' into staging 2020-07-29 18:40:28 +02:00
worldofpeace d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
Atemu a313e2e43a qdirstat: remove unnecessary rec expression 2020-07-29 18:31:23 +02:00
Serge Bazanski 4733735ebf xbattbar: init at 1.4.9 2020-07-29 18:15:18 +02:00
Xaver Hellauer f8e65461eb
Update pkgs/applications/misc/clipmenu/default.nix
Co-authored-by: Nikolay Korotkiy <sikmir@gmail.com>
2020-07-29 11:45:18 +02:00
Ryan Mulligan 4ca432d2e2
Merge pull request #94075 from r-ryantm/auto-update/girara
girara: 0.3.4 -> 0.3.5
2020-07-28 15:08:07 -07:00
Mario Rodas 75409ccee9
Merge pull request #93928 from markus1189/ddgr-1-9
ddgr: 1.8.1 -> 1.9
2020-07-28 12:28:12 -05:00
Xaver Hellauer cafe0e2cb1
Use upstream Makefile
Since v 6.1 upstream provides a Makefile, therefore I removed the install steps in `installPhase`.
2020-07-28 17:02:08 +02:00
Xaver Hellauer 5a0c05e61b
clipmenu 6.0.1 → 6.1.0 2020-07-28 15:29:26 +02:00
R. RyanTM 90a1a4abfc girara: 0.3.4 -> 0.3.5 2020-07-28 12:04:16 +00:00
Oleksii Filonenko e4aaad49aa
Merge pull request #94052 from zowoq/hugo
hugo: 0.73.0 -> 0.74.3
2020-07-28 11:11:04 +03:00
zowoq 283c8d40fa hugo: 0.73.0 -> 0.74.3 2020-07-28 13:33:32 +10:00
aszlig 3873e0d191
Unmaintain packages I don't use anymore
Just got a reminder via the vulnerability roundup[1] that I'm still
listed as maintainer for Synergy, even though I stopped using it years
ago.

I'll also take this as an opportunity to remove myself from other
packages which I stopped using and thus most certainly won't be able to
maintain. The latter is already hard enough these days for software
which I *do* use.

[1]: https://github.com/NixOS/nixpkgs/issues/94007

Signed-off-by: aszlig <aszlig@nix.build>
2020-07-28 02:08:36 +02:00
Ryan Mulligan 88ce06adfb
Merge pull request #94009 from r-ryantm/auto-update/clight
clight: 4.0 -> 4.1
2020-07-27 14:56:50 -07:00
Atemu fcef77df2e qdirstat: 1.6.1 -> 1.7 2020-07-27 23:30:41 +02:00
R. RyanTM a94f86966b clight: 4.0 -> 4.1 2020-07-27 15:04:30 +00:00
Vladimir Serov 6c169418af
sl1-to-photon: init at 0.1.3 2020-07-27 16:26:52 +03:00
Markus Hauck abc7e5a9c2 ddgr: 1.8.1 -> 1.9
Changelog: https://github.com/jarun/ddgr/releases/tag/v1.9

Fixes current breakage due to API changes.
2020-07-26 18:52:01 +02:00
Pavol Rusnak 17cac3b7ba
ola: 0.10.7 -> unstable-2020-07-17 2020-07-26 15:34:17 +02:00
Eduardo Quiros ec7c9a072b
tut: 0.0.13 -> 0.0.14
new release: https://github.com/RasmusLindroth/tut/releases/tag/0.0.14
2020-07-24 11:47:33 -06:00
Maximilian Bosch df7b5c7fcb
Merge pull request #93731 from r-ryantm/auto-update/dunst
dunst: 1.4.1 -> 1.5.0
2020-07-24 11:41:35 +02:00
R. RyanTM fd58099771 pdfsam-basic: 4.1.3 -> 4.1.4 2020-07-24 07:09:16 +00:00
R. RyanTM 4e76cf3f62 dunst: 1.4.1 -> 1.5.0 2020-07-24 00:43:50 +00:00
adisbladis 144aba6a51
subsurface: 4.9.3 -> 4.9.6 2020-07-22 13:19:08 +02:00
Lancelot SIX 3112aa3e2f
Merge pull request #93627 from jojosch/dbeaver_7.1.3
dbeaver: 7.1.2 -> 7.1.3
2020-07-22 11:11:50 +01:00
Oleksii Filonenko 3ed1f3ba05
Merge pull request #77315 from matthiasbeyer/update-taskell
taskell: 1.7.3 -> 1.9.3
2020-07-22 12:29:28 +03:00
Johannes Schleifenbaum 7600549b60
dbeaver: 7.1.2 -> 7.1.3 2020-07-22 10:01:30 +02:00
Bruno Bigras b121a97e32 nwg-launchers: init at 0.2.0 2020-07-21 12:07:09 -04:00
Vincent Breitmoser f8a71846e9 etesync-dav: 0.17.0 -> 0.20.0 2020-07-20 22:49:06 +02:00
worldofpeace 1dd4b324bf
Merge pull request #89758 from prusnak/electron-explicit
electron: mark insecure versions (3,4,5) and require explicit version of electron in packages
2020-07-20 15:29:26 -04:00
Daniël de Kok 4105f1340b
Merge pull request #93535 from erictapen/fontpreview-init
fontpreview: init at 1.0.6
2020-07-20 18:58:19 +02:00
Justin Humm 2811cf8bd8
fontpreview: init at 1.0.6 2020-07-20 18:32:03 +02: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
Peter Hoeg e8388cb596
Merge pull request #93502 from NixOS/f/mediainfo
mediainfo-gui: use gtk3
2020-07-20 21:56:24 +08:00
Mario Rodas 1c07a106d2
Merge pull request #93503 from r-ryantm/auto-update/dstask
dstask: 0.18 -> 0.20
2020-07-20 07:21:18 -05:00
R. RyanTM 398807d9d0 dstask: 0.18 -> 0.20 2020-07-20 04:25:44 +00:00
Peter Hoeg 3c944f7858 mediainfo-gui: use gtk3 2020-07-20 12:02:29 +08:00
(cdep)illabout f1d3856fa3
break-time: init at 0.1.1 2020-07-20 09:05:16 +09:00
Symphorien Gibol 5f4a279f41 pdfarranger: 1.5.3 -> 1.6.0 2020-07-18 12:04:18 -04:00
Symphorien Gibol 293d7c3933 img2pdf: make a python package 2020-07-18 12:04:18 -04:00
Eduardo Quiros 995d057690 tut: 0.0.10 -> 0.0.13
new release with some minor improvements:
https://github.com/RasmusLindroth/tut/releases/tag/0.0.13
2020-07-17 18:12:18 -06:00
Aaron Andersen a3efa87706
Merge pull request #93075 from raboof/sweethome3d-enable-java2d-opengl
sweethome3d: improve performance by enabling OpenGL for java2d
2020-07-15 06:44:01 -04:00
Nikolay Korotkiy 4c914e0b7f
nnn: 3.2 -> 3.3 2020-07-14 11:15:49 +03:00
Mario Rodas f31d08577a
Merge pull request #93005 from r-ryantm/auto-update/urlscan
urlscan: 0.9.4 -> 0.9.5
2020-07-13 18:43:32 -05:00
Thomas Tuegel 64b395ec57
Merge pull request #90585 from ymarkus/master
birdtray: fix qttranslations path
2020-07-13 12:41:12 -05:00
Arnout Engelen b096d8e1a0
sweethome3d: improve performance by enabling OpenGL for java2d
This is a well-known optimization (see also
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854030
http://www.sweethome3d.com/support/forum/viewthread_thread,5662
https://sourceforge.net/p/sweethome3d/bugs/854/ ) and indeed also
on my machine was a drastic improvement.
2020-07-13 18:42:52 +02:00
Claudio Bley ec427c3e66 wtf: 0.30.0 -> 0.31.0 2020-07-13 10:46:12 +02:00
Christian Mainka 1dfec0e129 joplin-desktop: 1.0.224 -> 1.0.227 2020-07-13 08:43:08 +02:00
R. RyanTM d9d4307ef2 copyq: 3.11.1 -> 3.12.0 2020-07-12 19:37:22 +00:00
Daniël de Kok e5ad886adf
Merge pull request #93010 from f4814/wofi-manpages
wofi: Package manpages
2020-07-12 20:52:14 +02:00
R. RyanTM 541db58ca3 urlscan: 0.9.4 -> 0.9.5 2020-07-12 14:44:43 +00:00
Fabian Geiselhart 42b7f16c14 wofi: Package manpages 2020-07-12 16:21:46 +02:00
José Romildo Malaquias 8ce24b220a
Merge pull request #92973 from r-ryantm/auto-update/font-manager
font-manager: 0.7.7 -> 0.7.8
2020-07-12 10:30:33 -03:00
R. RyanTM 8062c276a8 font-manager: 0.7.7 -> 0.7.8 2020-07-12 05:24:35 +00:00
Milan Pässler f23acc03cf tipp10: 3.1.0 -> 3.2.0 2020-07-11 19:01:19 +02:00
Vladimír Čunát 63d0579ec4
Merge #92338: lyx: 2.3.5.1 -> 2.3.5.2
It's a tiny bugfix update:
https://www.mail-archive.com/lyx-announce@lists.lyx.org/msg00185.html
2020-07-11 12:29:40 +02:00
Daniël de Kok cb92b4be75
Merge pull request #92812 from r-ryantm/auto-update/masterpdfeditor
masterpdfeditor: 5.4.38 -> 5.6.09
2020-07-11 11:01:12 +02:00
R. RyanTM 36d622b7c7 masterpdfeditor: 5.4.38 -> 5.6.09 2020-07-09 20:48:14 +00:00
Ivar ee47d9fbf3
slstatus: unstable-2018-04-16 -> unstable-2019-02-16 (#89732) 2020-07-09 02:12:18 +02:00
Ryan Mulligan 6f045d3e1d
Merge pull request #92728 from r-ryantm/auto-update/syncthingtray
syncthingtray: 0.10.10 -> 0.11.0
2020-07-08 15:52:23 -07:00
R. RyanTM a4f6fe6253 syncthingtray: 0.10.10 -> 0.11.0 2020-07-08 16:37:00 +00:00
claudiiii 78e68699c4 keepassxc: 2.5.4 -> 2.6.0 2020-07-08 17:14:58 +02:00
Jan Tojnar 143398d7da
Merge pull request #92390 from fionera/add-fuzzel
Add fuzzel
2020-07-08 13:42:13 +02:00
Johannes Schleifenbaum 915de0cf05
dbeaver: 7.1.1 -> 7.1.2 2020-07-08 09:11:32 +02:00
Jonathan Ringer df99f195e8
lutris: add xorg.xkbcomp
```
Traceback (most recent call last):
  File "/nix/store/v1mzyrrnmm9xm7mhqps6pdxdyvkgb154-lutris-original-0.5.6/lib/python3.8/site-packages/lutris/exceptions.py", line 36, in wrapper
    return function(*args, **kwargs)
  File "/nix/store/v1mzyrrnmm9xm7mhqps6pdxdyvkgb154-lutris-original-0.5.6/lib/python3.8/site-packages/lutris/game.py", line 430, in configure_game
    xkbcomp = subprocess.Popen(xkbcomp_command, stdin=subprocess.PIPE)
  File "/nix/store/f87w21b91cws0wbsvyfn5vnlyv491czi-python3-3.8.3/lib/python3.8/subprocess.py", line 854, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/nix/store/f87w21b91cws0wbsvyfn5vnlyv491czi-python3-3.8.3/lib/python3.8/subprocess.py", line 1702, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'xkbcomp'
```
2020-07-07 17:17:32 -07:00
Jonathan Ringer dc16bda3fe lutris: fix for us keyboard layouts 2020-07-07 17:13:46 -07:00
Maximilian Bosch 7587132c0a
Merge pull request #92631 from r-ryantm/auto-update/weather
weather: 2.3 -> 2.4
2020-07-08 00:06:55 +02:00
Ryan Mulligan 717cd25e86
Merge pull request #92551 from r-ryantm/auto-update/qcad
qcad: 3.24.3.4 -> 3.24.3.10
2020-07-07 15:03:37 -07:00
worldofpeace 73f0888982 olifant: init A 0.2.1-beta5
This is a fork of tootle (which is not abandoned btw), so the expression is mostly
the same.
2020-07-07 17:49:29 -04:00
Jonathan Ringer 856c42b87e
bleachbit: 3.2.0 -> 4.0.0 2020-07-07 14:09:49 -07:00
R. RyanTM dc378c1cea weather: 2.3 -> 2.4 2020-07-07 19:56:54 +00:00
R. RyanTM a2f0a08225 qcad: 3.24.3.4 -> 3.24.3.10 2020-07-07 06:26:27 +00:00
Sarah Brofeldt 7ae0fa1167
Merge pull request #83701 from nh2/marktext-0.16.1
marktext: 0.16.0-rc.2 -> 0.16.2
2020-07-07 07:07:44 +02:00
Niklas Hambüchen 8da4950baf marktext: 0.16.1 -> 0.16.2 2020-07-06 23:00:19 +02:00
Niklas Hambüchen 42a7167120 marktext: 0.16.0-rc.2 -> 0.16.1.
The upgrade apparently made it necessary to also add `XDG_DATA_DIRS`
to fix the crash mentioned in the added comment.

I copied this solution from:
`pkgs/applications/misc/devdocs-desktop/default.nix`
2020-07-06 22:58:58 +02:00
Maximilian Bosch 101e302fd5
dmenu-wayland: 2020-04-03 -> 2020-07-06 2020-07-06 22:58:06 +02:00
Markus Schmidl cb6b1b22aa firestarter: v1.7.4 fix commit hash 2020-07-06 15:46:46 +02:00
Ryan Mulligan cefb1f568e
Merge pull request #92422 from r-ryantm/auto-update/plasma-applet-volumewin7mixer
plasma-applet-volumewin7mixer: 24 -> 25
2020-07-06 05:54:29 -07:00
R. RyanTM 3bc54d4c10 plasma-applet-volumewin7mixer: 24 -> 25 2020-07-06 06:45:36 +00:00
Fionera 2c06cb3b83 fuzzel: init at 1.3.0 2020-07-06 07:18:46 +02:00
Benjamin Hipple 9d0c8eb801
Merge pull request #83833 from michojel/megasync-4.3.1.0
megasync: 4.3.0.8 -> 4.3.1.0
2020-07-05 20:45:15 -04:00
Ryan Mulligan c74e1517aa
Merge pull request #91270 from ShamrockLee/chewing-editor
chewing-editor: init at 0.1.1 Add package `chewing-editor`
2020-07-05 16:34:27 -07:00
Shamrock Lee 66020b7b52 maintainer-list: Add ShamrockLee (myself) to maintainer-list 2020-07-05 16:21:00 -07:00
Shamrock Lee bb63d0fcb5 chewing-editor: init at 0.1.1
chewing-editor is the user phrase editor
for Chewing input method (a widely used bopomofo Chinese input method)
Chewing IM memorize phrases input by the automatically
or when the hot keys are pressed.
With this package, users will be able to correct/add phrases in the
database. This is one of the fundamental functionality of Chewing IM
and it will be great to have it in NixOS.
The corresponded Packaging Request is #89554.
2020-07-05 16:20:33 -07:00
Imran Hossain 472e4d5940 todoist-electron: 1.22 -> 1.23.0 2020-07-05 16:55:51 -04:00
R. RyanTM 4742da0866 lyx: 2.3.5.1 -> 2.3.5.2 2020-07-05 14:32:55 +00:00
R. RyanTM 0bf7f12a52 netsurf.libnsbmp: 0.1.5 -> 0.1.6 2020-07-05 08:36:41 +00:00
Peter Hoeg 770faa044a
Merge pull request #92118 from NixOS/f/calibre
calibre: use webengine i/o webkit
2020-07-04 20:50:56 +08:00
Ryan Mulligan 1981a9b186
Merge pull request #91736 from IvarWithoutBones/1password-update
1password: 1.0.0 -> 1.1.1
2020-07-03 16:52:54 -07:00
IvarWithoutBones 4389b67695 _1password: 1.0.0 -> 1.1.1 2020-07-04 01:35:35 +02:00
Daniël de Kok eb4c7e028c
Merge pull request #92138 from sikmir/josm
josm: 16538 -> 16731
2020-07-03 16:46:59 +02:00
Maximilian Bosch ed7d6f2057
Merge pull request #92158 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.14.1 -> 1.14.2
2020-07-03 12:58:24 +02:00
Peter Simons 1d772b44c6
Merge pull request #92159 from r-ryantm/auto-update/fetchmail
fetchmail: 6.4.6 -> 6.4.8
2020-07-03 12:47:27 +02:00
R. RyanTM e81b819752 fetchmail: 6.4.6 -> 6.4.8 2020-07-03 10:22:05 +00:00
R. RyanTM 251c961c44 gallery-dl: 1.14.1 -> 1.14.2 2020-07-03 10:14:43 +00:00
Nikolay Korotkiy 50d9d2ef6b
josm: 16538 -> 16731 2020-07-03 09:27:58 +03:00
Peter Hoeg 1da9cd8676 calibre: use webengine i/o webkit
As of v4, calibre supports qtwebengine so use that instead of the
deprecated qtwebkit.
2020-07-03 09:52:59 +08:00
Mario Rodas b8a5884ed0
Merge pull request #92079 from r-ryantm/auto-update/pueue
pueue: 0.6.0 -> 0.6.1
2020-07-02 18:41:44 -05:00
Maximilian Bosch 3dfb51a441
Merge pull request #92054 from r-ryantm/auto-update/minder
minder: 1.8.0 -> 1.9.0
2020-07-03 00:24:50 +02:00
Markus S. Wamser caa858d777
gpsbabel: enable usb
PR #91439
2020-07-03 00:00:57 +02:00
Daniël de Kok 0cb5174121
Merge pull request #92007 from r-ryantm/auto-update/heimer
heimer: 1.17.0 -> 1.18.0
2020-07-02 20:22:18 +02:00
R. RyanTM 09e40bf5d1 pueue: 0.6.0 -> 0.6.1 2020-07-02 17:45:41 +00:00
R. RyanTM 83ec61c486 calibre: 4.17.0 -> 4.19.0 2020-07-02 10:34:03 -07:00
R. RyanTM 89b91f73de rmapi: 0.0.11 -> 0.0.12 2020-07-02 10:19:09 -07:00
R. RyanTM 359139ee3e ulauncher: 5.7.3 -> 5.8.0 2020-07-02 10:09:56 -07:00
R. RyanTM 1387b40d03 minder: 1.8.0 -> 1.9.0 2020-07-02 14:48:41 +00:00
R. RyanTM 20a50f3405 heimer: 1.17.0 -> 1.18.0 2020-07-02 11:43:31 +00:00
Daniël de Kok d2fd80877a
Merge pull request #91949 from romildo/fix.tint2
tint2: fix doc directory
2020-07-02 13:27:15 +02:00
Sarah Brofeldt 6cf0ed0c04
Merge pull request #91617 from gnidorah/asf
ArchiSteamFarm: 4.2.2.1 -> 4.2.3.3
2020-07-02 07:24:47 +02:00
Dmitry Kalinkin 537fd14cb9
Merge pull request #91902 from r-ryantm/auto-update/blender
blender: 2.83.0 -> 2.83.1
2020-07-01 15:41:10 -04:00
José Romildo Malaquias 5c021a4bbd tint2: fix doc directory
Documentation files should not be installed directly at $out/share/doc
because they may collide with files from other packages when paths are
linked in the system environment.
2020-07-01 11:41:44 -03:00
José Romildo Malaquias 5f21dfd306 tint2: format with nixpkgs-fmt
Also:
- use pkg-config instead of pkgconfig
- do not explicitly enable parallel building, as its automatically
enabled for cmake projects
2020-07-01 11:32:08 -03:00
Daniël de Kok 5168c4de2d
Merge pull request #91922 from sikmir/gpxsee
gpxsee: 7.30 -> 7.31
2020-07-01 14:55:48 +02:00
R. RyanTM 89421a2cbf
cherrytree: 0.39.3 -> 0.39.4 (#91907) 2020-07-01 05:02:47 -05:00
Nikolay Korotkiy c183d0c1ba
gpxsee: 7.30 -> 7.31 2020-07-01 11:35:34 +03:00
ehmry f9f86e116e
Merge pull request #90451 from joachimschmidt557/nimmm-init
nimmm: init at 0.1.2
2020-07-01 13:46:51 +05:30
Elis Hirwing d0c20403d1
Merge pull request #91849 from r-ryantm/auto-update/sequeler
sequeler: 0.7.91 -> 0.8.0
2020-07-01 08:06:37 +02:00
Ryan Mulligan c97e9c527d
Merge pull request #91852 from r-ryantm/auto-update/simplenote
simplenote: 1.17.0 -> 1.19.0
2020-06-30 21:08:36 -07:00
Dmitry Kalinkin 5760e275f4
blender: don't require python3.7m on darwin
python is currently pointing to the python38, so this patches the
required version to match python version that is provided to the
expression. The m prefix denotes the pymalloc ABI for python 3.7 and
older, but is not provided starting python 3.8.
2020-06-30 22:27:08 -04:00
Mario Rodas cbfc5b5642
Merge pull request #91870 from r-ryantm/auto-update/toot
toot: 0.26.0 -> 0.27.0
2020-06-30 20:16:09 -05:00
Mario Rodas 380c6228be
toot: fix license
Toot was re-licensed to GPLv3 [1]

[1] beb4b744d7
2020-06-30 19:59:48 -05:00
R. RyanTM 8ca6d3801a blender: 2.83.0 -> 2.83.1 2020-06-30 23:39:50 +00:00
R. RyanTM ebe01712cc toot: 0.26.0 -> 0.27.0 2020-06-30 17:45:19 +00:00
R. RyanTM 6b4c6b8817 simplenote: 1.17.0 -> 1.19.0 2020-06-30 15:31:23 +00:00
R. RyanTM 2f33b68598 sequeler: 0.7.91 -> 0.8.0 2020-06-30 15:19:46 +00:00
Ryan Mulligan 75c9151304
Merge pull request #91800 from r-ryantm/auto-update/clightd
clightd: 4.1 -> 4.2
2020-06-30 06:22:50 -07:00
Christian Mainka 02d82b5ac4 joplin-desktop: joplin.desktop+icon from AppImage 2020-06-30 11:09:29 +02:00
Christian Mainka 0d5aa4a75e joplin-desktop: 1.0.216 -> 1.0.224 2020-06-30 09:25:35 +02:00
R. RyanTM dcbd27754a clightd: 4.1 -> 4.2 2020-06-30 03:36:38 +00:00
Benjamin Hipple e912fb83d2
Merge pull request #91770 from nh2/ddcui-0.1.2
ddcui: 0.1.1 -> 0.1.2
2020-06-29 22:44:55 -04:00
Eduardo Quiros 55900f88d6 tut: 0.0.9 -> 0.0.10 2020-06-29 13:26:21 -06:00
Niklas Hambüchen c2c889ed11 ddcui: 0.1.1 -> 0.1.2 2020-06-29 17:27:26 +02:00
Daniël de Kok 3d4a02f1a7
Merge pull request #91735 from danieldk/osmium-tests
osmium-tools: run tests, install man pages and zsh completions
2020-06-29 06:50:41 +02:00
Daniël de Kok c54a705ab9 osmium-tools: run tests, install man pages and zsh completions 2020-06-28 20:29:48 +02:00
José Romildo Malaquias 31bbaa4a11
Merge pull request #91404 from romildo/upd.fbmenugen
fbmenugen: 2020-05-20 -> 0.85
2020-06-28 15:05:54 -03:00
Daniël de Kok 70ca51ce13
Merge pull request #91725 from das-g/libosmium-2.15.6
libosmium: 2.15.5 -> 2.15.6
2020-06-28 19:46:34 +02:00
Maximilian Bosch bd0d0e935c
Merge pull request #91698 from helsinki-systems/init/batsignal
batsignal: Init at 1.0.0
2020-06-28 18:10:11 +02:00
Michel Weitbrecht b7571c9058
batsignal: Init at 1.0.0 2020-06-28 16:57:55 +02:00
Raphael Borun Das Gupta 47e52abe8d osmium-tool 1.12.0 -> 1.12.1 2020-06-28 16:17:25 +02:00
Niklas Hambüchen 430f3f1e3b
Merge pull request #91345 from raboof/k4dirstat-init-at-3.2.1
k4dirstat: init at 3.2.1
2020-06-28 02:38:26 +02:00
Niklas Hambüchen 0e926ff15c
Merge pull request #91601 from r-ryantm/auto-update/kanboard
kanboard: 1.2.14 -> 1.2.15
2020-06-28 01:56:31 +02:00
Niklas Hambüchen a3013da6a2
Merge pull request #91627 from nh2/ddcui
ddcui: init at 0.1.1
2020-06-28 01:38:45 +02:00
Maximilian Bosch c0c786c3bd
Merge pull request #91454 from ConradMearns/obsidian
obsidian: init at 0.7.3
2020-06-28 01:21:21 +02:00
Niklas Hambüchen 3569a3863b ddcui: init at 0.1.1 2020-06-27 23:44:12 +02:00
Mario Rodas 6f8afffa06
Merge pull request #91538 from r-ryantm/auto-update/cheat
cheat: 3.10.1 -> 4.0.0
2020-06-27 13:31:27 -05:00
Markus Kowalewski 83f77cfd64
libxpdf: add license 2020-06-27 00:00:04 +02:00
Benjamin Staffin 7055516fca
Merge pull request #86204 from DonHugo69/master
lutris: 0.5.5 -> 0.5.6
2020-06-26 14:20:22 -04:00
R. RyanTM cd9401268a moolticute: 0.43.19 -> 0.44.0 2020-06-26 18:15:36 +00:00
Anderson Torres 21cf333310
Merge pull request #89046 from r-ryantm/auto-update/tilda
tilda: 1.5.1 -> 1.5.2
2020-06-26 11:22:23 -03:00
gnidorah 093dba3264 ArchiSteamFarm: 4.2.2.1 -> 4.2.3.3 2020-06-26 16:13:27 +03:00
R. RyanTM 67e481159e kanboard: 1.2.14 -> 1.2.15 2020-06-26 12:52:12 +00:00
markuskowa 680099278c
Merge pull request #91577 from markuskowa/fix-lics2
Fix licenses
2020-06-26 13:29:16 +02:00
Gabriel Ebner c041d53ba0
Merge pull request #91417 from elohmeier/octoprint-werkzeug 2020-06-26 13:07:29 +02:00
Enno Lohmeier 4afa2702af octoprint: freeze dependencies 2020-06-26 12:25:09 +02:00
Markus Kowalewski ec38614621
thinking-rock: fix license 2020-06-26 11:01:57 +02:00
Markus Kowalewski ecc80518a6
sbagen: fix license 2020-06-26 11:00:19 +02:00
Markus Kowalewski f0b4511c81
mrxvt: fix license 2020-06-26 10:53:23 +02:00
Markus Kowalewski 50377df233
gmrun: fix license 2020-06-26 10:51:01 +02:00
Markus Kowalewski 7f0fde0822
wavesurfer: fix license 2020-06-26 10:49:33 +02:00
R. RyanTM 7e936b37bb cheat: 3.10.1 -> 4.0.0 2020-06-26 04:40:34 +00:00
R. RyanTM 51ebd7a00d AusweisApp2: 1.20.0 -> 1.20.1 2020-06-25 20:13:53 -07:00
Jonathan Ringer 37238ff716 lutris-unwrapped: 0.5.5 -> 0.5.6, fix dialouge crashing bug
would crash with:
```
GLib-GIO-ERROR **: 06:04:50.903: No GSettings schemas are installed on the system
```

if a dialouge box would open.
2020-06-25 12:28:50 -07:00
Maximilian Bosch 33f65a5b39
Merge pull request #91506 from sikmir/st
st: 0.8.3 -> 0.8.4
2020-06-25 20:16:33 +02:00
Nikolay Korotkiy 15457dc5b8
st: 0.8.3 -> 0.8.4 2020-06-25 20:56:41 +03:00
Maximilian Bosch 3232fd93f1
Merge pull request #91491 from Frostman/hugo-0.73.0
hugo: 0.72.0 -> 0.73.0
2020-06-25 19:09:39 +02:00
Conrad Mearns fc120e6436 obsidian: fix version stripping 2020-06-25 18:33:11 +02:00
Conrad Mearns 929581c2d3 obsidian: strip version number from binary name 2020-06-25 17:59:43 +02:00
Conrad Mearns 16c918438d obsidian: fix license to use Obsidian EULA 2020-06-25 17:05:27 +02:00
Michael Weiss 4dd1dd5623
jekyll: 4.1.0 -> 4.1.1 2020-06-25 16:48:52 +02:00
Sergey Lukjanov dcd48593e8 hugo: 0.72.0 -> 0.73.0 2020-06-25 06:03:40 -07:00
Arnout Engelen b5b84be95b
k4dirstat: init at 3.2.1 2020-06-25 10:07:08 +02:00
zowoq c7e61112df treewide: remove deprecated value `Application` from makeDesktopItem 2020-06-25 12:18:37 +10:00
Mario Rodas 7f8611278a
Merge pull request #91405 from jojosch/dbeaver_7.1.1
dbeaver: 7.1.0 -> 7.1.1
2020-06-24 19:44:25 -05:00
Conrad Mearns adb053abdc obsidian: init at 0.7.3 2020-06-25 02:38:32 +02:00
Maximilian Bosch 0c47a81419
Merge pull request #91390 from eadwu/buku/4.4
buku: 4.3 -> 4.4
2020-06-24 19:03:44 +02:00
Johannes Schleifenbaum 8888433072
dbeaver: 7.1.0 -> 7.1.1 2020-06-24 14:41:45 +02:00
José Romildo Malaquias ce47481bd1 fbmenugen: 2020-05-20 -> 0.85 2020-06-24 09:41:10 -03:00