Commit Graph

243548 Commits

Author SHA1 Message Date
Nick Hu
5d92cf5f23
Merge pull request #78143 from mtreca/master
pam_gnupg: init at 0.1
2020-09-13 11:44:01 +01:00
Robert Scott
35ca475f8b
Merge pull request #97757 from freezeboy/fix-lp_solve
lp_solve: fix build
2020-09-13 11:00:26 +01:00
Vincent Laporte
e2dffb60a5 ocamlPackages.batteries: 3.0.0 → 3.1.0 2020-09-13 11:59:06 +02:00
Mario Rodas
5ff37a3d96
Merge pull request #97228 from r-ryantm/auto-update/pcm
pcm: 202007 -> 202008
2020-09-13 04:58:54 -05:00
Maxime Tréca
d9d3013117 pam_gnupg: init at 0.1
Add the pam_gnupg module that unlocks gnupg keys on login.
2020-09-13 10:46:14 +02:00
Vladimír Čunát
66f0303a29
snort: trailing whitespace
I mainly mind because of annoying red cross in CI :-)
https://github.com/NixOS/nixpkgs/runs/1106746284
2020-09-13 09:52:14 +02:00
Vladimír Čunát
544c8dbdfb
Merge #97612: firefox-esr-68: drop 2020-09-13 09:52:06 +02:00
Daniël de Kok
4afc26f0fa
Merge pull request #97771 from freezeboy/disable-py2-green
python2Packages.green: remove
2020-09-13 09:12:35 +02:00
freezeboy
96acb3a772 python2Packages.green: remove 2020-09-13 09:09:47 +02:00
Vladimír Čunát
97e2ca3447
Revert "Merge #97847 python27Packages.anytree: fix build"
Moving to staging.  It's a really large rebuild.
This reverts commit 9a8bd1e564ed033a6f5773fd95297a3cfe2e43ed, reversing
changes made to 9866abf63babc2bc9578e5fc23d5d006850464bc.
2020-09-13 08:13:00 +02:00
Mario Rodas
b441d09fad
Merge pull request #97860 from bbigras/zenith
zenith: 0.10.0 -> 0.10.1
2020-09-13 00:16:23 -05:00
freezeboy
037b8aefef cfn-lint: fixed importlib_resources version bounds
Also, added import checks to have a minimal test for the package
2020-09-12 22:09:50 -07:00
Martin Weinelt
8e29e178ac pythonPackages.mocket: 3.8.8 -> 3.8.9 2020-09-12 21:42:59 -07:00
Bruno Bigras
9b55d123bc zenith: 0.10.0 -> 0.10.1 2020-09-12 23:15:06 -04:00
freezeboy
3fc3fd14cf lp_solve: fix buildCommand some binaries moved 2020-09-13 03:51:51 +02:00
Rok Garbas
0483b186b2
Merge pull request #97872 from garbas/init-asciinema-scenario
asciinema-scenario: init at 0.1.0
2020-09-13 02:22:38 +02:00
Martin Weinelt
d5a689edda
Merge pull request #97870 from mweinelt/hass
home-assistant: drop protobuf override
2020-09-13 01:58:20 +02:00
Rok Garbas
c614283101
asciinema-scenario: init at 0.1.0 2020-09-13 01:36:22 +02:00
Martin Weinelt
68c4099d73
home-assistant: drop protobuf override
aioesphome was updated to 2.6.3 which requires protobuf>=3.12.2,<4.0.
2020-09-13 01:05:48 +02:00
Anderson Torres
d352574eeb
Merge pull request #97816 from AndersonTorres/windowmaker-upload
windowmaker: 0.95.8 -> 0.95.9
2020-09-12 19:57:27 -03:00
Sarah Brofeldt
701064bb10
Merge pull request #96446 from saschagrunert/k8s
kubernetes: 1.18.8 -> 1.19.1
2020-09-13 00:45:56 +02:00
Ryan Mulligan
cba76f9ee6
Merge pull request #97632 from ryantm/jitsi-meet-doc
nixos/jitsi-meet: add docs
2020-09-12 14:21:45 -07:00
Lassulus
220c7d796f
Merge pull request #97681 from Jiehong/code/update_sublime
sublime-merge: use 2033 as dev and 2032 as stable versions
2020-09-12 22:18:57 +02:00
Geoffrey Huntley
bc62fff2cf
lib.licenses: add Prosperity-3.0.0 license (#97832) 2020-09-12 22:13:27 +02:00
Gabriel Ebner
dfef3ec138
Merge pull request #97850 from gebner/python-websockets-tests 2020-09-12 21:47:54 +02:00
Vincent Laporte
5f83bf3012 ocamlPackages.ptmap: 2.0.4 → 2.0.5 2020-09-12 21:32:02 +02:00
Vincent Laporte
b2f814144e ocamlPackages.ptset: init at 1.0.1 2020-09-12 21:30:31 +02:00
Vincent Laporte
d3e701f5f7 reason: 3.6.0 → 3.6.2 2020-09-12 21:30:12 +02:00
Florian Klink
2865a8867f
nixos/datadog: allow specifying dd_url (#97775)
Useful when you want to point datadog to another endpoint, either
because you need a proxy to send out data, or because you use their EU
endpoint.
2020-09-12 21:02:20 +02:00
AndersonTorres
1890b22296 windowmaker: 0.95.8 -> 0.95.9 2020-09-12 15:16:13 -03:00
Maximilian Bosch
4a559f8fee
gotify-server: fix UI
In version 2.0.15 `gotify` switched to `packr` at 2.x which is why the
UI can't be served properly via HTTP and causes an empty 500 response and
the following errors in `journald`:

```
2020/09/12 19:18:33 [Recovery] 2020/09/12 - 19:18:33 panic recovered:
GET / HTTP/1.1
Host: localhost:8080
Accept: */*
User-Agent: curl/7.72.0

stat /home/ma27/Projects/ui/build/index.html: no such file or directory
```

This wasn't caught by the VM-test as it only tested the REST and push
APIs. Using their internal `packr.go` script in our build as it's the
case in the upstream build-system[1] fixes the issue.

[1] https://github.com/gotify/server/pull/277/files#diff-b67911656ef5d18c4ae36cb6741b7965R48
2020-09-12 19:30:17 +02:00
Robert Scott
9a8bd1e564
Merge pull request #97847 from drewrisinger/zhf/python-anytree
python27Packages.anytree: fix build
2020-09-12 18:20:40 +01:00
Gabriel Ebner
b5fcd79c3f python3Packages.websockets: make tests deterministic 2020-09-12 19:20:11 +02:00
Mario Rodas
9866abf63b
Merge pull request #97848 from marsam/update-flexget
flexget: 3.1.67 -> 3.1.71
2020-09-12 12:19:18 -05:00
freezeboy
d0edb00019
iproute_mptcp: fix preConfigure (#97747) 2020-09-12 19:14:15 +02:00
Anderson Torres
28f21171d7
Merge pull request #97794 from AndersonTorres/openmsx-upload
openmsx: 0.15.0 -> 16.0
2020-09-12 13:48:58 -03:00
Silvan Mosberger
3558be46b0
Merge pull request #97674 from Avaq/avaq/minecraft-server
minecraft-server: 1.16.2 -> 1.16.3
2020-09-12 18:44:43 +02:00
Matthieu Coudron
1be0767ec8
cx_Freeze: disable python2.7 (#97763) 2020-09-12 17:58:29 +02:00
freezeboy
c70aaa40fc
flask-api: disable python2.7 (#97766) 2020-09-12 17:57:39 +02:00
Jan Tojnar
489f4d807b
Merge pull request #97839 from jtojnar/deja-dup-42.4
deja-dup: 40.6 → 42.4
2020-09-12 17:46:48 +02:00
Drew Risinger
1d86636aca python27Packages.anytree: fix build
Tests fail on python2.7 b/c the tests use enums (python 3.4+).
Follow-on from #97761.
Converts tests to use pytestCheckHook for easier test disabling.
2020-09-12 11:39:29 -04:00
Mrinal
0065551641
rescuetime: 2.16.3.1 -> 2.16.4.2 (#97825) 2020-09-12 15:33:37 +00:00
Alvar
7b3cbc600f
platformio: 4.3.4 -> 5.0.1 (#97833) 2020-09-12 15:27:02 +00:00
Alvar
c5fa0e35be
arduino-cli: 0.11.0 -> 0.12.1 (#97836) 2020-09-12 15:25:27 +00:00
dawidsowa
5d50bb69bf
gnomeExtensions.dash-to-panel: 38 -> 39 (#97840) 2020-09-12 15:23:43 +00:00
Jan Tojnar
272e4273f0
alsa-utils: do not sed info script (#97841)
The script contains lspci.log file names and the overeager replacement breaks it.
2020-09-12 15:20:14 +00:00
Jan Tojnar
b31de37eba
deja-dup: 40.6 → 42.4
https://gitlab.gnome.org/World/deja-dup/-/releases#42.4

- Nautilus extension no longer supported (https://gitlab.gnome.org/World/deja-dup/merge_requests/42)
2020-09-12 17:18:14 +02:00
Matthieu Coudron
8d25f838d0
Merge pull request #97817 from dotlambda/zulip-terminal
zulip-term: init at 0.5.2
2020-09-12 17:00:02 +02:00
Jan Tojnar
607509ac8f
Merge pull request #97690 from jtojnar/inkscape-1.0.1 2020-09-12 16:30:53 +02:00
ajs124
b036f006c0
Merge pull request #97774 from CheariX/joplin-desktop-1.0.245
joplin-desktop: 1.0.241 -> 1.0.245
2020-09-12 16:13:26 +02:00