Commit Graph

57739 Commits

Author SHA1 Message Date
Aaron Andersen d9868214a3
Merge pull request #122672 from r-ryantm/auto-update/kodi-inputstream-ffmpegdirect
kodiPackages.inputstream-ffmpegdirect: 1.21.2 -> 1.21.3
2021-05-14 23:24:52 -04:00
Aaron Andersen 695e45f1df
Merge pull request #122673 from r-ryantm/auto-update/kodi-pvr-iptvsimple
kodiPackages.pvr-iptvsimple: 7.6.2 -> 7.6.4
2021-05-14 23:24:32 -04:00
Aaron Andersen 460f8def67
Merge pull request #122255 from aanderse/kodi
kodi: 19.0 -> 19.1
2021-05-14 23:21:08 -04:00
Ryan Mulligan 72948af15b
Merge pull request #122826 from r-ryantm/auto-update/kubernetes
kubernetes: 1.21.0 -> 1.21.1
2021-05-14 14:45:54 -07:00
John Ericson 18c38f8aee treewide: All the linker to be chosen independently
This will begin the process of breaking up the `useLLVM` monolith. That
is good in general, but I hope will be good for NetBSD and Darwin in
particular.

Co-authored-by: sterni <sternenseemann@systemli.org>
2021-05-14 21:29:51 +00:00
Stéphan Kochen 2adca7ae14
cd-hit: fix darwin build (#123026) 2021-05-14 17:27:16 -04:00
Michael Weiss 45bd7b39a4
signal-desktop: Add a Python wrapper to re-encrypt DBs
This is super hacky... :o
But then again it should at least prevent data loss.

Note: At least this isn't required for NixOS 21.05.
2021-05-14 22:54:38 +02:00
Vladimír Čunát c48eaa70e3
Merge branch 'master' into staging-next 2021-05-14 22:27:34 +02:00
Stéphan Kochen 006d7f80eb
imagemagick6: fix darwin build (#123023) 2021-05-14 16:21:38 -04:00
Michael Weiss fdbf305e3b
wio: Build with wlroots 0.13 2021-05-14 19:47:03 +02:00
Michael Weiss c5a08f8a62
waybox: 2020-05-01 -> 2021-04-07 2021-05-14 19:44:55 +02:00
Anderson Torres f6fa95f6f1
Merge pull request #122797 from AndersonTorres/quick-patches
Emacs packages updates
2021-05-14 14:17:29 -03:00
Christian Kögler 428edf7fe0 neovide: init at ba42855 2021-05-14 18:53:15 +02:00
Vladimír Čunát 850880e854
Merge #123005: apparmor: fix profile building on darwin 2021-05-14 18:16:58 +02:00
Thomas Tuegel 2f06be9f99
Merge pull request #122955 from peterhoeg/u/taglib_1_12
taglib: 1.11.1 -> 1.12
2021-05-14 11:09:03 -05:00
Julien Moutinho 8184d8b0f2 apparmor: fix profile building on darwin 2021-05-14 17:37:33 +02:00
Ana Hobden 895f68dcec spotify-qt: 3.5 -> 3.6
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-05-14 08:08:51 -07:00
06kellyjac e10ce7ef01 waypoint: 0.3.1 -> 0.3.2
Disable check phase to avoid error log
Add completion
2021-05-14 12:13:21 +01:00
David Terry 86634bbff3
turbo-geth: 2021.05.01 -> 2021.05.2 2021-05-14 13:06:05 +02:00
Lorenzo Manacorda 5ecbb0344d polkadot: 0.9.0 -> 0.9.1 2021-05-14 12:25:29 +02:00
Jörg Thalheim 06d8a6f99d
Merge pull request #122937 from r-ryantm/auto-update/brave
brave: 1.24.82 -> 1.24.85
2021-05-14 11:04:08 +01:00
Jörg Thalheim 5f5a054ad7
Merge pull request #122946 from r-ryantm/auto-update/dnscontrol
dnscontrol: 3.8.1 -> 3.9.0
2021-05-14 10:54:06 +01:00
nixbitcoin 1608efae17
btcpayserver, nbxplorer: gpg verify upstream sources 2021-05-14 11:28:21 +02:00
Erik Arvstedt 60c6153ab1
btcpayserver/update.sh: auto-update nbxplorer
It's now sufficient to run a single script (btcpayserver/update.sh) to
update btcpayserver. This simplifies maintenance.
nbxplorer is a strict dependency of btcpayserver.
2021-05-14 11:28:21 +02:00
Erik Arvstedt 074b608d01
nbxplorer: 2.1.49 -> 2.1.51 2021-05-14 11:28:21 +02:00
nixbitcoin e2dc2b8596
btcpayserver: 1.0.7.2 -> 1.1.1 2021-05-14 11:28:18 +02:00
Jörg Thalheim 404d071c21
Merge pull request #122928 from samuela/upkeep-bot/vscode-1.56.2-1620952641
vscode: 1.56.1 -> 1.56.2
2021-05-14 09:23:58 +01:00
Evils e2661b00f7 kicad: add sanitizeAddress & sanitizeThreads options
only kicad 5.99 or later are affected
was briefly -DKICAD_SANITIZE=ON
are mutually exclusive according to a compiler error
2021-05-14 09:03:53 +02:00
Evils e37d772beb kicad: avoid rebuild on date change
the date changes more often than most of the inputs
the date can also change on the base without other changes
  this causes a substantial rebuild for no reason
2021-05-14 09:03:53 +02:00
Evils 7dc05fed4f kicad: bunch of minor cleanup
squash of the following

kicad: makeFlags: optional -> optionals

kicad: remove -1 in version string, no more patch

should have been removed in a52e974cff

kicad: remove berce as maintainer

kicad: gtk3 -> wxGTK.gtk

use wxGTK.gtk rather than gtk3

add graphviz as doxygen wants it (no idea if doxygen is required...)
  minor compilation warning

kicad: rearrange / sort inputs

separate optional deps and options

kicad: clear some configuration warnings

linux specific stuff that's wanted by something in config

kicad: fix opening bug report in firefox wayland

may be removed when kicad goes native?
2021-05-14 09:03:53 +02:00
Evils 3fe839e78c kicad: 5.1.9 -> 5.1.10 2021-05-14 09:03:53 +02:00
Evils 7a69e69a0b kicad-unstable: 2020-12-23 -> 2021-05-13 2021-05-14 09:03:46 +02:00
Peter Hoeg 92f7fe58b6 strawberry: drop special taglib handling 2021-05-14 14:42:20 +08:00
zowoq 004f8cd986 Merge staging-next into staging 2021-05-14 16:32:43 +10:00
github-actions[bot] bfb5f4cc5e
Merge master into staging-next 2021-05-14 06:22:26 +00:00
Evils b54dfb232e kicad-unstable: link through new /share/metainfo 2021-05-14 08:06:25 +02:00
Evils 552a5a900c kicad-unstable: set KICAD6 env vars 2021-05-14 08:06:25 +02:00
Evils 95de1291b2 kicad-unstable: use wxPython 4.1 2021-05-14 08:06:24 +02:00
Doron Behar 210784b7c8
Merge pull request #121563 from austinbutler/wrap 2021-05-14 05:50:35 +00:00
Andrei Lapshin 9a025431e9 androidStudioPackages.{canary,dev}: 2020.3.1.10 -> 2020.3.1.15 2021-05-14 08:23:48 +03:00
Andrei Lapshin bf5cc9ff7c androidStudioPackages.stable: 4.1.3.0 -> 4.2.1.0 2021-05-14 08:23:35 +03:00
Austin Butler 4b349864ca gnuradio: rename wrap option to doWrap
Prevents naming conflict, see NixOS#121563
2021-05-13 20:53:35 -07:00
R. RyanTM f424c78f36 dnscontrol: 3.8.1 -> 3.9.0 2021-05-14 03:27:22 +00:00
R. RyanTM 35510418d0 brave: 1.24.82 -> 1.24.85 2021-05-14 02:07:42 +00:00
github-actions[bot] bf5d8bb531
Merge master into staging-next 2021-05-14 00:58:11 +00:00
Evils df2eb33f06 krita: add breeze-icons
otherwise there are no icons available
2021-05-14 02:56:30 +02:00
Anders Kaseorg bc725d7fb6 zulip: 5.6.0 → 5.7.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-05-13 17:47:43 -07:00
upkeep-bot 4f4486dbce vscode: 1.56.1 -> 1.56.2 2021-05-14 00:37:21 +00:00
Michael Weiss 940dfa9940
signal-desktop: Fix the database encryption by preloading SQLCipher
AFAIK this is the only reliable way for us to ensure SQLCipher will be
loaded instead of SQLite. It feels like a hack/workaround but according
to the SQLCipher developers [0] "this issue can and should be handled
downstream at the application level: 1. While it may feel like a
workaround, using LD_PRELOAD is a legitimate approach here because it
will substitute the system SQLite with SQLCipher which is the intended
usage model;".

This fixes #108772 for NixOS 20.09 users who upgrade to NixOS 21.05 and
replaces #117555.

For nixos-unstable users this will unfortunately break everything again
so we should add a script to ease the transition (in a separate commit
so that we can revert it for NixOS 21.05).

[0]: https://github.com/sqlcipher/sqlcipher/issues/385#issuecomment-802874340
2021-05-14 02:33:42 +02:00
Ben Wolsieffer 6e3b082026 qgroundcontrol: 4.1.2 -> 4.1.3 2021-05-13 20:24:22 -04:00
Michael Weiss 1cdf5f4436
Merge pull request #122816 from primeos/ungoogled-chromium
ungoogled-chromium: 90.0.4430.93 -> 90.0.4430.212
2021-05-14 02:06:30 +02:00
Jan Tojnar ac6a4f7cf5
Merge branch 'staging-next' into staging 2021-05-14 01:40:09 +02:00
Robert Schütz 4091ac3193 sc-im: 0.8.1 -> 0.8.2
https://github.com/andmarti1424/sc-im/releases/tag/v0.8.2
2021-05-13 22:57:32 +02:00
Fabian Affolter 504388666c
Merge pull request #122799 from chuahou/update-stork
stork: 1.2.0 -> 1.2.1
2021-05-13 22:54:08 +02:00
Sandro 78632afef9
Merge pull request #121690 from 06kellyjac/terragrunt
terragrunt: 0.29.1 -> 0.29.2
2021-05-13 22:23:36 +02:00
David Guibert 4cc3ed2477
davmail: 5.4.0 -> 5.5.1 (#122856) 2021-05-13 22:23:15 +02:00
Sandro 2af564932d
Merge pull request #122876 from maxeaubrey/nomad_1.0.5 2021-05-13 22:21:19 +02:00
zowoq fe8e7c435a minikube: 1.19.0 -> 1.20.0
https://github.com/kubernetes/minikube/releases/tag/v1.20.0
2021-05-14 06:20:31 +10:00
R. RyanTM 03f23a8449 gallery-dl: 1.17.3 -> 1.17.4 2021-05-13 20:01:28 +00:00
hjones2199 036e234a66
siril: fix build with glib-2.68 dependency (#122874) 2021-05-13 15:03:29 -04:00
Maxine Aubrey 04344581df
nomad_0_12: 0.12.10 -> 0.12.12 2021-05-13 20:50:39 +02:00
Michael Weiss 60f2af5938
Merge pull request #122605 from primeos/nixos-sway-extend-default-configuration
nixos/sway: Extend the default configuration for NixOS
2021-05-13 20:48:55 +02:00
Maxine Aubrey afb0c71d7e
nomad_1_0: 1.0.4 -> 1.0.5 2021-05-13 20:39:41 +02:00
Eduardo Sánchez Muñoz 39167dd014 seafile-client: add eduardosm as maintainer 2021-05-13 11:39:04 -07:00
Eduardo Sánchez Muñoz 12562e44f1 seafile-client: fix build 2021-05-13 11:39:04 -07:00
github-actions[bot] 39e3f7c2cc
Merge master into staging-next 2021-05-13 18:32:50 +00:00
ajs124 48c25a9eaf virt-manager-qt: 0.71.95 -> 0.72.97
and fix build
2021-05-13 11:26:34 -07:00
Jonas Chevalier c6b62f2381
mkShell: introduce packages argument (#122180)
The distinction between the inputs doesn't really make sense in the
mkShell context.  Technically speaking, we should be using the
nativeBuildInputs most of the time.

So in order to make this function more beginner-friendly, add "packages"
as an attribute, that maps to nativeBuildInputs.

This commit also updates all the uses in nixpkgs.
2021-05-13 19:17:29 +02:00
R. RyanTM 01b771bce0 gpsprune: 20.3 -> 20.4 2021-05-13 18:48:07 +02:00
Dmitry Ivankov 9236fe835f sweethome3d: 6.4.2 -> 6.5.2, also bump editors, use fetchurl and fix build
fixes build failures
https://hydra.nixos.org/build/142550788/nixlog/2
https://hydra.nixos.org/build/142549864/nixlog/2

Replaces fetchsvn/fetchcvs with fetchurl because fetchcvs wasn't able to fetch newer versions.

jre8 seems to be required due to InaccessibleObjectException/IllegalAccessException on app start on jdk9+

ZHF: #122042
2021-05-13 09:46:22 -07:00
Maxine Aubrey f2c51f546b open-vm-tools: fix building with glib 2.68 2021-05-13 16:40:07 +00:00
Robert Schütz 882b692c4f python3Packages.arrow_1: merge into python3Packages.arrow
They are the same version.
2021-05-13 09:21:56 -07:00
Sebastian Sellmeier cd0b34aff2 terminator: 2.1.0 -> 2.1.1 2021-05-13 18:20:51 +02:00
Marek Mahut 1a0d37a683
Merge pull request #122809 from r-ryantm/auto-update/ergo
ergo: 4.0.9 -> 4.0.10
2021-05-13 16:32:08 +02:00
R. RyanTM a692d241cf kubernetes: 1.21.0 -> 1.21.1 2021-05-13 12:51:11 +00:00
github-actions[bot] 60f5ecc76d
Merge staging-next into staging 2021-05-13 12:26:52 +00:00
github-actions[bot] 7465594428
Merge master into staging-next 2021-05-13 12:26:48 +00:00
Guillaume Girol 223d3c0cf5 kdeconnect: fix empty buttons 2021-05-13 12:00:00 +00:00
maralorn 5687a345be
Merge pull request #122705 from rvl/fix-taffybar 2021-05-13 13:54:18 +02:00
Michael Weiss 82da72a8e1
Merge pull request #122815 from primeos/chromiumBeta
chromiumBeta: 91.0.4472.38 -> 91.0.4472.57
2021-05-13 13:29:32 +02:00
Michael Weiss 1e82d9ce90
Merge pull request #122811 from primeos/jekyll
jekyll: Remove myself as maintainer
2021-05-13 13:26:04 +02:00
Michael Weiss c31eda265a
ungoogled-chromium: 90.0.4430.93 -> 90.0.4430.212 2021-05-13 13:04:58 +02:00
Michael Weiss 63ff7e430b
chromiumBeta: 91.0.4472.38 -> 91.0.4472.57 2021-05-13 13:04:34 +02:00
Michael Weiss b364139f2b
maintainers: remove pesterhazy
Their last commit was caf43ad5af from 2015.
Thank you for your contributions.
2021-05-13 13:00:47 +02:00
Michael Weiss 621a242a1a
jekyll: Remove myself as maintainer
I don't use it much anymore.
2021-05-13 12:54:36 +02:00
Mathnerd314 d1601a40c4
supertux-editor: mark as broken (#122781)
SuperTux now uses an in-game editor, so there's no point in trying to build this old C# monstrosity.
2021-05-13 06:19:30 -04:00
R. RyanTM 15dd18a4a8 ergo: 4.0.9 -> 4.0.10 2021-05-13 10:04:20 +00:00
Jan Tojnar 0313c77b55
Merge branch 'staging-next' into staging 2021-05-13 11:42:36 +02:00
Thomas Gerbet 7e943b6a46 clipgrab: use ffmpeg4
See migrate away from ffmpeg_3 #120705.
2021-05-13 09:30:21 +02:00
Chua Hou 159fe665a8
stork: 1.2.0 -> 1.2.1 2021-05-13 14:58:37 +08:00
github-actions[bot] e59f22faf5
Merge master into staging-next 2021-05-13 06:22:11 +00:00
Kira Bruneau 7e96d4c7a7 newsflash: 1.4.0 → 1.4.1 2021-05-13 02:16:17 -04:00
AndersonTorres 0b31c01708 elpa-generate.nix: update via update-elpa 2021-05-13 02:59:26 -03:00
AndersonTorres 7110fa6331 recipes-archive-melpa.json: update via update-melpa 2021-05-13 02:59:26 -03:00
AndersonTorres 0e15125e37 emacsPackages.org: 20210503 -> 20210510 2021-05-13 02:59:25 -03:00
Ben Wolsieffer 09ac4d615a mavproxy: clarify license as gpl3Plus
The README states: "MAVProxy is released under the GNU General Public License v3
or later"
2021-05-12 22:51:36 -04:00
Ben Wolsieffer 7d652d0c23 mavproxy: 1.8.34 -> 1.8.36 2021-05-12 22:48:04 -04:00
AndersonTorres 3dcaf54794 emacsPackages.sunrise-commander: modify description 2021-05-12 23:08:07 -03:00
Anderson Torres 9c0ca46a6d
Merge pull request #122578 from AndersonTorres/quick-patches
Quick patches
2021-05-12 23:04:37 -03:00
github-actions[bot] a8e5ac148b
Merge master into staging-next 2021-05-13 00:56:26 +00:00
Mauricio Collares 9847e84d55 pari: 2.11.4 -> 2.13.1, update sage test expectations 2021-05-12 21:21:14 -03:00
Rodney Lorrimar c46059f732
taffybar: restore ability to override ghcWithPackages arg 2021-05-13 10:01:50 +10:00
Rick van Schijndel 548818a448 rtl_433: 20.11 -> 21.05 2021-05-13 00:22:52 +02:00
Michael Weiss e2adee6827
chromiumDev: Fix the build
python.withPackages avoids the problem with mixed Python 2 and Python 3
dependencies.
2021-05-12 22:54:12 +02:00
Robert Schütz d099e7558e mono: 5 -> 6 2021-05-12 21:32:40 +02:00
Thomas Tuegel 5121d67a3c
Merge pull request #122032 from ttuegel/kde-frameworks-5.81
KDE Frameworks 5.81
2021-05-12 14:20:25 -05:00
github-actions[bot] b057978bb2
Merge staging-next into staging 2021-05-12 18:32:29 +00:00
github-actions[bot] f214722172
Merge master into staging-next 2021-05-12 18:32:26 +00:00
Michael Weiss 3d67a797b7
Merge pull request #121149 from primeos/signal-desktop-wayland
signal-desktop: 5.0.0 -> 5.1.0
2021-05-12 20:13:51 +02:00
Michael Weiss fd4f20bce4
signal-desktop: 5.0.0 -> 5.1.0
This is the most important Signal-Desktop release in a while as we
finally have Wayland support via Electron 12 \o/ #YAY :D

https://github.com/signalapp/Signal-Desktop/issues/3411

5bcf50ede9 (diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R231)
c6d5d852a9 (diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R232)
https://en.wikipedia.org/wiki/Electron_(software_framework)#Versions
2021-05-12 19:41:51 +02:00
Sandro 03521ca42d
Merge pull request #122710 from samuela/upkeep-bot/vscodium-1.56.1-1620821772
vscodium: 1.56.0 -> 1.56.1
2021-05-12 18:51:47 +02:00
Michael Weiss dfe2151351
Merge pull request #122648 from primeos/chromiumDev
chromiumDev: 92.0.4496.0 -> 92.0.4503.0
2021-05-12 18:35:00 +02:00
Martin Weinelt a18880bf72 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-12 18:28:03 +02:00
Sandro 82cbdfc88a
Merge pull request #122641 from 06kellyjac/octant 2021-05-12 18:04:57 +02:00
Sandro fa41b8a54f
Merge pull request #122613 from toonn/wire-desktop-bump 2021-05-12 18:02:47 +02:00
Sandro 038075c460
Merge pull request #122620 from oxzi/watson-2.0.1
watson: 2.0.0 -> 2.0.1
2021-05-12 17:55:32 +02:00
Robert Helgesson 85cc04df14
Merge pull request #122643 from rycee/terraform-azure-keycloak
Bump Azure Terraform provider and set Keycloak provider source
2021-05-12 16:26:24 +02:00
Mario Rodas 9c3578a58f
Merge pull request #122662 from jeffutter/_1password_fix_darwin
_1password: Fix Darwin Builds
2021-05-12 09:11:10 -05:00
R. RyanTM 72568e154e firecracker: 0.24.2 -> 0.24.3 2021-05-12 13:46:57 +00:00
Jörg Thalheim e2d88e0ae3
Merge pull request #122514 from superherointj/package-k3s-v1.21.0+k3s1
k3s: 1.20.6+k3s1 -> 1.21.0+k3s1
2021-05-12 14:34:38 +01:00
Sandro c662b55edc
Merge pull request #122718 from otavio/i3status-rust-0.21.1
i3status-rust: 0.20.0 -> 0.20.1
2021-05-12 15:30:03 +02:00
Sandro 65aee7c2ef
Merge pull request #122659 from samuela/upkeep-bot/vscode-1.56.1-1620779139
vscode: 1.56.0 -> 1.56.1
2021-05-12 15:05:45 +02:00
Otavio Salvador c49f63cddf i3status-rust: 0.20.0 -> 0.20.1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-12 10:02:07 -03:00
Sandro 5310111a5e
Merge pull request #122713 from otavio/fix-anydesk-runtime-error
anydesk: Add minizip as buildInputs
2021-05-12 14:54:19 +02:00
Jan Tojnar 71fa678899
Merge branch 'staging-next' into staging 2021-05-12 14:31:36 +02:00
github-actions[bot] 1d2db66464
Merge master into staging-next 2021-05-12 12:27:04 +00:00
Otavio Salvador 306d756ea9 anydesk: Add minizip as buildInputs
The anydesk links to minizip now; fix runtime error.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-12 09:22:20 -03:00
upkeep-bot 9bd967cdfe vscodium: 1.56.0 -> 1.56.1 2021-05-12 12:16:12 +00:00
Alyssa Ross 91a30973cc i3: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross 427097c8c4 handbrake: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross 6a1924c0aa parlatype: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross 904c802411 gradio: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Sandro 4f7d67b942
Merge pull request #122697 from peterhoeg/u/navi
navi: 2.15 -> 2.16
2021-05-12 13:51:09 +02:00
R. RyanTM 64eadaded9 argo: 3.0.2 -> 3.0.3 2021-05-12 11:11:51 +00:00
Thomas Tuegel f99ac85c52
Merge pull request #120514 from ttuegel/kde-gear-21.04.0
KDE Gear 21.04.0
2021-05-12 05:58:30 -05:00
Thomas Tuegel 93b27100c8
kontactinterface: propagate kparts dependency 2021-05-12 05:43:06 -05:00
Thomas Tuegel 0f7f379752
korganizer: add kparts dependency 2021-05-12 05:43:06 -05:00
Thomas Tuegel 52837a216c
kdepim-runtime: remove kdelibs4support dependency 2021-05-12 05:43:01 -05:00
Thomas Tuegel b9ac4172eb
libkdegames: remove kdelibs4support dependency 2021-05-12 05:43:01 -05:00
Thomas Tuegel 5f070594b2
kwalletmanager: remove kdelibs4support dependency 2021-05-12 05:43:00 -05:00
Thomas Tuegel 0f35ba5af9
ktnef: remove kdelibs4support dependency 2021-05-12 05:43:00 -05:00
Thomas Tuegel bf547e3a51
krfb: remove kdelibs4support dependency 2021-05-12 05:42:59 -05:00
Thomas Tuegel d5c10cdd55
konsole: remove kdelibs4support dependency 2021-05-12 05:42:59 -05:00
Thomas Tuegel b8f583e509
konquest: remove kdelibs4support dependency 2021-05-12 05:42:58 -05:00
Thomas Tuegel 262fe2e205
kolourpaint: remove kdelibs4support dependency 2021-05-12 05:42:57 -05:00
Thomas Tuegel d0ff50b150
knotes: remove kdelibs4support depedency 2021-05-12 05:42:56 -05:00
Thomas Tuegel c078ab6572
kmix: remove kdelibs4support dependency 2021-05-12 05:42:56 -05:00
Thomas Tuegel c385abea99
kmail: remove kdelibs4support dependency 2021-05-12 05:42:55 -05:00
Thomas Tuegel 96133a0bad
kio-extras: remove kdelibs4support dependency 2021-05-12 05:42:55 -05:00
Thomas Tuegel 6f755c1e58
khelpcenter: remove kdelibs4support dependency 2021-05-12 05:42:54 -05:00
Thomas Tuegel e886937de6
kcalutils: remove kdelibs4support dependency 2021-05-12 05:42:54 -05:00
Thomas Tuegel cb463da39f
kalarmcal: remove kdelibs4support dependency 2021-05-12 05:42:53 -05:00
Thomas Tuegel 149df7830b
kalarm: remove kdelibs4support dependency 2021-05-12 05:42:53 -05:00
Thomas Tuegel 2354b4efda
gwenview: remove kdelibs4support dependency 2021-05-12 05:42:52 -05:00
Thomas Tuegel 14199e5e04
dragon: remove kdelibs4support dependency 2021-05-12 05:42:51 -05:00
Thomas Tuegel 6610f4f2dc
dolphin: remove kdelibs4support dependency 2021-05-12 05:42:50 -05:00
Thomas Tuegel 4af3f85e6b
dolphin-plugins: remove kdelibs4support dependency 2021-05-12 05:42:50 -05:00
Thomas Tuegel 7a5af6a006
baloo-widgets: remove kdelibs4support dependency 2021-05-12 05:42:50 -05:00
Thomas Tuegel 6b87a3f89a
konqueror: remove qtwebkit and kdelibs4support dependencies 2021-05-12 05:42:49 -05:00
Sandro 0667aa1655
Merge pull request #122594 from bbigras/obsidian
obsidian: 0.11.13 -> 0.12.3
2021-05-12 12:04:01 +02:00
Peter Hoeg 8a625b53b3 navi: 2.15 -> 2.16 2021-05-12 17:59:35 +08:00
Jan Tojnar 5c57c26a7e
Merge pull request #122626 from maxeaubrey/gnomecast_ffmpeg
gnomecast: switch from ffmpeg_3 to ffmpeg
2021-05-12 10:07:17 +02:00
Christoph Hrdinka 55301e2cb3
Merge pull request #122563 from stephank/fix-communi-darwin
communi: fix darwin build
2021-05-12 09:51:44 +02:00
github-actions[bot] e2cf474986
Merge staging-next into staging 2021-05-12 06:21:36 +00:00
github-actions[bot] d8fb37f470
Merge master into staging-next 2021-05-12 06:21:33 +00:00
Sandro d34e5f6425
Merge pull request #121770 from snoord/terraform-docs-v0.13.0
terraform-docs: 0.12.1 -> 0.13.0
2021-05-12 07:25:00 +02:00
Anderson Torres 363d7c6f86
Merge pull request #122592 from collares/sage-9.3
sage: 9.3rc4 -> 9.3
2021-05-12 01:31:22 -03:00
R. RyanTM 4f8e95ac59 kodiPackages.pvr-iptvsimple: 7.6.2 -> 7.6.4 2021-05-12 04:31:01 +00:00
R. RyanTM 425618115d kodiPackages.inputstream-ffmpegdirect: 1.21.2 -> 1.21.3 2021-05-12 04:18:12 +00:00
AndersonTorres 5ad65d4eb8 emacasPackages.sunrise-commander: 6r435 -> 0.0.0-unstable=2021-04-23 2021-05-12 00:15:41 -03:00
AndersonTorres 5d8c8c6c90 icewm: 2.2.0 -> 2.3.4 2021-05-12 00:15:41 -03:00
AndersonTorres 67a2f545ca eterm: 0.9.6 -> 0.9.6-unstable=2020-03-03 2021-05-12 00:15:40 -03:00
Bryan A. S e956f890f2 popeye: 0.9.0 -> 0.9.2
Update, refactor and enable tests

Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-05-11 22:40:54 -03:00
Jeffery Utter 360f43277f _1password: Fix Darwin Builds
The latest update to 1.9.1 broke builds on darwin, due to some paths
changing in the unpacked darwin package.

This updates the darwin unpackPhase to use the updated path.
2021-05-11 20:08:42 -05:00
github-actions[bot] 5c4cda9988
Merge staging-next into staging 2021-05-12 00:50:13 +00:00
github-actions[bot] 5a513ae14b
Merge master into staging-next 2021-05-12 00:50:10 +00:00
upkeep-bot 2ca5a4e2b6 vscode: 1.56.0 -> 1.56.1 2021-05-12 00:25:40 +00:00
John Ericson cf02b24813 Merge remote-tracking branch 'upstream/staging-next' into staging 2021-05-11 22:30:46 +00:00
Michael Weiss ee727dfdb7
chromiumDev: 92.0.4496.0 -> 92.0.4503.0 2021-05-11 23:58:02 +02:00
lunik1 be038cf4f9
megacmd: 1.2.0 -> 1.4.0 (#122405) 2021-05-11 23:47:19 +02:00
06kellyjac ed012af8f8 octant-desktop: 0.19.0 -> 0.20.0 2021-05-11 22:23:34 +01:00
06kellyjac 273ab793b6 octant: 0.19.0 -> 0.20.0 2021-05-11 22:23:02 +01:00
Robert Helgesson 4c8edd64e8
terraform-providers: set keycloak provider source address 2021-05-11 23:22:03 +02:00
Maximilian Bosch b169185b60
Merge pull request #122473 from TredwellGit/element
element: 1.7.26 -> 1.7.27
2021-05-11 22:20:17 +02:00
Maxine Aubrey 538c614396
gnomecast: switch from ffmpeg_3 to ffmpeg 2021-05-11 21:58:23 +02:00
Mauricio Collares b413d3570a sage: 9.3.rc4 -> 9.3 2021-05-11 16:49:32 -03:00
Mauricio Collares f206ba8ab9 singular: replace local patches by upstream ones 2021-05-11 16:49:10 -03:00
Mauricio Collares 391028eb3a pynac: add more patches, link to sage trac 2021-05-11 16:49:10 -03:00
Mauricio Collares 2a95fe1aea gap: 4.11.0 -> 4.11.1 2021-05-11 16:49:10 -03:00
Michael Weiss d4a651f448
Merge pull request #122602 from primeos/sway-set-xdg-env-vars
sway: Set XDG_CURRENT_DESKTOP=sway
2021-05-11 21:25:47 +02:00
Michael Weiss 9716bb8944
sway: Set XDG_CURRENT_DESKTOP=sway
This seems like a good idea in general and will at least make it easier
to get screen sharing to work (but still requires a proper NixOS
configuration including xdg-desktop-portal-wlr).

Note: It isn't necessary to set XDG_SESSION_TYPE=wayland as wlroots
already takes care of it (currently at least for the logind and libseat
session backends, the next wlroots release will require libseat):
4839664a92/backend/session/session.c (L80)
2021-05-11 21:19:45 +02:00
Alvar Penning 0310818382 watson: 2.0.0 -> 2.0.1 2021-05-11 20:54:50 +02:00
Bruno Bigras f0c88117e8 obsidian: 0.11.13 -> 0.12.3
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-11 14:38:56 -04:00
github-actions[bot] 37c26a396b
Merge master into staging-next 2021-05-11 18:28:07 +00:00
Robert Schütz c9494b6fe0
megapixels: 0.16.0 -> 1.0.1 (#121722)
https://git.sr.ht/~martijnbraam/megapixels/refs/1.0.0
https://git.sr.ht/~martijnbraam/megapixels/refs/1.0.1
2021-05-11 20:07:20 +02:00
Robert Helgesson 9e8b1b0755
terraform-providers: bump Azure providers
Specifically,

- azuread: 0.10.0 -> 1.4.0

- azurerm: 2.13.0 -> 2.58.0

- azurestack: 0.9.0 -> 0.10.0
2021-05-11 19:44:42 +02:00
toonn 462c21b533
wire-desktop: mac 3.24.4059 -> 3.25.4095 2021-05-11 19:17:07 +02:00
Thomas Tuegel d8b40b3787
kcachegrind: formatting nits 2021-05-11 12:15:06 -05:00
Thomas Tuegel b09a4af336
kmail: add qtkeychain to buildInputs 2021-05-11 12:15:05 -05:00
Thomas Tuegel 47cb1121c8
pim-sieve-editor: add qtkeychain to buildInputs 2021-05-11 12:15:04 -05:00
Thomas Tuegel 8e71c21dbb
akonadi-import-wizard: add qtkeychain buildInput 2021-05-11 12:15:04 -05:00
Thomas Tuegel deb62b7435
kdepim-runtime: add qtkeychain to buildInputs 2021-05-11 12:15:03 -05:00
Thomas Tuegel c96ac6d9a8
kmailtransport: add qtkeychain to buildInputs 2021-05-11 12:15:03 -05:00
Thomas Tuegel 13cb2b00e8
akonadi: fix path to kio_version.h 2021-05-11 12:15:02 -05:00
Thomas Tuegel b31dc33e33
akonadi: fix self paths 2021-05-11 12:15:02 -05:00
Thomas Tuegel c7c4d2e9ae
kldap: add libsecret to buildInputs 2021-05-11 12:15:01 -05:00
Thomas Tuegel 13ab0c27a1
akonadi: update patches 2021-05-11 12:15:01 -05:00
Thomas Tuegel e8ee87ded0
kdenlive: add qtnetworkauth to buildInputs 2021-05-11 12:15:00 -05:00
Thomas Tuegel eca680bc66
kldap: add qtkeychain to buildInputs 2021-05-11 12:15:00 -05:00
Thomas Tuegel 2dca56a3a5
kdeconnect-kde: add qtquickcontrols2 to buildInputs 2021-05-11 12:14:59 -05:00
Thomas Tuegel fe0226f5d7
kdeGear: broken with Qt < 5.15 2021-05-11 12:14:59 -05:00
Thomas Tuegel 799f351997
KDE Applications 20.12.3 -> KDE Gear 21.04.0 2021-05-11 12:14:58 -05:00
toonn 07dc385e07
wire-desktop: linux 3.24.2939 -> 3.25.2940 2021-05-11 19:14:32 +02:00
Robert Schütz 7c35d1e73e
Merge pull request #122332 from dotlambda/mauikit-1.2.2
libsForQt5.mauikit: 1.2.1 -> 1.2.2
2021-05-11 19:12:53 +02:00
Michael Weiss 00e8e5b123
nixos/sway: Extend the default configuration for NixOS
The default config.in template contains
"include @sysconfdir@/sway/config.d/*" but we've dropped it to better
support non-NixOS (which seems like a mistake in retrospect).
This restores that behaviour and extends the default configuration via
nixos.conf to fix #119445.

Note: The security configurations (security.d) where dropped entirely
(but maybe they'll return).
2021-05-11 18:53:49 +02:00
Jan Tojnar bd53855480
Merge pull request #122360 from dotlambda/feedbackd-0.0.0+git20210426
feedbackd: unstable-2021-01-25 -> 0.0.0+git20210426
2021-05-11 18:43:39 +02:00
Sandro b1eb90c00f
Merge pull request #122454 from nixbitcoin/XD 2021-05-11 17:31:33 +02:00
Sandro c5e26e3a62
Merge pull request #122549 from erdnaxe/fix_gnuradio
gnuradio: add Qt5 wrapper for version 3.9+
2021-05-11 17:21:06 +02:00
Mario Rodas ca26ea50d6
Merge pull request #122516 from marsam/update-ncspot
ncspot: 0.6.0 -> 0.7.0
2021-05-11 09:05:12 -05:00
Sandro dce5def733
Merge pull request #122537 from r-ryantm/auto-update/kubeseal
kubeseal: 0.15.0 -> 0.16.0
2021-05-11 15:49:17 +02:00
Anderson Torres dac4b0ad97
Merge pull request #122436 from peterhoeg/u/freecad_0_19_2
freecad: 0.19.1 -> 0.19.2
2021-05-11 10:42:58 -03:00
Jonas Chevalier 9285be37b8
Merge pull request #122013 from DiegoLelis/kops
kops_1_19: init at 1.19.2
2021-05-11 15:38:19 +02:00
Anderson Torres 5dad4f5f74
Merge pull request #122414 from fuzzypixelz/master
aegisub: fix x86_64-linux build
2021-05-11 10:30:25 -03:00
Anderson Torres 3423c5094f
Merge pull request #122341 from superherointj/package-linkerd-broken
linkerd: mark as broken
2021-05-11 10:27:28 -03:00
Maximilian Bosch 3385397ca1
Merge pull request #122328 from Ma27/bump-gitea
gitea: 1.14.1 -> 1.14.2
2021-05-11 14:43:44 +02:00
github-actions[bot] 309163aed7
Merge staging-next into staging 2021-05-11 12:24:31 +00:00
github-actions[bot] 1e7a48b474
Merge master into staging-next 2021-05-11 12:24:28 +00:00
Marek Mahut 5e7fe16211
Merge pull request #122560 from andresilva/ledger-live-2.26.1
ledger-live-desktop: 2.24.0 -> 2.26.1
2021-05-11 14:05:41 +02:00
nixbitcoin 315d082952
xd: init at 0.4.0 2021-05-11 11:21:25 +00:00
Stéphan Kochen 64945fc77e communi: partial fix for darwin app 2021-05-11 12:09:50 +02:00
André Silva bd7ea80d87
ledger-live-desktop: 2.24.0 -> 2.26.1 2021-05-11 10:43:57 +01:00
superherointj a10ede5a5a k3s: 1.20.6+k3s1 -> 1.21.0+k3s1 2021-05-11 06:36:41 -03:00
Jörg Thalheim b38859eed7
Merge pull request #122515 from fortuneteller2k/fix-xplr-darwin
xplr: add libiconv as dependency when on darwin
2021-05-11 09:48:59 +01:00
Alexandre Iooss 07d9edeaea
gnuradio: add Qt5 wrapper for version 3.9+ 2021-05-11 10:23:35 +02:00
Jan Tojnar 7982550ac4
Merge branch 'staging-next' into staging 2021-05-11 09:09:10 +02:00
Jörg Thalheim 1e76a18478
Merge pull request #121898 from pinpox/update-wezterm
wezterm: update to 2021-04-07
2021-05-11 07:52:26 +01:00
github-actions[bot] 10e16ec9ab
Merge master into staging-next 2021-05-11 06:20:33 +00:00
R. RyanTM 447bd26325 kubeseal: 0.15.0 -> 0.16.0 2021-05-11 06:03:36 +00:00
sterni f93d83d21b
ocamlPackages: cohttp: 2.5.0 -> 4.0.0; conduit: 2.2.2 -> 4.0.0 (#118144)
* ocamlPackages.x509: 0.12.0 -> 0.13.0

https://github.com/mirleft/ocaml-x509/releases/tag/v0.13.0

* ocamlPackages.tls{,-mirage}: 0.12.8 -> 0.13.1

https://github.com/mirleft/ocaml-tls/releases/tag/v0.13.0
https://github.com/mirleft/ocaml-tls/releases/tag/v0.13.1

* ocamlPackages.ca-certs: 0.2.0 -> 0.2.1

Adds support for NIX_SSL_CERT_FILE, so we can finally run its test
suite! https://github.com/mirage/ca-certs/releases/tag/v0.2.1

* ocamlPackages.dns*: 4.6.3 -> 5.0.0

* jackline: unstable-2020-09-03 -> unstable-2021-04-23

Compatibility with tls >= 0.13.0

* ocamlPackages.ca-certs-nss: init at 3.64.0.1

* ocamlPackages.conduit: 2.2.2 -> 2.3.0

https://github.com/mirage/ocaml-conduit/releases/tag/v2.3.0

* ocamlPackages.curly: fix tests with new ca-certs behavior

* ocamlPackages.cohttp: 2.5.0 -> 4.0.0

ocamlPackages.cohttp-lwt-unix: add description

https://github.com/mirage/ocaml-cohttp/releases/tag/v4.0.0

* ocamlPackages.mirage{,-runtime,-types*}: 3.10.1 -> 3.10.3

Adjust to a few changed dependencies:
https://github.com/mirage/mirage/releases/tag/v3.10.2
https://github.com/mirage/mirage/releases/tag/v3.10.3

* ocamlPackages.conduit*: 2.3.0 -> 4.0.0

https://github.com/mirage/ocaml-conduit/releases/tag/v4.0.0

* ocamlPackages.cohttp-lwt-unix: disable tests

* ocamlPackages.dns*: 5.0.0 -> 5.0.1

https://github.com/mirage/ocaml-dns/releases/tag/v5.0.1

* ocamlPackages.awa*: 0.0.1 -> 0.0.3

https://github.com/mirage/awa-ssh/releases/tag/v0.0.2
https://github.com/mirage/awa-ssh/releases/tag/v0.0.3

* ocamlPackages.optint: 0.0.4 -> 0.1.0

https://github.com/mirage/optint/releases/tag/v0.0.5
https://github.com/mirage/optint/releases/tag/v0.1.0

* ocamlPackages.decompress: 1.3.0 -> 1.4.0

https://github.com/mirage/decompress/releases/tag/v1.4.0

* ocamlPackages.checkseum: 0.2.1 -> 0.3.1

https://github.com/mirage/checkseum/releases/tag/v0.3.0
https://github.com/mirage/checkseum/releases/tag/v0.3.1

* ocamlPackages.checkseum: allow compilation with ocaml-freestanding

* ocamlPackages.carton: 0.4.0 -> 0.4.1

https://github.com/mirage/ocaml-git/releases/tag/carton-v0.4.1

* ocamlPackages.mimic: 0.0.2 -> 0.0.3

* Upstream changed.
* https://github.com/dinosaure/mimic/releases/tag/0.0.3

* ocamlPackages.letsencrypt: 0.2.4 -> 0.2.5

* ocamlPackages.paf: 0.0.1 -> 0.0.3

* ocamlPackages.git-cohttp-mirage: remove at 3.3.3

Will be replaced by git-paf 3.4.0.

* ocamlPackages.git*: 3.3.3 -> 3.4.0

ocamlPackages.git-paf: init at 3.4.0

https://github.com/mirage/ocaml-git/releases/tag/3.4.0

* ocamlPackages.irmin*: 2.5.3 -> 2.6.0

https://github.com/mirage/irmin/releases/tag/2.6.0
2021-05-11 06:54:15 +02:00
Dmitry Kalinkin 8366be903c
Merge pull request #122493 from onsails/nym
nym: fix build on darwin
2021-05-10 23:49:42 -04:00
fortuneteller2k 9fea194ecd xplr: add libiconv as dependency when on darwin 2021-05-11 09:47:33 +08:00
adisbladis d67b19f223
Merge pull request #122437 from kalekseev/update/overmind
overmind: 2.2.0 -> 2.2.2
2021-05-10 20:21:11 -05:00
github-actions[bot] 49b8e6f7d4
Merge master into staging-next 2021-05-11 00:48:15 +00:00
maralorn 881d2af5ee
Merge pull request #122286 from NixOS/haskell-updates 2021-05-11 02:31:06 +02:00
Michael Weiss 6d7bff791b
Merge pull request #122487 from primeos/chromium
chromium: 90.0.4430.93 -> 90.0.4430.212
2021-05-11 02:03:29 +02:00
Malte Brandy 39c0dd99a4
tamarin-prover: Mark broken 2021-05-11 01:56:48 +02:00
Sandro f5590abfd8
Merge pull request #122021 from fortuneteller2k/add-mainprogram
kile-wl: add meta.mainProgram
2021-05-11 01:38:45 +02:00
Sandro 0a3c566d56
Merge pull request #122396 from jbedo/octopus
octopus: 0.7.3 -> 0.7.4
2021-05-11 01:19:54 +02:00
Sandro b6a4927851
Merge pull request #121602 from Stunkymonkey/mediaelch-2.8.10 2021-05-11 01:18:59 +02:00
Vladyslav Burzakovskyy 71ed7c0d01
kratos: 0.6.0-alpha.1 -> 0.6.0-alpha.2 (#122499) 2021-05-11 01:16:26 +02:00
Andrey Kuznetsov 0d3bc3db3e
nym: all platforms 2021-05-11 02:11:49 +03:00
Sandro e14901cf76
Merge pull request #122407 from sayanarijit/master
xplr: 0.7.2 -> 0.8.4
2021-05-11 01:00:34 +02:00
Sandro f4d7c044db
Merge pull request #122411 from figsoda/gitoxide
gitoxide: 0.6.0 -> 0.7.0
2021-05-11 00:56:00 +02:00
ptrhlm 8e89366c2b
termite: fix vte patch "expose-function-for-getting-the-selected-text" (#122467)
ZHF: #122042
2021-05-11 00:54:08 +02:00
Justin Bedo 40eeb2c6d3
octopus: 0.7.3 -> 0.7.4 2021-05-11 08:46:00 +10:00
Sandro c503e32c5c
Merge pull request #122491 from mayflower/i3status-rust-fonts-themes
i3status-rust: fix themes and icon handling
2021-05-11 00:40:01 +02:00
Sandro 5f450ddd3b
Merge pull request #122480 from otavio/upgrade-pkgs-2021-05-10
shellhub-agent: 0.6.4 -> 0.7.0
2021-05-11 00:30:50 +02:00
Sandro a42d879e72
Merge pull request #122479 from eraserhd/kak-ansi-0.2.4
kak-ansi: 0.2.3 -> 0.2.4
2021-05-11 00:30:28 +02:00
Sandro d2ea330f62
Merge pull request #122482 from hjones2199/kstars353 2021-05-11 00:22:01 +02:00
TredwellGit a0edfacfad element: 1.7.26 -> 1.7.27
https://github.com/vector-im/element-web/blob/v1.7.27/CHANGELOG.md
https://github.com/vector-im/element-desktop/blob/v1.7.27/CHANGELOG.md
2021-05-10 22:09:44 +00:00
Andrey Kuznetsov f4839bfc43
nym: fix build on darwin 2021-05-11 00:35:08 +03:00
Robin Gloster aacc6f2e1b
i3status-rust: fix themes and icon handling
also enables the pulseaudio feature
2021-05-10 16:23:51 -05:00
Robin Gloster 57ec7f574e
Merge pull request #122381 from mayflower/moonlight-embedded-2.4.11
moonlight-embedded: 2.4.10 -> 2.4.11
2021-05-10 16:07:22 -05:00
Michael Weiss 2213e058fc
chromium: 90.0.4430.93 -> 90.0.4430.212
https://chromereleases.googleblog.com/2021/05/stable-channel-update-for-desktop.html

This update includes 19 security fixes.

CVEs:
CVE-2021-30506 CVE-2021-30507 CVE-2021-30508 CVE-2021-30509
CVE-2021-30510 CVE-2021-30511 CVE-2021-30512 CVE-2021-30513
CVE-2021-30514 CVE-2021-30515 CVE-2021-30516 CVE-2021-30517
CVE-2021-30518 CVE-2021-30519 CVE-2021-30520
2021-05-10 22:52:32 +02:00
Otavio Salvador 1ccf343045 shellhub-agent: 0.6.4 -> 0.7.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-10 17:43:19 -03:00
Joe DeVivo bf92d0ec37 nixos/ssm-agent: conf files written to /etc
ssm-agent expects files in /etc/amazon/ssm. The pkg substitutes a location in
the nix store for those default files, but if we ever want to adjust this
configuration on NixOS, we'd need the ability to modify that file.

This change to the nixos module writes copies of the default files from the nix
store to /etc/amazon/ssm. Future versions can add config, but right now this
would allow users to at least write out a text value to
environment.etc."amazon/ssm/amazon-ssm-agent.json".text to provide
their own config.
2021-05-10 13:16:41 -07:00
Joe DeVivo 27b4fd19ed ssm-agent: copy files required for agent startup 2021-05-10 13:16:41 -07:00
Hunter Jones d4077929d6 kstars: 3.5.2 -> 3.5.3 2021-05-10 15:16:04 -05:00
zowoq 96458445e2
Merge pull request #122459 from saschagrunert/runc
runc: 1.0.0-rc93 -> 1.0.0-rc94
2021-05-11 06:12:14 +10:00
Jason Felice 2d5cb58f4b kak-ansi: 0.2.3 -> 0.2.4 2021-05-10 15:29:57 -04:00
Eduardo Sánchez Muñoz e02445f4d8 pythonPackages.sip_5: rename to sip 2021-05-10 20:41:38 +02:00
Eduardo Sánchez Muñoz 08a26e4579 pythonPackages.sip: rename to sip_4
sip 4 is the old and unmaintained version
2021-05-10 20:41:38 +02:00
github-actions[bot] 61fa3fdde8
Merge master into staging-next 2021-05-10 18:28:17 +00:00
Daniël de Kok 4f675ad255
Merge pull request #122453 from avdv/bochs-fix-compilation
bochs: Fix compilation [ZHF]
2021-05-10 20:26:57 +02:00
Daniël de Kok f78144cd40
Merge pull request #122398 from pacien/gscan2pdf-2.12.1
gscan2pdf: 2.11.1 -> 2.12.1
2021-05-10 20:25:31 +02:00
Daniël de Kok 6eeb6bbe89
Merge pull request #122435 from eduardosm/calibre
calibre: 5.16.1 -> 5.17.0
2021-05-10 20:12:42 +02:00
Claudio Bley 8fe0744dd1 bochs: Fix compilation with GCC 10
ZHF: #122042
2021-05-10 20:08:01 +02:00
Sandro ce3763008f
Merge pull request #122347 from dotlambda/surf-2.1 2021-05-10 19:27:40 +02:00
Nicolas Berbiche a3969f7909
wayst: unstable-2020-10-12 -> unstable-2021-04-05 (#122098) 2021-05-10 19:27:23 +02:00
Sandro 452821eae1
Merge pull request #122168 from joachimschmidt557/add-timew-sync-server 2021-05-10 19:24:05 +02:00
Graham Christensen bab18ef959
Merge pull request #122401 from samuela/upkeep-bot/vscodium-1.56.0-1620606156
vscodium: 1.55.2 -> 1.56.0
2021-05-10 13:18:13 -04:00
Graham Christensen 3419bf4db6
Merge pull request #121910 from samuela/upkeep-bot/vscode-1.56.0-1620303266
vscode: 1.55.2 -> 1.56.0
2021-05-10 13:17:46 -04:00
Ryan Mulligan c72c9f46e2
Merge pull request #122391 from r-ryantm/auto-update/jmol
jmol: 14.31.36 -> 14.31.38
2021-05-10 10:17:33 -07:00
Sandro 5829cdaa1c
Merge pull request #122430 from dotlambda/kdeltachat-webp 2021-05-10 19:11:01 +02:00
Sandro 5e40550508
Merge pull request #121812 from LeSuisse/peek-ffmpeg4 2021-05-10 19:04:01 +02:00
Sandro 49c0141887
Merge pull request #122368 from branwright1/river 2021-05-10 18:57:36 +02:00
fortuneteller2k 675c4123bb dasher: 2018-04-03 -> unstable-2021-04-25 2021-05-11 00:53:01 +08:00
Michael Raskin c9fb926b3d
Merge pull request #122356 from 7c6f434c/stumpwm-alias
stumpwm: redirect to lispPackages.stumpwm; stumpwm-git: drop
2021-05-10 16:48:25 +00:00
Sascha Grunert 653fa52a0c
runc: 1.0.0-rc93 -> 1.0.0-rc94
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-05-10 16:46:39 +02:00
github-actions[bot] 7ce907b413
Merge staging-next into staging 2021-05-10 12:24:36 +00:00
github-actions[bot] 115881e756
Merge master into staging-next 2021-05-10 12:24:32 +00:00
fuzzypixelz 5f30bb2484 aegisub: fix x86_64-linux build 2021-05-10 13:56:42 +02:00
Felix Buehler fcc68ce3a7 mediaelch: 2.8.10 -> 2.8.12 2021-05-10 12:20:27 +02:00
Robert Schütz be9886e5c0 index-fm: 1.2.1 -> 1.2.2 2021-05-10 11:55:02 +02:00
Peter Hoeg 0b973eaa94 audacity-gtk3: re-introduce at 3.0.2 2021-05-10 17:38:37 +08:00
Konstantin Alekseev c770395894 overmind: 2.2.0 -> 2.2.2 2021-05-10 12:37:42 +03:00
Eduardo Sánchez Muñoz edec49cbb3 calibre: 5.16.1 -> 5.17.0 2021-05-10 11:32:38 +02:00
Robert Schütz 18a8eb9e41 kdeltachat: enable WebP support
See d0a05f9ca3.
2021-05-10 10:46:57 +02:00
Robert Schütz 67741a7249 feedbackd: unstable-2021-01-25 -> 0.0.0+git20210426
Align version scheme with upstream and other distros.
Also split outputs and build man pages as well as documentation.
2021-05-10 10:24:55 +02:00
Emery Hemingway b593afbfb6 nicotine-plus: 1.4.1 -> 3.0.6 2021-05-10 10:10:12 +02:00
Jan Tojnar 594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
Dmitry Kalinkin a5fd5c36ce beamerpresenter: fix darwin build 2021-05-10 02:56:24 -04:00
pacien 76833b1206 beamerpresenter: 0.1.3 -> 0.2.0 2021-05-10 02:56:24 -04:00
Peter Hoeg 77447c96ca freecad: 0.19.1 -> 0.19.2 2021-05-10 14:46:37 +08:00
github-actions[bot] f4d69ad1f2
Merge master into staging-next 2021-05-10 06:20:28 +00:00
Guillaume Girol 675c571703
Merge pull request #122382 from symphorien/paperworkpixbuf
paperwork: fix startup by adding GDK_PIXBUF_MODULE_FILE to wrapper
2021-05-10 06:08:53 +00:00
Mario Rodas b80d611f89 ncspot: 0.6.0 -> 0.7.0
https://github.com/hrkfdn/ncspot/releases/tag/v0.7.0
2021-05-10 04:20:00 +00:00
figsoda ec990c9c23 gitoxide: 0.6.0 -> 0.7.0 2021-05-09 22:40:00 -04:00
Arijit Basu 0c46a853eb
xplr: 0.7.2 -> 0.8.4 2021-05-10 07:02:14 +05:30
Ryan Mulligan df0339ecda
Merge pull request #122306 from r-ryantm/auto-update/himalaya
himalaya: 0.3.1 -> 0.3.2
2021-05-09 18:24:16 -07:00
github-actions[bot] 1e3d91bd19
Merge master into staging-next 2021-05-10 00:48:32 +00:00
upkeep-bot 5bd24c3783 vscodium: 1.55.2 -> 1.56.0 2021-05-10 00:22:37 +00:00
Anderson Torres d03fbbf4f4
Merge pull request #121625 from AndersonTorres/new-cardboard
cardboard: init at 0.0.0-unstable=2021-01-21
2021-05-09 20:41:28 -03:00
pacien 13b226745a gscan2pdf: 2.11.1 -> 2.12.1 2021-05-10 00:45:11 +02:00
Mario Rodas 719ac402b1
Merge pull request #122342 from marsam/update-flexget
flexget: 3.1.116 -> 3.1.121
2021-05-09 17:33:18 -05:00
Thomas Gerbet 2fcba3a999 peek: use ffmpeg 4
See migrate away from ffmpeg_3 #120705.
2021-05-09 22:54:34 +02:00
R. RyanTM 4ff0c782a3 jmol: 14.31.36 -> 14.31.38 2021-05-09 20:32:06 +00:00
Ben Siraphob 418a37d99c coq2html: 20170720 -> 1.2 2021-05-09 22:00:15 +02:00
Robin Gloster 1d75f482ed
Merge pull request #121559 from illustris/moonlight
moonlight: 3.1.0 -> 3.1.1
2021-05-09 14:44:56 -05:00
Robin Gloster 73e62029b9
feh: 3.6.3 -> 3.7 (#122375) 2021-05-09 21:44:39 +02:00
Robin Gloster 1e42bda022
moonlight-embedded: 2.4.10 -> 2.4.11 2021-05-09 14:41:17 -05:00
Alex Eyre cefc7af063 nimbo: init at 0.2.4
nimbo: make python3 version agnostic

nimbo: run nixfmt

nimbo: move out of python-modules and package as application

nimbo: switch to buildPythonApplication from buildPythonPackage

Update pkgs/applications/misc/nimbo/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-09 11:41:30 -07:00
Robin Gloster f0e9599f93
Merge pull request #122366 from ambroisie/update-i3status-rust
i3status-rust: 0.14.7 -> 0.20.0
2021-05-09 13:37:34 -05:00
davidak 8dc6fccf32 timeline: init at 2.4.0 2021-05-09 11:28:21 -07:00
github-actions[bot] 450e66080b
Merge master into staging-next 2021-05-09 18:23:01 +00:00
Anderson Torres fe51cf4609
Merge pull request #122313 from OPNA2608/fix/palemoon-config/21.05
palemoon: Remove MOZ_PKG_SPECIAL, add AV1 configure flag
2021-05-09 14:25:31 -03:00
Robin Gloster a5a0671ba1
opsdroid: init at 0.22.0 2021-05-09 12:05:29 -05:00
branwright1 e4f1d9592c river: unstable-2021-04-27 > unstable-2021-05-07 2021-05-09 17:32:05 +01:00
Bruno BELANYI 2bc0257499 i3status-rust: 0.14.7 -> 0.20.0
https://github.com/greshake/i3status-rust/releases/tag/v0.20.0
2021-05-09 18:14:50 +02:00
Bruno Bigras e0e62c8804 git-repo: 2.13.1 -> 2.14.5 2021-05-09 17:34:52 +02:00
Sam Doshi 52c27c3b7d
squeezelite: use ffmpeg 4 (#122336)
see #120705
2021-05-09 11:29:28 -04:00
Michael Raskin 10854c5a4d stumpwm: redirect to lispPackages.stumpwm; stumpwm-git: drop 2021-05-09 17:14:07 +02:00
joachimschmidt557 d7e62a766c
timew-sync-server: init at 1.0.0 2021-05-09 22:06:10 +08:00
Robert Schütz d6f915eb0e surf: 2019-02-08 -> 2.1 2021-05-09 15:48:06 +02:00
superherointj 3a453e0f08 linkerd: mark as broken
"linkerd" builds but does not output a working application.
2021-05-09 09:56:18 -03:00
github-actions[bot] bc1f4b790e
Merge master into staging-next 2021-05-09 12:23:16 +00:00
Guillaume Girol ae4e6c8b7e paperwork: fix startup by adding GDK_PIXBUF_MODULE_FILE to wrapper 2021-05-09 12:00:00 +00:00
Maximilian Bosch f13efcf1d8
gitea: 1.14.1 -> 1.14.2
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.14.2
2021-05-09 13:31:50 +02:00
Oleksii Filonenko f30018c4ae
Merge pull request #122310 from freezeboy/unbreak-tuir
tuir: unbreak adding six dependency
2021-05-09 14:27:24 +03:00
Michael Raskin 92c9d7975a
Merge pull request #122316 from pacien/visidata-2.4
visidata: 2.2.1 -> 2.4
2021-05-09 10:04:04 +00:00
Michael Raskin 0bb11cb37b
Merge pull request #122251 from 7c6f434c/monotone-update
monotone: 1.1 -> 1.1-unstable-2021-05-01 to move from insecure botan 1
2021-05-09 10:03:37 +00:00
Guillaume Girol f7adb8b94e
Merge pull request #121942 from mjlbach/bump_matrix-nio_dependencies
pythonPackages.matrix-nio: 0.15.2 -> 0.18.0, update build system and dependencies
2021-05-09 09:41:45 +00:00
Michael Raskin ca365f6946 monotone: 1.1 -> 1.1-unstable-2021-05-01 to move from insecure botan 1 2021-05-09 11:18:20 +02:00
pacien fb8b11917e visidata: 2.2.1 -> 2.4 2021-05-09 10:49:52 +02:00
erictapen d3ed0f5028
ghostwriter: 2.0.0-rc5 -> 2.0.0 (#122268) 2021-05-09 10:40:10 +02:00
OPNA2608 0f4d3902ab palemoon: Remove MOZ_PKG_SPECIAL, add AV1 configure flag
MOZ_PKG_SPECIAL: https://forum.palemoon.org/viewtopic.php?f=3&t=26796#p214729
"This is something we use for distinction for our infra. […] yeah just exclude it from your system packaging."

AV1: https://forum.palemoon.org/viewtopic.php?f=5&t=25843#p214767
"[It's] not on Linux and SunOS build instructions, only on Windows. But […] it is enabled for official Pale Moon"
2021-05-09 10:18:51 +02:00
freezeboy 16a600d29e tuir: unbreak adding six dependency 2021-05-09 09:35:15 +02:00
Vladimír Čunát 5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
Pavol Rusnak 90c2fb1f2f
Merge pull request #122284 from fortuneteller2k/fix-flavours
flavours: add missing libiconv dependency on darwin
2021-05-09 09:27:42 +02:00
R. RyanTM c405fdecc7 himalaya: 0.3.1 -> 0.3.2 2021-05-09 05:59:36 +00:00
Orivej Desh b26b54f056
mamba: 1.8 -> 2.2 (#122193) 2021-05-09 04:55:26 +00:00
Dmitry Kalinkin 0c04615963
Merge pull request #119767 from yuanw/emacsMacport-8.2
emacsMacPort: 8.0 -> 8.2
2021-05-09 00:44:55 -04:00
Bart Brouns c8cc491b7e
dragonfly-reverb: 3.2.1 -> 3.2.5 (#118939) 2021-05-09 00:33:14 -04:00
Mario Rodas 1578d8d3f8 flexget: 3.1.116 -> 3.1.121 2021-05-09 04:20:00 +00:00
Bernard Fortz 174735e139 bitwig-studio: Move away from from ffmpeg_3 2021-05-08 19:51:11 -07:00
Thomas Gerbet 8647f1570f pqiv: use ffmpeg4
See migrate away from ffmpeg_3 #120705.
2021-05-08 19:49:11 -07:00
fortuneteller2k d8458c4564 flavours: add missing libiconv dependency on darwin 2021-05-09 10:28:42 +08:00
R. RyanTM e11130d6fc ergo: 4.0.8 -> 4.0.9 2021-05-08 18:53:22 -07:00
R. RyanTM cbd1cc10cd kubernetes: 1.20.5 -> 1.21.0 2021-05-08 18:52:52 -07:00
R. RyanTM 2d41db9d71 helmsman: 3.6.6 -> 3.6.7 2021-05-08 18:52:40 -07:00
R. RyanTM 769c34306f jftui: 0.4.0 -> 0.5.0 2021-05-08 18:52:32 -07:00
R. RyanTM 2c143443f7 libpoly: 0.1.8 -> 0.1.9 2021-05-08 18:34:00 -07:00
Jonathan Ringer 9efeb1ee83 blender: fix llvm build 2021-05-08 18:13:45 -07:00
R. RyanTM b8016c6aa6 istioctl: 1.9.3 -> 1.9.4 2021-05-08 17:49:53 -07:00
R. RyanTM 577c3a5578 heimer: 2.4.0 -> 2.5.0 2021-05-08 17:47:03 -07:00
R. RyanTM b8cf4172f2 gallery-dl: 1.17.1 -> 1.17.3 2021-05-08 17:45:05 -07:00
R. RyanTM 518269b7cb hydroxide: 0.2.17 -> 0.2.18 2021-05-08 17:39:08 -07:00
R. RyanTM 5ab09faafb gretl: 2021a -> 2021b 2021-05-08 17:11:36 -07:00
Léo Gaspard 08b00c20e0
Merge pull request #118442 from Ekleog/nixos-tests
Add nixos tests with names starting by A or B to all relevant packages
2021-05-09 00:37:26 +02:00
Aaron Andersen 3f499a9c64 kodi: 19.0 -> 19.1 2021-05-08 18:26:19 -04:00
R. RyanTM 4053d2e481 containerd: 1.4.4 -> 1.5.0 2021-05-08 15:21:02 -07:00
R. RyanTM b88ed9cbe7 corectrl: 1.1.1 -> 1.1.2 2021-05-08 15:19:28 -07:00
R. RyanTM c13ae19fad droidcam: 1.7.2 -> 1.7.3 2021-05-08 15:14:43 -07:00
R. RyanTM d19e4cc55a kooha: 1.1.2 -> 1.1.3 2021-05-08 15:05:52 -07:00
R. RyanTM ace0555d72 fluxcd: 0.13.2 -> 0.13.3 2021-05-08 15:03:41 -07:00
R. RyanTM 13193df29d helmfile: 0.138.7 -> 0.139.0 2021-05-08 15:03:16 -07:00
R. RyanTM e2d99fac68 kubecfg: 0.19.0 -> 0.19.1 2021-05-08 15:02:13 -07:00
Sandro 97de15956a
Merge pull request #122123 from aanderse/kodi.packages.netflix
kodi.packages.netflix: 1.15.0 -> 1.15.1
2021-05-08 22:50:01 +02:00
Léo Gaspard 45d1222d47 git: add link to related nixos test
It'd be better to have a git-only test, but in the meantime this is the
first available test I could find, and it's still better than nothing.
2021-05-08 21:40:56 +02:00
Léo Gaspard 423af9cd95 transmission: add link to nixos test 2021-05-08 21:40:48 +02:00
Léo Gaspard dc6d61dd3e opentracker: add link to nixos test 2021-05-08 21:40:40 +02:00
Léo Gaspard c10edf9147 _3proxy: add link to nixos test 2021-05-08 21:40:31 +02:00
Léo Gaspard f541bfbc92 bitcoind: add link to nixos test 2021-05-08 21:40:23 +02:00
Mica 8179b81106
prism: init at 0.1.1 (#121869)
Co-authored-by: Maciej Krüger <mkg20001@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-08 21:34:35 +02:00
Pavol Rusnak f240b1f9aa
Merge pull request #122226 from lourkeur/update/bitcoin-gold
bitcoin-gold: 1.15.2 -> 1.17.3
2021-05-08 21:20:11 +02:00
Sandro 36ba78f7f4
Merge pull request #121426 from schmittlauch/cawbirdMaster 2021-05-08 21:19:49 +02:00
Sandro 04734923e8
Merge pull request #122220 from sayanarijit/master
xplr: 0.5.12 -> 0.7.2
2021-05-08 21:08:31 +02:00
Jan Tojnar dd78ce1c53
Merge branch 'staging-next' into staging 2021-05-08 20:59:05 +02:00
Trolli Schmittlauch 0965ceb286 cawbird: 1.4 -> 1.4.1
- hotfix release
- changelog: Hotfix to correct "Send" button state issues for direct messages
2021-05-08 20:53:12 +02:00
Louis Bettens 082acf6044 bitcoin-gold: 1.15.2 -> 1.17.3 2021-05-08 20:34:41 +02:00
Felix Tenley 2ceafcc27e filebot: fix source by using web archive 2021-05-08 11:32:32 -07:00
github-actions[bot] 6d46d8a9b9
Merge master into staging-next 2021-05-08 18:22:46 +00:00
Luke Granger-Brown 2c9d982257
Merge pull request #122217 from mweinelt/flac
flac: fix out of bound reads due to heap buffer overflow
2021-05-08 19:19:37 +01:00
Martin Weinelt 279bdc9dce flac: fix out of bound reads due to heap buffer overflow
Fixes: CVE-2020-0499
2021-05-08 17:55:24 +00:00
Arijit Basu a7c7169aea
xplr: 0.5.12 -> 0.7.2 2021-05-08 23:13:29 +05:30
Orivej Desh (NixOS) 7564a45b3d
Merge pull request #111258 from r-ryantm/auto-update/guitarix
guitarix: 0.41.0 -> 0.42.1
2021-05-08 17:37:36 +00:00
Lorenzo Manacorda a6fb0290d1 ethabi: 11.0.0 -> 13.0.0 2021-05-08 10:13:13 -07:00
Michael Raskin 1dff38cae5
Merge pull request #122154 from jnetod/zhf-xneur
xneur: fix build with gcc10
2021-05-08 15:01:36 +00:00
Anderson Torres f7ad86329f
Merge pull request #122151 from ryantm/dvdstyler
dvdstyler: unbreak
2021-05-08 11:57:41 -03:00
Tobias Happ 4d549a4c6c
dwm-status: unstable-2021-05-04 -> 1.7.2 (#122196) 2021-05-08 16:55:30 +02:00
J. Neto bab57833d0 xneur: fix build with gcc10 2021-05-08 11:40:15 -03:00
Orivej Desh 16c04a5da4 guitarix: fix build with gcc11 2021-05-08 14:05:46 +00:00
Robert Hensing 8e3c5eb501 treewide: xvfb_run -> xvfb-run 2021-05-08 15:48:41 +02:00
R. RyanTM 677834a8f7 guitarix: 0.41.0 -> 0.42.1 2021-05-08 13:34:16 +00:00
Pavol Rusnak 20b83c6de6
Merge pull request #122185 from dotlambda/qmediathekview-0.2.1
qmediathekview: 2019-01-06 -> 0.2.1
2021-05-08 15:06:09 +02:00
Robert Schütz 4a214a74ce qmediathekview: 2019-01-06 -> 0.2.1 2021-05-08 15:02:09 +02:00
Martin Weinelt 9651084620 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-08 14:43:43 +02:00
fortune f7c01a9c27
dwmblocks: platforms.all -> platforms.linux (#122163) 2021-05-08 12:41:20 +02:00
Vladimír Čunát 080cd658ca
Merge #121780: treewide meta.maintainers tweaks 2021-05-08 10:47:08 +02:00
Jonathan Ringer 1d85caaa26 root: fix build 2021-05-08 01:29:18 -07:00
Francesco Gazzetta c40a5ffa56 miniaudicle: init at 1.3.5.2 2021-05-08 10:05:03 +02:00
Damien Cassou abf9453516 ledger-autosync: 1.0.2 -> 1.0.2-unstable-2021-04-01 2021-05-08 00:49:29 -07:00
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
github-actions[bot] e21fb16f9a
Merge master into staging-next 2021-05-08 06:20:05 +00:00
fortuneteller2k 2af2325cf7 dwm-status: 1.7.1 -> unstable-2021-05-04 2021-05-07 23:11:59 -07:00
Maciej Krüger 3f5b404980
Merge pull request #122065 from mkg20001/pick-update
pick-colour-picker: unstable-2019-10-11 -> unstable-2021-01-19
2021-05-08 06:50:49 +02:00
Ryan Mulligan f06e5060a5
Merge pull request #121976 from r-ryantm/auto-update/dasel
dasel: 1.14.1 -> 1.15.0
2021-05-07 21:21:02 -07:00
Ryan Mulligan 9ec2262fcb dvdstyler: unbreak
It still has errors relating to GConf detection, but it seems to work.
2021-05-07 20:32:20 -07:00
Ryan Mulligan 4f1e3592e2 xine-ui: unbreak 2021-05-07 20:05:44 -07:00
github-actions[bot] b4416b52c5
Merge master into staging-next 2021-05-08 00:46:50 +00:00
Ryan Mulligan 736a3fe3a8
Merge pull request #121852 from WolfangAukang/upwork-5.5.0.11
upwork: 5.5.0.1 -> 5.5.0.11
2021-05-07 16:00:58 -07:00
Aaron Andersen 1ea8fdd6ae kodi.packages.netflix: 1.15.0 -> 1.15.1 2021-05-07 18:50:25 -04:00
maralorn 958855d30c
Merge pull request #121627 from NixOS/haskell-updates 2021-05-07 23:55:19 +02:00
fortuneteller2k 55619fd85e kile-wl: add meta.mainProgram 2021-05-08 05:49:03 +08:00
Guillaume Girol 7c8e33bbd4 pantalaimon: 0.8.0 -> 0.9.2
fix build
2021-05-07 14:26:19 -07:00
Maximilian Bosch 0e7c4d1219
Merge pull request #122096 from jansol/renderdoc
renderdoc: 1.12 -> 1.13
2021-05-07 23:09:12 +02:00
Maximilian Bosch 3c83aecc60
Merge pull request #122018 from dotlambda/vorta-PATH
vorta: add borgbackup to $PATH
2021-05-07 22:15:39 +02:00
adisbladis e50b4ec391
Merge pull request #121632 from mattchrist/update-melpa
emacs.pkgs: 2021-05-03
2021-05-07 15:09:33 -05:00
Maciej Krüger 6fe87c0dff
pick-colour-picker: unstable-2019-10-11 -> unstable-2021-01-19 2021-05-07 22:08:25 +02:00
AndersonTorres c15766774b cardboard: init at 0.0.0-unstable=2021-01-21 2021-05-07 17:07:47 -03:00
Anderson Torres 87f9307b94
Merge pull request #122059 from AndersonTorres/quick-patches
cagebreak: 1.7.0 -> 1.7.1
2021-05-07 16:34:42 -03:00
Jan Solanti 49d736450b renderdoc: 1.12 -> 1.13 2021-05-07 22:27:53 +03:00
Maximilian Bosch fcd5670a07 emulsion: fix build
ZHF #122042
Failing Hydra build: https://hydra.nixos.org/build/142625836
2021-05-07 11:35:55 -07:00
github-actions[bot] 1ae6d3d02f
Merge master into staging-next 2021-05-07 18:24:29 +00:00
Stefan Frijters 6eef66f4c8 dwl: 0.2 -> 0.2.1
The patches that were previously added in nixpkgs are included
in the new version.
2021-05-07 11:23:58 -07:00
Stefan Frijters 71238fe585 dwl: Fix build by adding missing pixman dependency 2021-05-07 11:23:58 -07:00
Anderson Torres bd93086109
Merge pull request #121933 from lsix/zile-2.6.2
zile: 2.6.1 -> 2.6.2
2021-05-07 15:17:32 -03:00
Robin Gloster 6e6a1295be
Merge pull request #122050 from jshholland/stgit-1.1
gitAndTools.stgit: 1.0 -> 1.1
2021-05-07 13:04:49 -05:00
AndersonTorres 9309f19ea2 cagebreak: merge contrib output with regular output 2021-05-07 14:37:32 -03:00
AndersonTorres 732c698614 cagebreak: 1.7.0 -> 1.7.1
Now it uses scdoc as manpage generator.
2021-05-07 14:37:07 -03:00
Sandro e06c60feaf
Merge pull request #122034 from jojosch/meta-mainProgram 2021-05-07 19:16:27 +02:00
Josh Holland 9622f8cad8 gitAndTools.stgit: 1.0 -> 1.1 2021-05-07 18:06:15 +01:00
Sandro 3f77710aae
Merge pull request #121894 from lourkeur/update/brave
brave: 1.23.71 -> 1.24.82
2021-05-07 17:16:14 +02:00
Johannes Schleifenbaum 7ba513d05a
jellyfin-media-player: set meta.mainProgram 2021-05-07 17:12:14 +02:00
Johannes Schleifenbaum efd381a7d8
dbeaver: change pname to "dbeaver" 2021-05-07 17:12:03 +02:00
Sandro c433248556
Merge pull request #122015 from xwvvvvwx/turbo-geth-2021-05-01
turbo-geth: 2021.04.05 -> 2021.05.01
2021-05-07 17:05:28 +02:00
Olli Helenius 4d7a3be41a
mattermost-desktop: 4.5.2 -> 4.6.2 (#122006) 2021-05-07 17:00:53 +02:00
Sandro b0795b5c98
Merge pull request #121775 from jojosch/jellyfin-media-player-1.6.0
jellyfin-media-player: 1.5.0 -> 1.6.0
2021-05-07 17:00:21 +02:00
ajs124 cbfd088d28
Merge pull request #121916 from TredwellGit/libreoffice-fresh
libreoffice-fresh: 7.1.2.2 -> 7.1.3.2
2021-05-07 16:55:39 +02:00