Anderson Torres
8a715e2522
Merge pull request #97298 from felschr/feat/filebot
...
filebot: init at 4.9.1
2020-09-16 15:23:03 -03:00
Daniël de Kok
6338098ffb
Merge pull request #97227 from danieldk/libxsmm-1.16.1
...
libxsmm: 1.15 -> 1.16.1, improve derivation
2020-09-16 20:13:26 +02:00
ajs124
5e8db8802b
transcribe: drop
2020-09-16 20:12:46 +02:00
Marek Mahut
4ecaf7ef3a
Merge pull request #95104 from kcalvinalvin/add-btcpayserver
...
Add btcpayserver
2020-09-16 19:10:31 +02:00
Titouan
99ae3e932b
mkvtoolnix: 48.0.0 -> 50.0.0
2020-09-16 18:55:51 +02:00
Michael Weiss
6a8415c93f
python3Packages.google_api_python_client: 1.11.0 -> 1.12.1
2020-09-16 18:20:37 +02:00
meutraa
b6b616bbe5
androidStudioPackages.beta: 4.1.0.17 -> 4.1.0.18
2020-09-16 18:19:50 +02:00
Vladimír Čunát
372f89cc44
Merge branch 'master' into staging-next
2020-09-16 17:58:45 +02:00
Pamplemousse
9839c0b292
verilator: 4.040 -> 4.100
...
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-09-16 08:40:01 -07:00
Drew Risinger
60df61b67e
mk-python-derivation: document pyproject format
...
Optional setting of format == "pyproject", "egg" had been documented
in the manual, but they weren't listed in the function header for
``mk-python-derivation.nix``.
2020-09-16 17:38:41 +02:00
Felix Tenley
b1423ee641
filebot: init at 4.9.1
2020-09-16 17:17:14 +02:00
Felix Tenley
70399cc1ce
maintainers: add felschr
2020-09-16 17:17:14 +02:00
Jan Tojnar
db64508779
ufraw: mark broken
...
It does not build so let's mark it broken in order for gimp-with-plugins not to be broken.
Fixes: https://github.com/NixOS/nixpkgs/issues/98103
2020-09-16 16:58:36 +02:00
Ryan Mulligan
31630b0425
Merge pull request #97948 from JesusMtnez/coursier
...
coursier: 2.0.0-RC6-25 -> 2.0.0-RC6-26
2020-09-16 07:56:39 -07:00
Ryan Mulligan
40ab795911
Merge pull request #98058 from mlvzk/init-manix
...
manix: init at 0.6.2
2020-09-16 07:55:57 -07:00
Titouan
d39013b183
micro: 2.0.5 -> 2.0.7
2020-09-16 16:30:52 +02:00
Tim Steinbach
b585d60082
linux/hardened/patches/5.8: 5.8.8.a -> 5.8.9.a
2020-09-16 09:58:49 -04:00
Tim Steinbach
1c61a932bb
linux/hardened/patches/5.4: 5.4.64.a -> 5.4.65.a
2020-09-16 09:58:43 -04:00
ajs124
21779aece5
matrix-synapse: 1.19.1 -> 1.19.2
2020-09-16 15:45:37 +02:00
Graham Christensen
6e98b8ff93
Merge pull request #97790 from Infinisil/release-nixpkgsArgs
...
release*: Support nixpkgsArgs for all release-*.nix files
2020-09-16 09:17:02 -04:00
Anderson Torres
ec5e9b60cc
Merge pull request #97149 from felschr/feat/diagnostic-languageserver
...
nodePackages.diagnostic-languageserver: init at 1.7.1
2020-09-16 10:15:52 -03:00
eyjhb
809ed03259
scrot: 1.3 -> 1.4
2020-09-16 15:05:20 +02:00
Doron Behar
aaf1331bca
Merge pull request #97153 from felschr/patch-4
...
omnisharp-roslyn: 1.35.2 -> 1.37.1
2020-09-16 14:41:07 +03:00
Stig P
2a2cbcb74b
Merge pull request #98032 from sikmir/mbtileserver
...
mbtileserver: init at 0.6.1
2020-09-16 10:41:05 +00:00
Ferran Pujol Camins
c12cfa428c
chromaprint: fix derivation
2020-09-16 10:10:56 +02:00
Ferran Pujol Camins
c6dd555bde
chromaprint: add darwin compatibility
2020-09-16 10:10:56 +02:00
Jonathan Ringer
f1325cdfe7
python2Packages.hickle: disable
...
```
Processing ./hickle-4.0.1-py2-none-any.whl
ERROR: Package 'hickle' requires a different Python: 2.7.18 not in '>=3.5'
```
2020-09-16 00:26:48 -07:00
Jonathan Ringer
389ab45924
python3Packages.hickle: disable tests
...
Incompatible with astropy>=4.0
2020-09-16 00:26:48 -07:00
Keshav Kini
eabba0daf0
python36Packages.ipython: 7.17 -> 7.16.1 (downgrade)
...
IPython versions 7.17 and higher don't support Python 3.6 anymore, so
this commit adds back the old expression for 7.16.1 from before
ba1038a98b
for use in python36Packages
only.
nix-repl> :b python36.withPackages (ps: [ ps.ipython ])
builder for '/nix/store/q8v4f89xwv35a3idb9z345z6n3nzfycb-python3.6-ipython-7.17.0.drv' failed with exit code 1; last 10 log lines:
Python 3.5 was supported with IPython 7.0 to 7.9.
Python 3.6 was supported with IPython up to 7.16.
See IPython `README.rst` file for more information:
https://github.com/ipython/ipython/blob/master/README.rst
Python sys.version_info(major=3, minor=6, micro=12, releaselevel='final', serial=0) detected.
cannot build derivation '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv': 1 dependencies couldn't be built
[0 built (1 failed)]
error: build of '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv' failed
2020-09-16 09:22:38 +02:00
Jason Carr
db0e901b56
lesspass-cli: 9.0.0 -> 9.1.9
2020-09-16 08:41:36 +02:00
ryneeverett
52c3214ea6
lxpanel: 0.9.3 -> 0.10.0
...
Curl is a new requirement so the weather plugin can use libcurl to pull
weather data.
2020-09-16 08:39:13 +02:00
Daniël de Kok
917a183d97
Merge pull request #97868 from dpercy/fac-build
...
fac-build: init at 0.5.3
2020-09-16 07:49:28 +02:00
Jacek Galowicz
713f881769
Merge pull request #89361 from helsinki-systems/feat/test-special-args
...
nixos/testing: Add support for specialArgs
2020-09-16 07:07:42 +02:00
Mario Rodas
7dbc32359d
Merge pull request #97633 from marsam/enable-opencv-videoio-darwin
...
opencv: enable videoio on darwin
2020-09-15 22:57:37 -05:00
Vincent Laporte
10fef19f4b
ocamlPackages.qcheck: 0.7 → 0.15
2020-09-16 05:57:19 +02:00
Vincent Laporte
491e809867
ocamlPackages.qcheck-alcotest: init at 0.15
2020-09-16 05:57:19 +02:00
Vincent Laporte
79a0130dbd
ocamlPackages.qcheck-ounit: init at 0.15
2020-09-16 05:57:19 +02:00
Vincent Laporte
8d27394e25
ocamlPackages.qcheck-core: init at 0.15
2020-09-16 05:57:19 +02:00
Anderson Torres
811709ff94
Merge pull request #95734 from trepetti/flatcam
...
flatcam: init at 8.5
2020-09-15 23:17:59 -03:00
Anderson Torres
2a6878c437
Merge pull request #97614 from superherointj/master
...
nixos/dmidecode: added recommended patches
2020-09-15 23:16:01 -03:00
David Percy
16beff405d
fac-build: init at 0.5.3
2020-09-15 21:23:24 -04:00
David Percy
deb412f54f
maintainers: add dpercy
2020-09-15 21:19:11 -04:00
Mario Rodas
eaf452f201
Merge pull request #98076 from marsam/update-nodejs
...
nodejs: 10.22.0 -> 10.22.1, 12.18.3 -> 12.18.4
2020-09-15 19:37:51 -05:00
Mario Rodas
095a32182d
nodejs-12_x: 12.18.3 -> 12.18.4
...
https://github.com/nodejs/node/releases/tag/v12.18.4
2020-09-15 18:01:00 -05:00
Mario Rodas
afeed1fe58
nodejs-10_x: 10.22.0 -> 10.22.1
...
https://github.com/nodejs/node/releases/tag/v10.22.1
2020-09-15 18:00:00 -05:00
Wael Nasreddine
c80258af16
gist: 5.1.0 -> 6.0.0 ( #98053 )
2020-09-15 22:41:47 +00:00
Ahmad Jagot
b467630062
f2fs-tools: 1.13.0 -> 1.14.0
...
Allow use of 'compression' option on volume creation, supported at
mount-time in kernels 5.6+
2020-09-15 23:51:11 +02:00
Doron Behar
5a9358ce26
Merge pull request #97700 from SuperSandro2000/cod
2020-09-16 00:18:46 +03:00
ajs124
dd978781a5
Merge pull request #98068 from LeUlukai/update/texstudio
...
texstudio: 3.0.0 -> 3.0.1
2020-09-15 22:49:51 +02:00
markuskowa
56190b7794
Merge pull request #97400 from ck3d/vdr-epgsearch-20191202
...
vdr-epgsearch: 2.4.0 -> 20191202
2020-09-15 22:21:05 +02:00