Commit graph

57412 commits

Author SHA1 Message Date
R. RyanTM 50fbc6b6b3 git-secret: 0.3.3 -> 0.4.0 2021-05-17 13:56:55 -07:00
R. RyanTM 161b02937d gtkwave: 3.3.108 -> 3.3.109 2021-05-17 13:51:47 -07:00
Stéphan Kochen 69ce7c4987 muso: fix darwin build 2021-05-17 13:51:31 -07:00
R. RyanTM b0b023a940 emulsion: 8.0 -> 9.0 2021-05-17 13:48:02 -07:00
R. RyanTM 0d66d837d3 kubetail: 1.6.12 -> 1.6.13 2021-05-17 13:40:36 -07:00
R. RyanTM a558f4b218 fluxcd: 0.13.3 -> 0.13.4 2021-05-17 13:38:34 -07:00
R. RyanTM a3815cb24e helmfile: 0.139.0 -> 0.139.3 2021-05-17 13:36:42 -07:00
R. RyanTM f4ae47ccf9 helmsman: 3.6.7 -> 3.6.10 2021-05-17 13:36:09 -07:00
R. RyanTM 0f8ae03814 jftui: 0.5.0 -> 0.5.1 2021-05-17 13:34:50 -07:00
R. RyanTM a483bae7cd curaengine: 4.9.0 -> 4.9.1 2021-05-17 13:26:25 -07:00
R. RyanTM 2c4bd55048 kubecfg: 0.19.1 -> 0.20.0 2021-05-17 13:25:11 -07:00
R. RyanTM d748820d87 containerd: 1.5.0 -> 1.5.1 2021-05-17 13:21:38 -07:00
Robin Gloster 7d7efc1528
Merge pull request #123373 from TredwellGit/element
element: 1.7.27 -> 1.7.28
2021-05-17 15:19:02 -05:00
wearemnr a3fd8cbc1c vscodium: 1.56.1 -> 1.56.2 2021-05-17 12:06:38 -07:00
R. RyanTM 1f79b3e79b avocode: 4.12.0 -> 4.14.0 2021-05-17 11:50:21 -07:00
R. RyanTM ea5ad2b8e0 gwyddion: 2.57 -> 2.58 2021-05-17 11:49:58 -07:00
R. RyanTM 056af90d7e homebank: 5.5.1 -> 5.5.2 2021-05-17 11:15:17 -07:00
R. RyanTM f7d1b76d33 glab: 1.16.0 -> 1.17.0 2021-05-17 10:55:23 -07:00
Sandro 829b8ca78e
Merge pull request #121680 from nixbitcoin/btcpayserver-1.1.0 2021-05-17 19:21:36 +02:00
Erik Bäckman 5b143ccc91
numworks-epsilon: 15.3.2 -> 15.5.0 (#122760)
Co-authored-by: erikbackman <erikbackman@users.noreply.github.com>
2021-05-17 19:16:51 +02:00
Bill Sun 7eadb03c59
chrysalis: 0.7.9 -> 0.8.4 (#121753) 2021-05-17 19:12:24 +02:00
Sandro 65cdc07c6a
Merge pull request #122895 from dotlambda/sc-im-0.8.2
sc-im: 0.8.1 -> 0.8.2
2021-05-17 19:04:32 +02:00
Sandro 83c5d21320
Merge pull request #123083 from stephank/fix-est-sfs-darwin
est-sfs: fix darwin build
2021-05-17 18:58:33 +02:00
Sandro 9481a2b5b7
Merge pull request #122979 from xwvvvvwx/turbo-geth-2021-05-02
turbo-geth: 2021.05.01 -> 2021.05.2
2021-05-17 18:52:59 +02:00
Sandro 637b453afa
Merge pull request #121771 from alapshin/android-studio 2021-05-17 18:52:12 +02:00
Sandro aa06ddb730
Merge pull request #123319 from r-ryantm/auto-update/dbeaver
dbeaver: 21.0.4 -> 21.0.5
2021-05-17 18:31:55 +02:00
Sandro d1dbc93916
Merge pull request #123101 from romildo/upd.smartgithg
smartgithg: 19.1.1 -> 20.2.5
2021-05-17 18:26:02 +02:00
Stéphan Kochen 04e409b150
ebook2cw: fix darwin build (#122801) 2021-05-17 18:10:42 +02:00
Sandro cb8463cc69
Merge pull request #122978 from 06kellyjac/waypoint
waypoint: 0.3.1 -> 0.3.2
2021-05-17 18:01:14 +02:00
TredwellGit 25b12b1b0a element: 1.7.27 -> 1.7.28
https://github.com/vector-im/element-web/blob/v1.7.28/CHANGELOG.md
https://github.com/vector-im/element-desktop/blob/v1.7.28/CHANGELOG.md
2021-05-17 14:55:53 +00:00
Michael Weiss 0730dc62a4
Merge pull request #123013 from primeos/waybox-wlroots-0.13
waybox: 2020-05-01 -> 2021-04-07
2021-05-17 16:44:30 +02:00
Michael Weiss aa2537b554
Merge pull request #122926 from primeos/signal-desktop-fix-db-encryption
signal-desktop: Fix the database encryption by preloading SQLCipher
2021-05-17 16:06:52 +02:00
sternenseemann 631cbc3de7 foot: fix evaluation with clang stdenvs
To be able to do LTO with clang we need the LTO-capable llvm-ar from
libllvm.out (== llvmPackages.llvm) which contains a superset of the llvm
bintools. This used to be passed through from stdenv.cc.cc as llvm, but
has been renamed to libllvm in 7869d16545.

llvm-ar would be in stdenv.cc.bintools.bintools provided that we are
using a clang stdenv which uses lld as its linker. In the future we could
thus make this inclusion conditional on stdenv.hostPlatform.linker.

Note that the build of foot.tests still fails, pending resolution of #123361.
2021-05-17 15:48:51 +02:00
Cole Helbling f1f0892955 terraform-providers.hydra: init at 0.1.0
https://determinate.systems/posts/terraform-provider-hydra/
2021-05-17 07:17:54 -04:00
Maximilian Bosch 57430242e7
Merge pull request #123001 from Hoverbear/spotify-qt-update-3.6
spotify-qt: 3.5 -> 3.6
2021-05-17 12:56:09 +02:00
Michael Weiss b4fc303dd1
Update pkgs/applications/window-managers/waybox/default.nix
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2021-05-17 12:10:40 +02:00
Robert Schütz ff6d2142ce ghostwriter: 2.0.0 -> 2.0.1
https://github.com/wereturtle/ghostwriter/releases/tag/2.0.1
2021-05-17 11:59:36 +02:00
Kanashimia 9c6daedb29 keepassxc: add readline support, minor refactor 2021-05-17 17:00:44 +08:00
R. RyanTM f2e899e01a nextdns: 1.10.1 -> 1.11.0 2021-05-17 17:57:54 +09:00
Elis Hirwing 0caf9eb085
Merge pull request #121909 from ymatsiuk/appgate
appgate-sdp: 5.3.3 -> 5.4.0
2021-05-17 09:21:10 +02:00
Ryan Horiguchi 9541ad60e1 gitkraken: 7.5.5 -> 7.6.0 2021-05-17 16:15:58 +09:00
Stéphan Kochen 04aa238c1a gnucap: broken on darwin
Gnucap relies on LD_LIBRARY_PATH both in its build process and in code,
which Darwin does not understand.
2021-05-16 23:51:10 -07:00
Stéphan Kochen 28b48756d5 hetzner-kube: fix darwin build 2021-05-16 23:48:09 -07:00
J. Neto 74e27e2236 slade-git: 3.1.2 -> 3.2.0 2021-05-16 23:46:53 -07:00
J. Neto 18b051fde5 scite: 4.0.5 -> 5.0.2 2021-05-16 22:01:16 -07:00
R. RyanTM f4bfc1173e dbeaver: 21.0.4 -> 21.0.5 2021-05-17 04:19:09 +00:00
Austin Butler 66201e2c1d cntk: fix build 2021-05-16 20:03:06 -07:00
Anderson Torres 04ce017de7
Merge pull request #122025 from bryanasdev000/package-ferdi-beta
ferdi: 5.5.0 -> 5.6.0-beta.5
2021-05-16 23:56:55 -03:00
Ben Siraphob c5a669d3f7 treewide: remove unzip where not needed 2021-05-16 19:29:28 -07:00
Ben Siraphob 75c67d6be9 torchat: use fetchFromGitHub 2021-05-16 19:29:28 -07:00