Commit Graph

240978 Commits

Author SHA1 Message Date
georgewhewell
e1fe7570db spotipy: fix build 2020-08-28 14:09:36 +02:00
Yevhen Shymotyuk
84145bc263 python3Packages.pipx: 0.15.5.0 -> 0.15.5.1 2020-08-28 14:09:36 +02:00
R. RyanTM
d25e0b5b92 python37Packages.azure-mgmt-hdinsight: 1.6.0 -> 1.7.0 2020-08-28 14:09:36 +02:00
Mario Rodas
2e1ab3b59e gopass: 1.9.2 -> 1.10.1
https://github.com/gopasspw/gopass/releases/tag/v1.10.0
https://github.com/gopasspw/gopass/releases/tag/v1.10.1
2020-08-28 14:09:36 +02:00
Mario Rodas
9678735acc terraform_0_13: 0.13.0 -> 0.13.1 (#96472)
https://github.com/hashicorp/terraform/releases/tag/v0.13.1
2020-08-28 14:09:36 +02:00
SCOTT-HAMILTON
e5b080afb9 Update pkgs/applications/networking/ncgopher/default.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-08-28 14:09:36 +02:00
SCOTT-HAMILTON
582d0bcc0e t # Ceci est la combinaison de 2 commits.
ncgopher: Init at 0.1.5
2020-08-28 14:09:36 +02:00
Stig Palmquist
456ff6fe77 convos: 4.29 -> 4.33 2020-08-28 14:09:36 +02:00
Bart Brouns
426479c398 mooSpace: init at unstable-2020-06-10 2020-08-28 14:09:35 +02:00
R. RyanTM
e5a289bfc5 pipenv: 2020.6.2 -> 2020.8.13 2020-08-28 14:09:35 +02:00
R. RyanTM
a2c1a8c209 libfabric: 1.10.1 -> 1.11.0 2020-08-28 14:09:35 +02:00
R. RyanTM
0924b7a598 postgresql11Packages.pgrouting: 3.0.2 -> 3.1.0 2020-08-28 14:09:35 +02:00
R. RyanTM
7697e835a0 nomacs: 3.17.2045 -> 3.17.2206 2020-08-28 14:09:35 +02:00
Bart Brouns
8a3bc02b20 faust: unstable-2020-08-03 -> unstable-2020-08-27 2020-08-28 14:09:35 +02:00
Bart Brouns
1eae9eae87 faust: add missing dependencies 2020-08-28 14:09:34 +02:00
Robert Schütz
1b260a8938 python.pkgs.graphviz: 0.10.1 -> 0.14.1 2020-08-28 14:09:34 +02:00
Guillaume Desforges
9317aa7794 pythonPackages.librosa: fix required package pooch 2020-08-28 14:09:34 +02:00
Guillaume Desforges
eb8b3b4632 pythonPackages.pooch: init at 1.0.0 2020-08-28 14:09:34 +02:00
R. RyanTM
52298cb4f3 python37Packages.breathe: 4.19.2 -> 4.20.0 2020-08-28 14:09:34 +02:00
zowoq
a5a019850b python: editorconfig fixes 2020-08-28 14:09:34 +02:00
Roberto Di Remigio
dbff18cf6f kibi: init at 0.2.0 2020-08-28 14:09:34 +02:00
Dmitry Bogatov
18b2d83f51 laminar: init at 0.8 2020-08-28 14:09:33 +02:00
Richard Marko
2c1cf879a0 nixos/sdImage: add postBuildCommands
This allows to perform `dd if= of=$img` after the image is built
which is handy to add e.g. uBoot SPL to the built image.

Instructions for some ARM boards sometimes contain this step
that needs to be performed manually, with this patch it can be
part of the nix file used to built the image.
2020-08-28 14:09:33 +02:00
Daniël de Kok
b730262173 broot: 0.20.0 -> 0.20.3 2020-08-28 14:09:33 +02:00
Vincent Bernat
3183cb9c4c bgpq4: init at 0.0.6
This is a fork of bgpq3. It is still unclear if it will superseed
bgpq3. It is mostly compatible with additional features, like support
for Mikrotik devices. It also defaults to NTT IRR server instead of
RADB.
2020-08-28 14:09:33 +02:00
Vincent Bernat
f06811785d maintainers: add vincentbernat 2020-08-28 14:09:32 +02:00
Pavol Rusnak
8a0d9e2239 python3Packages.trezor: 0.12.1 -> 0.12.2
+ add attrs, pillow to dependencies
2020-08-28 14:09:32 +02:00
Justin Bedo
11531a8079 singularity: 3.6.1 -> 3.6.2 2020-08-28 14:09:32 +02:00
Jorge Acereda
894c12083c code-browser: init at 7.1.20 2020-08-28 14:09:32 +02:00
Daniël de Kok
2bc912cb6b python3Packages.wasabi: 0.7.1 -> 0.8.0
Changelog:
https://github.com/ines/wasabi/releases/tag/v0.8.0

While at it:

- Use pytestCheckHook;
- add meta.changelog.
2020-08-28 14:09:32 +02:00
R. RyanTM
72e851e5ba linuxPackages_latest-libre.sysdig: 0.26.7 -> 0.27.0 2020-08-28 14:09:32 +02:00
R. RyanTM
c263cf3302 conspy: 1.14 -> 1.16 2020-08-28 14:09:32 +02:00
Keshav Kini
c3da7dc5b6 powerdevil: backport fix for debug log spam
The version of powerdevil we're using prints a few debug messages every time an
inhibition is triggered, including some spurious messages about not being able
to contact consolekit.  This can cause a lot of spam in the system journal,
especially when a web browser or other application that plays video is running,
because such applications often trigger such inhibitions very frequently.

A recent upstream commit to powerdevil changes the logging behavior of the
program so that it doesn't print debug messages anymore.  This commit backports
that patch to our version of powerdevil (5.17.5).
2020-08-28 14:09:32 +02:00
José Romildo Malaquias
f3032cb8ac plasma-5.kde-cli-tools: install a symlink to kdesu in bin 2020-08-28 14:09:32 +02:00
José Romildo Malaquias
e2c857c36d plasma-5.kde-cli-tools: wrap kdesu to include kdeinit5 in PATH 2020-08-28 14:09:32 +02:00
José Romildo Malaquias
77865c846f kde-frameworks.kdesu: move to its own directory 2020-08-28 14:09:31 +02:00
José Romildo Malaquias
75d34dcbb3 kde-frameworks.kdesu: search the daemon first in /run/wrappers/bin
If looking first in libexec, the eventually wrapped one in
/run/wrappers/bin can not be found.

This allows wrapping the daemon so that it can be run with sgid
privileges.
2020-08-28 14:09:31 +02:00
Fabian Möller
77c720713d qt5.qtwebkit: fix build with bison-3.7 2020-08-28 14:09:31 +02:00
Matthew Bauer
0daf71f97f nixos/cage: supply pamEnvironment
Without this, you don’t get any of the sessionVariables in the cage
application. Things like XDG_DATA_DIRS, XCURSOR_PATH, etc. are
missing.
2020-08-28 14:09:31 +02:00
Daniël de Kok
b83f71db62 intel-gmmlib: change maintainer to danieldk
As discussed in #95868.
2020-08-28 14:09:31 +02:00
Artturin
8b61d0f789 viewnior: 1.6 -> 1.7 2020-08-28 14:09:31 +02:00
WilliButz
b4c8140339 grafana: 7.1.3 -> 7.1.5 2020-08-28 14:09:31 +02:00
JesusMtnez
2995527b48 vscodium: 1.48.1 -> 1.48.2 2020-08-28 14:09:31 +02:00
JesusMtnez
5189fc9b52 vscode: 1.48.1 -> 1.48.2 2020-08-28 14:09:31 +02:00
Jamie McClymont
882157b1c5 nixos/test: colour machine names 2020-08-28 14:09:31 +02:00
José Romildo Malaquias
b1fde81989 marwaita: 7.4.2 -> 7.4.3 2020-08-28 14:09:30 +02:00
Robert Schütz
e4caac74df abcmidi: 2020.07.28 -> 2020.08.09 2020-08-28 14:09:30 +02:00
José Romildo Malaquias
c8554bc3c4 enlightenment.terminology: 1.8.0 -> 1.8.1 2020-08-28 14:09:30 +02:00
Malte Brandy
65a6c79134
haskellPackages.composite-base: Mare unbroken to fix eval error 2020-08-28 13:11:33 +02:00
Peter Simons
d265d2aae8 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
bcf8de354e.
2020-08-28 02:30:26 +02:00