Commit graph

261712 commits

Author SHA1 Message Date
Badi Abdul-Wahid
8c5feb7a6c
plex: 1.21.1.3795-ee64ab56f -> 1.21.1.3842-b0c7a97d9 2021-01-04 20:40:17 -06:00
Sandro
8f78ad9cf5
Merge pull request #108213 from jmc-figueira/fern.vim 2021-01-05 03:20:28 +01:00
Sandro
51e2708f58
Merge pull request #108372 from fabaff/gdu
gdu: init at 2.0.0
2021-01-05 03:12:00 +01:00
Sandro
34b66c5ff3
Merge pull request #108298 from fabaff/stegseek
stegseek: init at 0.5
2021-01-05 03:09:45 +01:00
Sandro Jäckel
4dc41b920c
vimPlugins.vim-clap: Fix maple hash 2021-01-05 02:30:47 +01:00
João Figueira
c4377a86bd
vimPlugins.fern-vim: init at 2020-12-22 2021-01-05 02:26:50 +01:00
João Figueira
2e42b318bb
vimPlugins: update 2021-01-05 02:26:44 +01:00
Sandro
f53c431645
Merge pull request #108379 from SuperSandro2000/cleanups 2021-01-05 02:19:24 +01:00
S. Nordin Abouzahra
32fefa8fb1 digikam: enable appstyles
Without this digikam forces the fusion style.
2021-01-04 18:58:23 -05:00
Justin Bedo
56dd3fa172
varscan: 2.4.2 -> 2.4.4 2021-01-05 10:55:28 +11:00
bloomvdomino
fbbd054d35 kora-icon-theme: init at 1.3.4 2021-01-05 00:33:46 +01:00
AndersonTorres
c1cb63e2ec ytree: 2.02 -> 2.03 2021-01-04 20:32:02 -03:00
bloomvdomino
641e7b6819 maintainers: add bloomvdomino 2021-01-05 00:29:46 +01:00
Justin Bedo
62432c855f
last: 1145 -> 1170 2021-01-05 10:29:31 +11:00
R. RyanTM
a43963db12 python37Packages.flufl_i18n: 3.1.3 -> 3.1.4 2021-01-04 15:19:31 -08:00
Maximilian Bosch
7cd7ff7acb
Merge pull request #108420 from grahamc/aws-nuke
aws-nuke: init at 2.14.0
2021-01-04 23:53:52 +01:00
Fabian Affolter
ffc83b2acb home-assistant: add pywilight to component-packages 2021-01-04 23:07:16 +01:00
Fabian Affolter
09cd64465b python3Packages.pywilight: init at 0.0.65 2021-01-04 23:03:13 +01:00
Ryan Horiguchi
77e17d055c
teamviewer: link teamviewer icons 2021-01-04 22:22:53 +01:00
sternenseemann
a080e9b9ff
ocamlPackages.ppx_import: use dependencies as listed in opam file 2021-01-04 22:10:08 +01:00
Sandro
2e8cc1cddd
Merge pull request #108418 from rissson/pkgs-warsow
warsow: fix src url
2021-01-04 22:08:29 +01:00
Sandro
91b89bdbdf
Merge pull request #108393 from r-ryantm/auto-update/visidata
visidata: 2.1 -> 2.1.1
2021-01-04 22:06:46 +01:00
Sandro
cb54c233ef
Merge pull request #108397 from afreakk/eksctl-v0-35-0
eksctl: 0.34.0 -> 0.35.0
2021-01-04 22:06:20 +01:00
Fabian Affolter
d824b95919 home-assistant: add glances_api to component-packages 2021-01-04 22:06:17 +01:00
Samuel Dionne-Riel
32b542bd48
Merge pull request #108422 from JoeDupuis/update-overmind-2.1.1-to-2.2.0
overmind: 2.1.1 -> 2.2.0
2021-01-04 16:00:41 -05:00
Doron Behar
442f1ec54d sundials: reorder attributes
Per
https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/attribute-ordering.md
2021-01-04 23:00:20 +02:00
Doron Behar
12c9f363f4 sundials: Split outputs for examples 2021-01-04 22:59:13 +02:00
Doron Behar
da3f98c5c5 sundials: 5.3.0 -> 5.6.1
Update some cmake flags and be more explicit regarding index size.
2021-01-04 22:58:56 +02:00
Fabian Affolter
9a719a0e5d python3Packages.glances-api: init at 0.2.0 2021-01-04 21:54:15 +01:00
Sarah Brofeldt
ffe5ff6009 dockerTools: Test buildLayeredImage with symlinks
This exercises layer creation in face of store path symlinks, ensuring
they are not dereferenced, which can lead to broken layer tarballs
2021-01-04 21:44:47 +01:00
Maximilian Bosch
61b8a2c720
rustracer: 2.1.35 -> 2.1.40, fix build
Failing build: https://hydra.nixos.org/build/134175791
ChangeLog: https://github.com/racer-rust/racer/blob/v2.1.40/CHANGELOG.md

A few more things are worth noting:

* It's not possible to update to latest version (2.1.42) at the time of
  committing since this requires a newer `rustc` (1.51 to be precise) to
  compile.
* For proper completion, `rustLibSrc` rather than `rustcSrc` must be
  used now. The two were separated here previously[1].
* Dropped the `checkPhase` and replaced it with a list of `checkFlags`.
  This has the benefit that the default `checkPhase` from
  `buildRustPackage` can be used which properly configures parallelism
  and which target to use (i.e. `release` in this case which reduces
  build time).

[1] 68060f6f6f
2021-01-04 21:20:42 +01:00
Maximilian Bosch
214effeb9d
evcxr: 0.6.0 -> 0.7.0
https://github.com/google/evcxr/blob/v0.7.0/RELEASE_NOTES.md#version-070
2021-01-04 21:20:42 +01:00
Maximilian Bosch
d815581d98
linuxPackages.wireguard: 1.0.20201112 -> 1.0.20201221
https://lists.zx2c4.com/pipermail/wireguard/2020-December/006210.html
2021-01-04 21:20:42 +01:00
Graham Christensen
2bb0558d0a aws-nuke: init at 2.14.0 2021-01-04 14:43:00 -05:00
José Romildo Malaquias
af4a92ec7e marwaita-manjaro: 1.6 -> 1.8 2021-01-04 16:37:22 -03:00
Joe Dupuis
75dfb5f00f overmind: 2.1.1 -> 2.2.0 2021-01-04 11:36:50 -08:00
Marc 'risson' Schmitt
559cf76fa3
warsow: fix src url
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-01-04 20:02:23 +01:00
Sarah Brofeldt
08b0d02944 dockerTools: Fix streamLayeredImage for symlinks
When archiving `/nix/store/foo` and `foo` is itself a symlink, we must
not traverse the symlink target, but archive the `foo` symlink itself
2021-01-04 19:47:34 +01:00
Robert T. McGibbon
cb0b092f2b flatbuffers: unbreak with gcc10 2021-01-04 13:42:18 -05:00
Tim Steinbach
f284b44089
linux: 5.11-rc1 -> 5.11-rc2
Added temporary patch for a syntax error in the wireless drivers
2021-01-04 13:41:30 -05:00
Vladimír Čunát
9af686703d
powerdns: patch build with gcc 10 2021-01-04 19:14:09 +01:00
ajs124
59d08b1e69
Merge pull request #108404 from andir/dovecot
dovecot: 2.3.11.3 -> 2.3.13
2021-01-04 19:01:18 +01:00
pacien
d94921db12 fish-foreign-env: move to fishPlugins.foreign-env
And relocate the installed fish functions to the `vendor_functions.d` so
that they're automatically loaded.
2021-01-04 18:53:59 +01:00
ilmari-lauhakangas
5a92a9ce32
subtitleeditor: add more gst-plugins (#106076) 2021-01-04 18:52:55 +01:00
pacien
59c1b6d0e7 fishPlugins.pure: init at 3.4.2 2021-01-04 18:51:11 +01:00
pacien
3a987feae1 fishPlugins.fishtape: init at 2.1.3 2021-01-04 18:51:11 +01:00
pacien
c083b27791 fishPlugins: bootstrap fish plugin scope 2021-01-04 18:51:11 +01:00
ryneeverett
905e3baa7e tartube: 2.1.0 -> 2.3.042
- Add new ffmpeg dependency.
- Update patch since gi was renamed pgi.
2021-01-04 17:47:43 +00:00
Andreas Rammhold
653f805f09 nixos/tests/dovecot: enable dovecot_pigeonhole plugin
This plugin is used commonly enough that we should ensure it still
builds (and dovecot works) after loading it.

This is not yet perfect as we aren't testing any of it's functionality
but at least we ensure that dovecot continues to do the regular job.
2021-01-04 18:17:26 +01:00
Pavol Rusnak
bf77245202
Merge pull request #108219 from prusnak/viennarna
ViennaRNA: init at 2.4.17
2021-01-04 18:04:56 +01:00