Commit graph

46930 commits

Author SHA1 Message Date
Daniël de Kok
193a6a2307
Merge pull request #97243 from r-ryantm/auto-update/rink
rink: 0.5.0 -> 0.5.1
2020-09-06 10:52:28 +02:00
Christoph Neidahl
5ee5bbef84 palemoon: Add libpulseaudio to wrapper 2020-09-06 10:14:30 +02:00
Doron Behar
de3a4a0569 pdfcpu: 0.3.4 -> 0.3.5 2020-09-06 08:20:27 +03:00
Ryan Mulligan
6748689238
Merge pull request #97251 from r-ryantm/auto-update/star
star: 2.7.4a -> 2.7.5c
2020-09-05 19:28:47 -07:00
Ryan Mulligan
80329dc948
Merge pull request #97244 from r-ryantm/auto-update/rssguard
rssguard: 3.7.0 -> 3.7.2
2020-09-05 19:28:04 -07:00
Mario Rodas
abb575c94a
Merge pull request #97159 from r-ryantm/auto-update/gmt
gmt: 6.1.0 -> 6.1.1
2020-09-05 21:18:09 -05:00
Mario Rodas
c568328e17
Merge pull request #97179 from r-ryantm/auto-update/jx
jx: 2.1.127 -> 2.1.138
2020-09-05 21:17:33 -05:00
Mario Rodas
7299a82753
Merge pull request #97172 from r-ryantm/auto-update/helmfile
helmfile: 0.125.7 -> 0.128.0
2020-09-05 21:08:44 -05:00
Mario Rodas
2a1464091e
Merge pull request #97203 from r-ryantm/auto-update/minikube
minikube: 1.12.3 -> 1.13.0
2020-09-05 20:55:52 -05:00
Ryan Mulligan
a70d31b11f
Merge pull request #97102 from r-ryantm/auto-update/csound
csound: 6.14.0 -> 6.15.0
2020-09-05 13:53:45 -07:00
Evan Stoll
7a0eb47364 gitkraken: 7.2.0 -> 7.3.0
GitKraken now depends on libdrm and libgbm 
- add libdrm to libPath
- add mesa (libgbm) to libPath
2020-09-05 15:50:23 -04:00
Lassulus
b4c262f044
Merge pull request #96962 from hoxu/timewarrior-1.4.2
timewarrior: 1.3.0 -> 1.4.2
2020-09-05 21:49:10 +02:00
Lassulus
3310df291c
Merge pull request #96952 from tasmo/bitwig-studio-3.2.7
bitwig-studio3: 3.2.6 -> 3.2.7
2020-09-05 21:47:04 +02:00
R. RyanTM
cc797c4ab8 star: 2.7.4a -> 2.7.5c 2020-09-05 18:44:51 +00:00
Yannis Koutras
35e113ecc7
Merge pull request #93947 from r-ryantm/auto-update/skrooge
skrooge: 2.22.1 -> 2.23.0
2020-09-05 20:05:55 +02:00
R. RyanTM
bfa4aa15a2 rssguard: 3.7.0 -> 3.7.2 2020-09-05 17:05:40 +00:00
R. RyanTM
f47530237d rink: 0.5.0 -> 0.5.1 2020-09-05 16:48:17 +00:00
Maximilian Bosch
3bbe737da0
Merge pull request #97100 from voidIess/geogebra6
geogebra6: 6-0-598-0 -> 6-0-600-0
2020-09-05 17:51:48 +02:00
Mario Rodas
000404944c
Merge pull request #97156 from zowoq/delta
gitAndTools.delta: 0.4.1 -> 0.4.3
2020-09-05 10:38:12 -05:00
Maximilian Bosch
2f4c709391
gitea: 1.12.3 -> 1.12.4
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.12.4

This release fixes a few security bugs:

* https://github.com/go-gitea/gitea/issues?q=label%3Abackport%2Fv1.12+label%3Akind%2Fsecurity+is%3Aclosed
2020-09-05 16:21:43 +02:00
R. RyanTM
1c368b0f13 picard-tools: 2.23.3 -> 2.23.4 2020-09-05 14:02:32 +00:00
Ryan Mulligan
f588116f3e
Merge pull request #97195 from r-ryantm/auto-update/lightburn
lightburn: 0.9.15 -> 0.9.16
2020-09-05 06:02:34 -07:00
Robert Scott
03a6e9457b
Merge pull request #95732 from r-ryantm/auto-update/qjackctl
qjackctl: 0.6.2 -> 0.6.3
2020-09-05 13:04:34 +01:00
Robert Scott
a10cd24ab0
Merge pull request #96915 from juliendehos/lingot
lingot: add jackSupport option
2020-09-05 12:50:35 +01:00
Florian Klink
c7a503bf2e Revert "chromiumDev: 86.0.4240.8 -> 87.0.4252.0"
This reverts commit 5da66561d1.

It seems the chromium build now unconditionally tries to enable ozone
(even though we disable it), causing the build to fail (as we only
provide xkbcommon when enabling Ozone):

```
configuring
ERROR at //build/config/linux/pkg_config.gni:103:17: Script returned non-zero exit code.
    pkgresult = exec_script(pkg_config_script, args, "value")
                ^----------
Current dir: /build/chromium-87.0.4252.0/out/Release/
Command: python /build/chromium-87.0.4252.0/build/config/linux/pkg-config.py xkbcommon
Returned 1.
stderr:

Package xkbcommon was not found in the pkg-config search path.
Perhaps you should add the directory containing `xkbcommon.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xkbcommon' found
Could not run pkg-config.

See //ui/events/ozone/layout/BUILD.gn:12:3: whence it was called.
  pkg_config("xkbcommon") {
  ^------------------------
See //chrome/test/chromedriver/BUILD.gn:273:15: which caused the file to be included.
    deps += [ "//ui/events/ozone/layout" ]
              ^-------------------------
builder for '/nix/store/2dqhrd2qzyms078wnvwv6ays53ppvgc2-chromium-unwrapped-87.0.4252.0.drv' failed with exit code 1
cannot build derivation '/nix/store/4iyhgzsmpx80v75hvk1jycwzanw4z5dn-chromium-dev-87.0.4252.0.drv': 1 dependencies couldn't be built
```
2020-09-05 12:00:48 +02:00
Johannes Arnold
4746456a64 octoprint.python.pkgs.octoprint-dashboard: init at 1.13.0 2020-09-05 11:48:56 +02:00
Johannes Arnold
452e5b9348 octoprint.python.pkgs.displaylayerprogress: init at 1.23.2 2020-09-05 11:48:33 +02:00
Florian Klink
6c92847e81 chromiumBeta: 85.0.4183.83 -> 86.0.4240.22 2020-09-05 11:25:38 +02:00
Florian Klink
5da66561d1 chromiumDev: 86.0.4240.8 -> 87.0.4252.0 2020-09-05 11:24:57 +02:00
Alyssa Ross
de69b705d2 chromium: replace update.nix with Python impl
update.nix was a huuuuge hack, abusing checksum collisions, etc., and
was extremely difficult to read and maintain, especially because
values from update.nix were also used in the derivations themselves!

I've replaced this with an implementation in Python, which I chose for
readability.  Rather than generating Nix, I chose to
generate JSON, since Python can do that in the standard library and
Nix can read it.

I also set update.py as an updateScript, so Chromium can now
automatically be updated!

Fixes: https://github.com/NixOS/nixpkgs/issues/89635
2020-09-05 11:20:13 +02:00
Alyssa Ross
5811b6c1cd chromiumDev: 86.0.4238.0 -> 86.0.4240.8 2020-09-05 11:08:50 +02:00
R. RyanTM
4441733e47 minikube: 1.12.3 -> 1.13.0 2020-09-05 07:45:12 +00:00
R. RyanTM
9a21fc26a2 lightburn: 0.9.15 -> 0.9.16 2020-09-05 06:36:43 +00:00
Mario Rodas
b0208c2ef3 zola: 0.11.0 -> 0.12.0 2020-09-05 04:20:00 +00:00
R. RyanTM
84475e82c1 jx: 2.1.127 -> 2.1.138 2020-09-05 02:53:59 +00:00
R. RyanTM
fd638fa0d1 helmfile: 0.125.7 -> 0.128.0 2020-09-05 00:55:47 +00:00
Michael Weiss
32a898bb15
weston: 8.0.0 -> 9.0.0 (#95617)
Announcement: https://lists.freedesktop.org/archives/wayland-devel/2020-September/041595.html
2020-09-05 00:44:34 +02:00
R. RyanTM
77b366044b gmt: 6.1.0 -> 6.1.1 2020-09-04 22:39:53 +00:00
Jan Tojnar
346dee1a96
Merge branch 'master' into staging-next 2020-09-05 00:31:19 +02:00
Orivej Desh
d35049c707
hydrogen: 0.9.7 -> 1.0.1 (#97041)
Keep 0.9.7 as hydrogen_0 because 1.0.1 does not offer smooth
transition for projects using the old default GMKit.
2020-09-04 21:56:56 +00:00
zowoq
d763fb2257 gitAndTools.delta: 0.4.1 -> 0.4.3
https://github.com/dandavison/delta/releases/tag/0.4.3
2020-09-05 07:34:20 +10:00
Marek Mahut
3a118415e9
Merge pull request #97092 from prusnak/wasabibackend
wasabibackend: 1.1.11.1 -> 1.1.12
2020-09-04 21:45:51 +02:00
Robert Scott
712f366ecc
Merge pull request #94579 from tfmoraes/meshlab-20.07
meshlab: 2020.03 -> 2020.07
2020-09-04 20:00:12 +01:00
Frederik Rietdijk
af81d39b87 Merge staging-next into staging 2020-09-04 20:03:30 +02:00
Jonathan Ringer
d32c437639 catt: fix pychromecast version 2020-09-04 11:03:02 -07:00
R. RyanTM
84e2a0d93b espanso: 0.7.0 -> 0.7.1 2020-09-04 10:57:46 -07:00
R. RyanTM
8c7ed979b9 dcrd: 1.5.1 -> 1.5.2 2020-09-04 10:12:23 -07:00
R. RyanTM
b8a0cfd5e2 amfora: 1.4.0 -> 1.5.0 2020-09-04 09:41:31 -07:00
R. RyanTM
8646c473f0 AusweisApp2: 1.20.1 -> 1.20.2 2020-09-04 09:20:22 -07:00
R. RyanTM
4c15e6d25c welle-io: 2.1 -> 2.2 2020-09-04 09:13:32 -07:00
Jan Tojnar
5079e1cd3b
Merge pull request #96939 from jtojnar/drop-gst-010 2020-09-04 17:13:43 +02:00
Jan Tojnar
7ecabdc22b
Merge pull request #96992 from jtojnar/fc-dtd-urn
treewide: use URN for fontconfig DTD
2020-09-04 17:12:29 +02:00
R. RyanTM
982f1708ea ft2-clone: 1.28 -> 1.31 2020-09-04 14:54:30 +00:00
Robert Helgesson
ee7e23fa8a
openambit: init at 0.5 2020-09-04 16:42:37 +02:00
Thomas Tuegel
f9f84cf0d6
Merge pull request #97121 from peterhoeg/u/kapps_20081
kdeApplications: 20.08.0 -> 20.08.1
2020-09-04 09:41:26 -05:00
Victor Luft
740b2f851f sublime-merge: 2020 -> 2033 2020-09-04 16:26:51 +02:00
Victor Luft
1a3ebe5a7d sublime-merge-dev: 2022 -> 2031 2020-09-04 16:26:51 +02:00
Stig Palmquist
bbdb19269a
firefox: 80.0 -> 80.0.1 2020-09-04 12:41:54 +02:00
Stig Palmquist
197799c263
firefox-bin: 80.0 -> 80.0.1 2020-09-04 12:38:23 +02:00
R. RyanTM
d7465fcc51 csound: 6.14.0 -> 6.15.0 2020-09-04 09:55:28 +00:00
voidless
721da4b5e2 geogebra6: 6-0-598-0 -> 6-0-600-0 2020-09-04 11:49:44 +02:00
Peter Hoeg
43331385d4 kde applications: 20.08.0 -> 20.08.1 2020-09-04 16:42:33 +08:00
Pavol Rusnak
48024d0eb7
wasabibackend: 1.1.11.1 -> 1.1.12 2020-09-04 10:22:28 +02:00
SCOTT-HAMILTON
4906881a95 vokosscreen-ng: init at 3.0.5 2020-09-04 09:03:47 +02:00
Mario Rodas
01ed700247
Merge pull request #97010 from marsam/update-git-lfs
git-lfs: 2.11.0 -> 2.12.0
2020-09-03 23:35:47 -05:00
Mario Rodas
6d4146073e
Merge pull request #97069 from r-ryantm/auto-update/argo
argo: 2.10.0 -> 2.10.1
2020-09-03 23:10:17 -05:00
Mario Rodas
1dcf64b8fd
Merge pull request #96989 from marsam/update-rclone
rclone: 1.52.3 -> 1.53.0
2020-09-03 22:09:26 -05:00
R. RyanTM
565d04a1bf argo: 2.10.0 -> 2.10.1 2020-09-04 02:45:00 +00:00
Thiago Franco de Moraes
48b902dcd7
meshlab: 2020.03 -> 2020.07 2020-09-03 23:17:11 -03:00
Jon
982b8ff3ef
Merge pull request #96940 from colemickens/cordless
cordless: init at 2020-08-30
2020-09-03 15:06:11 -07:00
Cole Mickens
4030b3fe79
cordless: init at 2020-08-30 2020-09-03 14:59:04 -07:00
Jon
e5ec35b07d
Merge pull request #95983 from OPNA2608/update-bambootracker-0.4.4
bambootracker: 0.4.3 -> 0.4.4
2020-09-03 14:40:48 -07:00
Silvan Mosberger
8272eff97a
Merge pull request #96269 from deviant/remove-quilt-series
treewide: convert patch series files to Nix expressions
2020-09-03 23:19:26 +02:00
Anderson Torres
6b043b105e
Merge pull request #93631 from danielfullmer/k2pdfopt-2.52
k2pdfopt: 2.51a -> 2.53
2020-09-03 16:46:48 -03:00
Anderson Torres
59f5cbd922
Merge pull request #96932 from chkno/gtg-tests
gtg: Run tests
2020-09-03 16:45:26 -03:00
adisbladis
e80744728f
Merge pull request #97026 from DamienCassou/add-patches-back-to-emacs
emacs: Add missing patches to the Emacs derivations
2020-09-03 21:23:30 +02:00
Daniël de Kok
17d334e05c
Merge pull request #96900 from danieldk/zotero-impurity
zotero: fix reliance on coreutils being in PATH
2020-09-03 20:42:51 +02:00
Frederik Rietdijk
377242d587 Merge staging-next into staging 2020-09-03 19:21:10 +02:00
V
79921889a0 treewide: convert patch series files to Nix expressions
Nix expressions provide all the features that Quilt series files have,
so using those instead is pointless. Also, lib.readPathsFromFile
(the function used to read series files) has the following warning:

> NOTE: This function is not performant and should be avoided.

This also removes some orphaned series files, and unused references to
copyPathsToStore (which were probably missed in previous commits
where calls to lib.readPathsFromFile were removed)
2020-09-03 19:15:05 +02:00
Frederik Rietdijk
30f07d1657 pythonPackages.dnspython: use 1.x for Python 2 2020-09-03 19:10:16 +02:00
Silvan Mosberger
7ff50a7f7b
Merge pull request #96564 from K900/murmur-grpc
murmur: support building with grpc
2020-09-03 18:01:32 +02:00
Damien Cassou
556b29dd3e
emacs: Add missing patches to the Emacs derivations
patches were removed by a recent refactoring of Emacs packages:

  967259e6b4 * emacs: Factor out expression to a generic build
2020-09-03 17:10:32 +02:00
Fabian Möller
d43db8abbc
libreoffice-still: fix build 2020-09-03 14:42:11 +02:00
Maximilian Bosch
bf007a2c0a
element-desktop: 1.7.4 -> 1.7.5
https://github.com/vector-im/element-desktop/releases/tag/v1.7.5
2020-09-03 10:22:52 +02:00
Maximilian Bosch
412a28d43f
element-web: 1.7.4 -> 1.7.5
https://github.com/vector-im/element-web/releases/tag/v1.7.5
2020-09-03 10:22:52 +02:00
Michael Raskin
d46e488795
Merge pull request #96474 from dguibert/dg/libreoffice-7
libreoffice-fresh: 6.4.3.2 -> 7.0.0.3
2020-09-03 05:17:08 +00:00
Jan Tojnar
6dd3b54ccc
treewide: use URN for fontconfig DTD
To match upstream change:

9c46ef4aac
2020-09-03 06:39:00 +02:00
Diego Rodriguez
8761381344
terraform_0_13: 0.13.1 -> 0.13.2 (#96971) 2020-09-02 19:24:23 -05:00
Robert Scott
0d820de317
Merge pull request #96310 from yvesf/qcad-3.25.0.0
update qcad to 3.25.0.0
2020-09-02 22:46:57 +01:00
yoctocell
008f45f591 gitAndTools.gita: 0.10.9 -> 0.10.10 2020-09-02 14:44:14 -07:00
Symphorien Gibol
634d404349 pantalaimon: 0.6.5 -> 0.7.0
changelog: https://github.com/matrix-org/pantalaimon/blob/0.7.0/CHANGELOG.md
2020-09-02 14:44:04 -07:00
Moritz Scheuren
43afce40d6 portfolio: 0.48.0 -> 0.48.1 2020-09-02 14:27:43 -07:00
Mario Rodas
36782235f6 rclone: 1.52.3 -> 1.53.0 2020-09-02 21:21:21 +00:00
Michael Weiss
9c6f11f89d
signal-desktop: 1.34.5 -> 1.35.1 2020-09-02 22:37:05 +02:00
Thiago Franco de Moraes
7f9acb799d Zettlr: init at 1.7.5
Fixes  #81516
2020-09-02 13:08:25 -07:00
Jan Tojnar
dff0034a8b
Merge pull request #96948 from jtojnar/fix-pitivi 2020-09-02 21:25:01 +02:00
adisbladis
6fc3562432
Merge pull request #94637 from antifuchs/gccemacs-on-darwin
emacs: Make gccemacs build on darwin
2020-09-02 18:30:58 +02:00
Robert Schütz
3d3eef24ae etesync-dav: loosen radicale version bounds 2020-09-02 09:04:04 -07:00
Heikki Hokkanen
48ade7c0af timewarrior: 1.3.0 -> 1.4.2 2020-09-02 18:52:48 +03:00
Aaron Andersen
8d3123d2f4
Merge pull request #96738 from jojosch/dbeaver_7.2.0
dbeaver: 7.1.5 -> 7.2.0
2020-09-02 11:15:40 -04:00
zowoq
ee0d559dae oci-seccomp-bpf-hook: move to linuxPackages 2020-09-02 20:14:22 +10:00
Thomas Friese
ba11f710fb
bitwig-studio3: 3.2.6 -> 3.2.7 2020-09-02 08:44:51 +02:00
Jan Tojnar
2c152eed4c
pitivi: Fix build
The latest version is not compatible with Python 3.8,
let's cherry-pick some patches from master.

Also pre-prepare for incoming release of GStreamer 1.18.
2020-09-02 07:25:19 +02:00
Orivej Desh (NixOS)
de45bbe1b4
Merge pull request #96684 from magnetophon/LV2plugins
update some LV2 plugins
2020-09-02 05:12:54 +00:00
Orivej Desh
018f0862ba surge: fix build 2020-09-02 05:09:42 +00:00
Bart Brouns
e0baa46fea surge: 1.6.6 -> 1.7.1 2020-09-02 04:56:57 +00:00
Bart Brouns
f68e68497f surge: init at 1.6.6 2020-09-02 04:56:57 +00:00
Jan Tojnar
34c2ad1474
pitivi: clean up
* format with nixpkgs-fmt
* use pkg-config instead of pkgconfig alias
* reorder attributes
* move version inside the mkDerivation
2020-09-02 06:29:49 +02:00
Mario Rodas
d8d4fc6f6d git-lfs: 2.11.0 -> 2.12.0
https://github.com/git-lfs/git-lfs/releases/tag/v2.12.0
2020-09-02 04:20:00 +00:00
Andreas Fuchs
04fffd6cae emacs: use -B flags for native compilation dependencies
The -B flag to gcc (and libgccjit) allows us to specify where it can
find things it needs to correctly compile code (both programs and
libraries) without adjusting any environmental flags: So, no need to
wrap the program for a PATH entry containing binutils, and no need to
explicitly pass a linker path anymore.
2020-09-01 22:58:27 -04:00
Orivej Desh
3db58a2f4c
tunefish: init at unstable 2020-08-13 (#96539)
Fails to build on aarch64 due to the use of x86 intrinsics.
2020-09-02 02:48:58 +00:00
John Ericson
1965a241fc
Merge pull request #61019 from volth/gcc.arch-amd
platform.gcc.arch: support for AMD CPUs
2020-09-01 22:31:16 -04:00
Jan Tojnar
8bc01e4029
webcamoid: drop legacy gst 2020-09-02 04:01:06 +02:00
Jan Tojnar
9fb67a2592
googleearth: do not use legacy gst 2020-09-02 04:01:06 +02:00
Mario Rodas
d38821a9c0
Merge pull request #96905 from marsam/update-ncspot
ncspot: 0.2.1 -> 0.2.2
2020-09-01 20:10:21 -05:00
Sascha Grunert
7bb51c2a60 podman: 2.0.5 -> 2.0.6
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-02 07:33:34 +10:00
Scott Worley
8ebee6e3a6 gtg: Run tests 2020-09-01 14:18:18 -07:00
Lassulus
f5d9a1d2b1
Merge pull request #96462 from helsinki-systems/upd/texstudio
texstudio: 2.12.22 -> 3.0.0
2020-09-01 19:37:56 +02:00
Kevin Cox
2cd9dd502c sparkleshare: init at 3.28 2020-09-01 12:09:52 -04:00
Julien Dehos
5d29fd1359 lingot: add jackSupport option 2020-09-01 17:41:19 +02:00
Timo Kaufmann
4b5a5b58fe
Merge pull request #94031 from Atemu/qdirstat-update
qdirstat: 1.6.1 -> 1.7
2020-09-01 15:24:03 +02:00
Marek Mahut
50f068654a
Merge pull request #96293 from prusnak/wasabi
wasabiwallet: 1.1.11.1 -> 1.1.12
2020-09-01 14:18:07 +02:00
Daniël de Kok
13ab2b4b10 zotero: fix reliance on coreutils being in PATH
zotero currently fails in pure environments with:

.zotero-wrapped: line 12: readlink: command not found
.zotero-wrapped: line 12: dirname: command not found
.zotero-wrapped: line 13: /zotero-bin: No such file or directory

Because the script assumes that readlink and dirname are
available. Fix by adding coreutils to PATH using the wrapper.
2020-09-01 13:29:46 +02:00
Daniël de Kok
592adc7915
Merge pull request #96750 from r-ryantm/auto-update/zotero
zotero: 5.0.88 -> 5.0.89
2020-09-01 13:18:52 +02:00
Martin Weinelt
918c9344c0
Merge pull request #96894 from oyren/portfolio-0-48
portfolio: 0.47.0 -> 0.48.0
2020-09-01 13:18:45 +02:00
Luflosi
0bfd16a1dd
kakoune: 2020.08.04 -> 2020.09.01
https://github.com/mawww/kakoune/releases/tag/v2020.09.01
2020-09-01 13:17:55 +02:00
Vladimír Čunát
0be331dbb2
Merge #96447: firefox-beta-bin: 80.0b8 -> 81.0b4 2020-09-01 13:04:24 +02:00
Michael Weiss
7ebcaec02f
Merge pull request #96874 from meutraa/update/android-studio-canary
Update Android Studio Beta
2020-09-01 12:09:17 +02:00
Moritz Scheuren
db7832d0e5 portfolio: 0.47.0 -> 0.48.0 2020-09-01 11:12:01 +02:00
Daniël de Kok
23c51e2b2a
Merge pull request #96887 from danieldk/adobe-reader-insecure
adobe-reader: add knownVulnerabilities
2020-09-01 09:59:49 +02:00
Yves Fischer
1f96216844 qcad: 3.24.3.10 -> 3.25.0.0
* update upstream version to 3.25.0.0
* fix the application desktop file to use the right binary name
* make building more robust when qt version changes, automatically try
  to copy qtscriptgenerator directory
2020-09-01 09:26:46 +02:00
Daniël de Kok
8ec5187cb4
Merge pull request #96339 from danieldk/fossil-improvements
fossil: install man page and bash shell completions, use system sqlite
2020-09-01 08:53:10 +02:00
Daniël de Kok
4b07b00c0d adobe-reader: add knownVulnerabilities
We should really avoid that people unknowingly use Adobe Reader, it
has literally tens of known high-score code execution vulnerabilities,
probably exploited in the wild.
2020-09-01 08:39:36 +02:00
Mario Rodas
1111bd259b ncspot: 0.2.1 -> 0.2.2
https://github.com/hrkfdn/ncspot/releases/tag/v0.2.2
2020-09-01 04:20:00 +00:00
Mario Rodas
e7acfe332d
Merge pull request #96740 from r-ryantm/auto-update/xfractint
xfractint: 20.04p15 -> 20.04p16
2020-08-31 20:56:09 -05:00
R. RyanTM
8b1dc2f4a8 teamviewer: 15.5.6 -> 15.8.3 2020-08-31 17:48:48 -07:00
Ryan Mulligan
561e6aba1e
Merge pull request #96064 from r-ryantm/auto-update/minder
minder: 1.9.1 -> 1.9.2
2020-08-31 17:33:46 -07:00
R. RyanTM
f02984aace vim: 8.2.1123 -> 8.2.1522 2020-08-31 17:33:28 -07:00
Mario Rodas
df9f71c21f
Merge pull request #96722 from r-ryantm/auto-update/todo.txt-cli
todo-txt-cli: 2.11.0 -> 2.12.0
2020-08-31 19:27:40 -05:00
R. RyanTM
71d933e214 openhantek6022: 3.1.1 -> 3.1.2 2020-08-31 17:24:28 -07:00
R. RyanTM
ca1cd1e409 tilt: 0.17.0 -> 0.17.2 2020-08-31 17:20:12 -07:00
Jonathan Ringer
ceaf053456 gnumeric: 1.12.47 -> 1.12.48 2020-08-31 17:15:13 -07:00
R. RyanTM
5c2d5800b8 seafile-client: 7.0.7 -> 7.0.9 2020-08-31 16:55:42 -07:00
R. RyanTM
afdc68d215 sdcv: 0.5.2 -> 0.5.3 2020-08-31 16:51:30 -07:00
meutraa
e909c93a29
androidStudioPackages.beta: change maintainer to meutraa 2020-08-31 23:08:14 +01:00
meutraa
dba6fb3615
androidStudioPackages.beta: 4.1.0.14 -> 4.1.0.17 2020-08-31 23:07:25 +01:00
Robert Scott
ba788d6086
Merge pull request #96241 from fatpat/chirp
chirp: 20200430 -> 20200807
2020-08-31 22:48:01 +01:00
Robert Scott
cc73d39c82
Merge pull request #96275 from jonasnick/update-lnd
lnd: 0.10.3 -> 0.11.0
2020-08-31 22:39:42 +01:00
Serg Nesterov
b7d93e0374
navi: 2.9.0 -> 2.10.0 2020-08-31 23:19:28 +03:00
Cole Helbling
6b676b71be
firefox-beta-bin: 80.0b8 -> 81.0b4 2020-08-31 12:41:10 -07:00
worldofpeace
20252b3cb6 nasc: typo 2020-08-31 13:53:25 -04:00
worldofpeace
32a9e0eea7 nasc: 0.5.4 -> 0.7.5
* updates to meson build system
* adapt to complications around libqalculate
* update metadata
* add update script
2020-08-31 13:50:43 -04:00
Frederik Rietdijk
e29c1e42e0 Merge staging-next into staging 2020-08-31 19:46:33 +02:00
Mario Rodas
fc4bb3019e
Merge pull request #96590 from r-ryantm/auto-update/scaleft
scaleft: 1.45.3 -> 1.45.4
2020-08-31 12:45:19 -05:00
Mario Rodas
e221aa9cba
Merge pull request #96734 from r-ryantm/auto-update/worker
worker: 4.4.0 -> 4.5.0
2020-08-31 12:43:16 -05:00
Mario Rodas
1668ac8178
Merge pull request #96725 from r-ryantm/auto-update/sxhkd
sxhkd: 0.6.1 -> 0.6.2
2020-08-31 12:33:59 -05:00
Daniël de Kok
c9e9013863
Merge pull request #96768 from peterhoeg/d/qvim
qvim: drop it
2020-08-31 19:33:07 +02:00
Mario Rodas
275052ac9f
Merge pull request #96754 from r-ryantm/auto-update/yadm
yadm: 2.4.0 -> 2.5.0
2020-08-31 12:31:49 -05:00
Frederik Rietdijk
303e0bca3b
Merge pull request #96610 from romildo/rm.deepin
deepin: remove from nixpkgs
2020-08-31 17:58:11 +02:00
Léo Gaspard
9be67b2eeb rss2email: 3.12.1 -> 3.12.2 2020-08-31 17:34:31 +02:00
Daniël de Kok
365cf6444f
Merge pull request #96716 from r-ryantm/auto-update/shotwell
shotwell: 0.31.1 -> 0.31.2
2020-08-31 17:13:29 +02:00
R. RyanTM
8778d362bc owncloud-client: 2.5.4.11654 -> 2.6.3.14058 2020-08-31 17:11:38 +02:00
R. RyanTM
889e72b852 cloudflared: 2020.5.1 -> 2020.6.1 2020-08-31 17:11:19 +02:00
R. RyanTM
43114a1751 wxmaxima: 20.04.0 -> 20.06.6 2020-08-31 17:09:33 +02:00
Peter Hoeg
8401a6262e qvim: drop it
Upstream has moved development to neovim instead where this frontend is
now based on Qt5.
2020-08-31 23:04:00 +08:00
R. RyanTM
73cff3d2c2 R: 4.0.0 -> 4.0.2 2020-08-31 16:57:06 +02:00
R. RyanTM
45782da7af synthv1: 0.9.14 -> 0.9.15 2020-08-31 16:56:10 +02:00
R. RyanTM
18146948e0 tixati: 2.73 -> 2.74 2020-08-31 16:54:46 +02:00
R. RyanTM
c2dd047bfb fldigi: 4.1.13 -> 4.1.14 2020-08-31 16:54:20 +02:00
R. RyanTM
604ba08483 fmit: 1.2.13 -> 1.2.14 2020-08-31 16:53:37 +02:00
R. RyanTM
47dec21cac qsynth: 0.6.2 -> 0.6.3 2020-08-31 16:51:31 +02:00
Frederik Rietdijk
90e5341240
Merge pull request #94598 from kampka/kops
kops_1_18: init at 1.18.0
2020-08-31 16:50:46 +02:00
Michele Guerini Rocco
9379f9350d
Merge pull request #96661 from matthiasbeyer/update-mutt
mutt: 1.14.6 -> 1.14.7
2020-08-31 16:20:28 +02:00
Ryan Mulligan
db79e3ee10
Merge pull request #96583 from r-ryantm/auto-update/renoise
renoise: 3.2.1 -> 3.2.2
2020-08-31 06:22:41 -07:00
Peter Hoeg
d761d68cd3
Merge pull request #96645 from NixOS/u/puddletag
puddletag: 1.2.0 -> 2.0.1
2020-08-31 21:07:56 +08:00
Kevin Cox
599089ed1d
neovim-qt: Add homepage 2020-08-31 07:19:40 -04:00
Konrad Borowski
053910590d audacity: update homepage URL 2020-08-31 12:27:36 +02:00
R. RyanTM
9ea3bdfe15 yadm: 2.4.0 -> 2.5.0 2020-08-31 10:22:26 +00:00
R. RyanTM
ada252961c zotero: 5.0.88 -> 5.0.89 2020-08-31 10:17:52 +00:00
R. RyanTM
9a94b93acf xfractint: 20.04p15 -> 20.04p16 2020-08-31 07:32:15 +00:00
Johannes Schleifenbaum
29b5f40c45
dbeaver: 7.1.5 -> 7.2.0 2020-08-31 08:51:48 +02:00
R. RyanTM
1249f6c90a worker: 4.4.0 -> 4.5.0 2020-08-31 06:05:47 +00:00
Daniël de Kok
353fd706fd
Merge pull request #96727 from r-ryantm/auto-update/typora
typora: 0.9.89 -> 0.9.95
2020-08-31 07:50:05 +02:00
R. RyanTM
04f9516845 typora: 0.9.89 -> 0.9.93 2020-08-31 07:27:06 +02:00
Andreas Fuchs
6ad323d0a0 emacs: use -B flags for native compilation dependencies
The -B flag to gcc (and libgccjit) allows us to specify where it can
find things it needs to correctly compile code (both programs and
libraries) without adjusting any environmental flags: So, no need to
wrap the program for a PATH entry containing binutils, and no need to
explicitly pass a linker path anymore.
2020-08-31 00:47:33 -04:00
R. RyanTM
69e6d780e9 sxhkd: 0.6.1 -> 0.6.2 2020-08-31 03:43:58 +00:00
R. RyanTM
98d12d176f todo-txt-cli: 2.11.0 -> 2.12.0 2020-08-31 03:08:13 +00:00
Orivej Desh
19688e1df8 sonic-visualiser: 4.0.1 -> 4.2 2020-08-31 02:57:07 +00:00
R. RyanTM
b7a8f9a057 shotwell: 0.31.1 -> 0.31.2 2020-08-31 00:52:07 +00:00
worldofpeace
6de4b96228 sonata: fixup dependencies 2020-08-30 15:57:11 -04:00
Jan Tojnar
071b49b380
Merge pull request #95897 from dasj19/orca-updates
gnome3.orca: 3.36.4 -> 3.36.5
2020-08-30 20:47:38 +02:00
Michael Weiss
4d851ae78f
Merge pull request #96573 from meutraa/update/android-studio-canary
androidStudioPackages.{dev,canary}: 4.2.0.7 -> 4.2.0.8
2020-08-30 20:29:08 +02:00
José Romildo Malaquias
b768afb2e9 deepin: remove from nixpkgs
The Deepin Desktop Environment (DDE) is not yet fully packaged in
nixpkgs and it has shown a very difficult task to complete, as
discussed in https://github.com/NixOS/nixpkgs/issues/94870. The
conclusion is that it is better to completely remove it.
2020-08-30 15:27:42 -03:00
Milan Pässler
6956ce821d gitlab: 13.0.12 -> 13.0.14 2020-08-30 11:24:25 -07:00
Bart Brouns
f1cfc5060d bschaffl: 0.3 -> 1.2.0 2020-08-30 18:52:58 +02:00
Bart Brouns
b1fa496da9 bjumblr: 1.4.0 -> 1.4.2 2020-08-30 18:52:43 +02:00
Bart Brouns
168ff64d8d bchoppr: 1.6.4 -> 1.8.0 2020-08-30 18:52:29 +02:00
Bart Brouns
7a541cf382 dragonfly-reverb: 3.1.1 -> 3.2.1 2020-08-30 18:52:14 +02:00
Bart Brouns
1795859deb geonkick: 2.3.3 -> 2.3.7 2020-08-30 18:51:41 +02:00
Vladimír Čunát
f56bda0c0c
Merge #96360: thunderbird*: updates 2020-08-30 18:00:26 +02:00