Raghav Sood
1fd8d571ed
cpp_ethereum: remove
2020-11-30 03:23:21 +00:00
Sandro
ea3561228d
Merge pull request #105387 from freezeboy/unbreak-py2-ecpy
...
python2Packages.ecpy: unbreak due to invalid code
2020-11-30 04:05:14 +01:00
Mario Rodas
04238cf7f7
Merge pull request #104941 from r-ryantm/auto-update/axel
...
axel: 2.17.9 -> 2.17.10
2020-11-29 21:42:16 -05:00
Mario Rodas
f180a29b03
Merge pull request #105403 from r-ryantm/auto-update/python2.7-ijson
...
python27Packages.ijson: 3.1.2.post0 -> 3.1.3
2020-11-29 21:29:13 -05:00
Mario Rodas
4572d27853
Merge pull request #105416 from r-ryantm/auto-update/python3.7-jupyterlab_git
...
python37Packages.jupyterlab-git: 0.23.1 -> 0.23.2
2020-11-29 21:24:53 -05:00
Martin Weinelt
ec433df657
Merge pull request #105413 from ryantm/updatereadme
...
readme: update reference to number of packages
2020-11-30 03:07:20 +01:00
Sandro
c64538b659
Merge pull request #105348 from Mic92/httpbin
...
python3.pkgs.httpbin: 0.6.2 -> 0.7.0
2020-11-30 02:30:07 +01:00
Sandro
b678eab5d8
Merge pull request #105389 from oyren/portfolio-0.49.3
...
portfolio: 0.49.2 -> 0.49.3
2020-11-30 02:29:35 +01:00
Sandro
9d5d6b0a26
Merge pull request #104807 from SuperSandro2000/auto-update/python3.7-b2sdk
2020-11-30 02:13:30 +01:00
Sandro
142bd18593
Merge pull request #105408 from RonanMacF/master
...
vimPlugins.nvim-ts-rainbow: init at 2020-11-25
2020-11-30 02:03:13 +01:00
Sandro
5c9051e211
Merge pull request #105404 from jupblb/add-glow-nvim
2020-11-30 02:01:33 +01:00
R. RyanTM
6e1c706c00
python37Packages.jupyterlab-git: 0.23.1 -> 0.23.2
2020-11-30 00:53:15 +00:00
Sandro
e065cbf01c
Merge pull request #105386 from arnarg/tmux-jump
...
tmuxPlugins.jump: init at 2020-06-26
2020-11-30 01:42:52 +01:00
Sandro
26c543168c
Merge pull request #105352 from r-ryantm/auto-update/python2.7-dependency-injector
...
python27Packages.dependency-injector: 4.4.1 -> 4.5.1
2020-11-30 01:34:36 +01:00
Ryan Mulligan
82657dc074
readme: update reference to number of packages
...
We updated the top of the readme to reference 60,000, but we forgot to
update this reference. This changes it so it won't become invalid for
a bit.
2020-11-29 16:18:12 -08:00
Dennis Gosnell
a2b278f095
Merge pull request #105400 from arcz/libff
...
libff: init at 1.0.0
2020-11-30 09:08:26 +09:00
Ryan Mulligan
db4f3eafb0
Merge pull request #105302 from AndersonTorres/wip-kakoune
...
Convert Kakoune documentation from XML DocBook to Commonmark
2020-11-29 15:51:41 -08:00
jupblb
49528362eb
vimPlugins.glow-nvim: init at 2020-08-31
2020-11-30 00:49:23 +01:00
Sandro
438679e1fb
Merge pull request #105361 from stigtsp/package/perl-crypt-perl-init
2020-11-30 00:39:13 +01:00
AndersonTorres
25b8aa4a85
Convert Kakoune documentation from XML DocBook to Commonmark
2020-11-29 20:19:28 -03:00
Sandro
e23f098b69
Merge pull request #105381 from arnarg/tmux-tilish
...
tmuxPlugins.tilish: init at 2020-08-12
2020-11-29 23:30:58 +01:00
RonanMacF
2724d807c9
vimPlugins.nvim-ts-rainbow: init at 2020-11-25
2020-11-29 22:29:34 +00:00
R. RyanTM
e15ce6b6fa
python27Packages.ijson: 3.1.2.post0 -> 3.1.3
2020-11-29 22:23:32 +00:00
jupblb
09d73e29df
vimPlugins: update
2020-11-29 23:23:11 +01:00
Artur Cygan
304fe564a1
libff: init at 1.0.0
2020-11-29 23:08:20 +01:00
R. RyanTM
c5b4cbd446
python27Packages.identify: 1.5.9 -> 1.5.10
2020-11-29 14:05:54 -08:00
R. RyanTM
edaf507d61
python37Packages.green: 3.2.4 -> 3.2.5
2020-11-29 14:05:37 -08:00
Florian Klink
a623bc0ba4
Merge pull request #104689 from petabyteboy/feature/gitlab-13-6-1
...
gitlab: 13.6.0 -> 13.6.1
2020-11-29 22:37:42 +01:00
Benjamin Hipple
ae1b8cce75
Merge pull request #94558 from bhipple/fix/lint
...
nixpkgs-lint: ignore user's overlays
2020-11-29 16:08:30 -05:00
Maximilian Bosch
752b6a95db
nixos/mautrix-telegram: update defaults
...
These three defaults must exist in the config now, otherwise
`mautrix-telegram` will refuse to start.
2020-11-29 21:28:07 +01:00
Maximilian Bosch
878e80c596
mautrix-telegram: fix application
...
* In 0.9 the entrypoint got removed as it's recommended to use
`python -m`[1]. However, our build layer for python relies on
that, so I added a patch to re-add this.
* The tests in the upstream sources appear abandoned, so those are
skipped. Therefore it's also pointless to add `pytest-runner` to the
`nativeBuildInputs` as it's not used and only blows up the build
closure.
A second patch modifies the requirements, so ow `pytest-runner` isn't
needed anymore.
[1] a565853c5e
2020-11-29 21:28:07 +01:00
R. RyanTM
1541df5437
python37Packages.dulwich: 0.20.11 -> 0.20.14
2020-11-29 12:14:39 -08:00
Moritz Scheuren
fc0a07c8a3
portfolio: 0.49.2 -> 0.49.3
2020-11-29 19:45:30 +01:00
R. RyanTM
23a5371532
python27Packages.gin-config: 0.3.0 -> 0.4.0
2020-11-29 10:19:21 -08:00
freezeboy
b95d95d8fe
python2Packages.ecpy: unbreak due to invalid code
2020-11-29 19:17:37 +01:00
Arnar Gauti Ingason
4115b5adb1
tmuxPlugins.jump: init at 2020-06-26
2020-11-29 19:02:14 +01:00
Sandro
9d440b2342
Merge pull request #105339 from r-ryantm/auto-update/pkcs11-helper
...
pkcs11helper: 1.26 -> 1.27
2020-11-29 18:58:41 +01:00
Maximilian Bosch
91e6ee02c7
Merge pull request #104450 from anna328p/lc3tools
...
lc3tools: init at 0.12
2020-11-29 18:39:40 +01:00
Maximilian Bosch
e0ee74373d
Merge pull request #105142 from wentasah/autorandr-man
...
autorandr: Install manpage
2020-11-29 18:31:32 +01:00
Mario Rodas
da0f3cbba0
Merge pull request #105344 from r-ryantm/auto-update/pugixml
...
pugixml: 1.10 -> 1.11
2020-11-29 12:30:06 -05:00
Maximilian Bosch
d8d478c00e
Merge pull request #105342 from r-ryantm/auto-update/postman
...
postman: 7.34.0 -> 7.36.0
2020-11-29 18:24:36 +01:00
Mario Rodas
e48fbfaf9f
Merge pull request #105325 from r-ryantm/auto-update/plantuml
...
plantuml: 1.2020.19 -> 1.2020.20
2020-11-29 12:23:51 -05:00
Maximilian Bosch
a7573a0d7d
Merge pull request #105367 from siraben/gallery-dl-update
...
gallery-dl: 1.15.2 -> 1.15.4
2020-11-29 18:16:48 +01:00
Arnar Gauti Ingason
7b4b75b099
tmuxPlugins.tilish: init at 2020-08-12
2020-11-29 18:14:12 +01:00
Mario Rodas
3652f50b1f
Merge pull request #105340 from r-ryantm/auto-update/pgbouncer
...
pgbouncer: 1.14.0 -> 1.15.0
2020-11-29 12:12:27 -05:00
Sandro
bb9c3e74f8
Merge pull request #105330 from danieldk/mkl-2020.4.304
...
mkl: 2020.3.279 -> 2020.4.304
2020-11-29 18:09:57 +01:00
markuskowa
49715830f9
Merge pull request #105377 from markuskowa/upd-ucx
...
ucx: 1.8.1 -> 1.9.0
2020-11-29 18:03:35 +01:00
Maximilian Bosch
8688a4b441
Merge pull request #105341 from Luflosi/update/youtube-dl
...
youtube-dl: 2020.11.26 -> 2020.11.29
2020-11-29 18:02:20 +01:00
Shea Levy
926ae8885d
system76-firmware: 1.0.18 -> 1.0.20
2020-11-29 11:29:26 -05:00
Markus Kowalewski
d86ab0c441
ucx: 1.8.1 -> 1.9.0
2020-11-29 16:59:54 +01:00