Commit Graph

218112 Commits

Author SHA1 Message Date
Jonathan Ringer
03ad84828a python3Packages.azure-mgmt-synapse: 0.3.0 -> 0.4.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer
680991d8fb python3Packages.azure-mgmt-storage: 11.2.0 -> 16.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer
96384218a4 python3Packages.azure-mgmt-sql: 0.20.0 -> 0.21.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer
7d3b962876 python3Packages.azure-mgmt-resource: 10.2.0 -> 15.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer
1f646188a2 python3Packages.azure-mgmt-network: 11.0.0 -> 16.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer
681b44656a python3Packages.azure-mgmt-netapp: 0.12.0 -> 0.13.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer
145af61ea4 python3Packages.azure-mgmt-monitor: 0.11.0 -> 1.0.1 2020-09-29 06:00:43 -07:00
Jonathan Ringer
b1b7e14ca4 python3Packages.azure-mgmt-loganalytics: 0.7.0 -> 1.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer
ba4adb0474 python3Packages.azure-mgmt-keyvault: 2.2.0 -> 7.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer
3a305a6376 python3Packages.azure-mgmt-eventhub: 4.0.0 -> 8.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer
84fba9ebdd python3Packages.azure-mgmt-datafactory: 0.12.0 -> 0.13.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer
6ac6882764 python3Packages.azure-mgmt-containerservice: 9.3.0 -> 9.4.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer
37169d74e5 python3Packages.azure-mgmt-compute: 13.0.0 -> 17.0.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer
54863f8161 python3Packages.azure-mgmt-appconfiguration: 0.6.0 -> 1.0.1 2020-09-29 06:00:43 -07:00
Jonathan Ringer
b01e3b51fe python3Packages.azure-keyvault-certificates: 4.2.0 -> 4.2.1 2020-09-29 06:00:43 -07:00
Jonathan Ringer
3a839a93e1 python3Packages.azure-datalake-store: 0.0.49 -> 0.0.50 2020-09-29 06:00:43 -07:00
Jonathan Ringer
cefe6adfa4 python3Packages.azure-core: 1.8.0 -> 1.8.1 2020-09-29 06:00:43 -07:00
Jonathan Ringer
60e8e552f0 python3Packages.dash: 1.14.0 -> 1.16.2 2020-09-29 06:00:11 -07:00
Jonathan Ringer
5aac1c6a2c python3Packages.dash_table: 4.9.0 -> 4.10.1 2020-09-29 06:00:11 -07:00
Jonathan Ringer
8c8d356240 python3Packages.dash_renderer: 1.6.0 -> 1.8.2 2020-09-29 06:00:11 -07:00
Jonathan Ringer
a95bc37cf1 python3Packages.dash_html_components: 1.0.3 -> 1.1.1 2020-09-29 06:00:11 -07:00
Jonathan Ringer
cf1e539417 python3Packages.dash_core_components: 1.10.2 -> 1.12.1 2020-09-29 06:00:11 -07:00
R. RyanTM
7d493ac122 python37Packages.breathe: 4.20.0 -> 4.22.1 2020-09-29 05:59:17 -07:00
Thibault Gagnaux
e749451470 python3Packages.fsspec: fix tests on darwin
Disables the `test_touch` test which fails with the following assertion error on hydra darwin only:
```
tmpdir = local('/private/tmp/nix-build-python3.8-fsspec-0.8.3.drv-0/pytest-of-nixbld3/pytest-0/test_touch0')

    def test_touch(tmpdir):
        import time

        fn = tmpdir + "/in/file"
        fs = fsspec.filesystem("file", auto_mkdir=False)
        with pytest.raises(OSError):
            fs.touch(fn)
        fs = fsspec.filesystem("file", auto_mkdir=True)
        fs.touch(fn)
        info = fs.info(fn)
        time.sleep(0.2)
        fs.touch(fn)
        info2 = fs.info(fn)
        if not WIN:
>           assert info2["mtime"] > info["mtime"]
E           assert 1601358357.0 > 1601358357.0

fsspec/implementations/tests/test_local.py:322: AssertionError
```
2020-09-29 05:53:10 -07:00
Robert Scott
9f65c524bb minizinc: fix build against bison 3.7
fixed in upstream development branch

enable for darwin
2020-09-29 05:47:46 -07:00
Enno Richter
5b65d3e7bc iptraf: mark as broken 2020-09-29 05:45:04 -07:00
Tim Steinbach
47ed7fa4e9
Merge pull request #99041 from srid/patch-1
linux: 5.9-rc6 -> 5.9-rc7
2020-09-29 08:38:11 -04:00
Tim Steinbach
8f469ec488
oh-my-zsh: 2020-09-20 -> 2020-09-29 2020-09-29 08:36:32 -04:00
Tim Steinbach
9109a8fcd5
linux/hardened/patches/5.8: 5.8.11.a -> 5.8.12.a 2020-09-29 08:35:57 -04:00
Christoph Hrdinka
7201e03a07
Merge pull request #98792 from NixOS/kevincox-b2
backblaze-b2: 1.3.8 -> 2.0.2
2020-09-29 13:21:38 +02:00
Sarunas Valaskevicius
daadfcfb82 openjdk11: use symlink instead of another copy for src.zip 2020-09-29 11:52:37 +01:00
Michael Weiss
0d2a73b5af
wayvnc: 0.2.0 -> 0.3.1 2020-09-29 12:48:46 +02:00
Michael Weiss
2866c05fb4
neatvnc: 0.3.1 -> 0.3.2 2020-09-29 12:48:43 +02:00
Mario Rodas
a1148801cd
Merge pull request #99055 from marsam/update-act
act: 0.2.13 -> 0.2.15
2020-09-29 05:14:11 -05:00
Mario Rodas
77cf8388be
Merge pull request #93733 from lilyball/macvim-plugins
macvim: add configuration similar to vim_configurable and neovim
2020-09-29 05:13:35 -05:00
Mario Rodas
e2ef48c483
Merge pull request #99045 from lilyball/macvim
macvim: 8.2.539 -> 8.2.1719
2020-09-29 05:12:14 -05:00
Peter Simons
518338f7f7 ghc: add alpha-1 release of version 9.0.1 2020-09-29 12:06:53 +02:00
Sarunas Valaskevicius
7cee92a1cc openjdk11: add src.zip for IDEs 2020-09-29 10:26:39 +01:00
Tristan Helmich (omniIT)
dee78b7032 graylog: 3.3.4 -> 3.3.6
Bumps Graylog and integration plugins to version 3.3.6.
Fixes wrong description of aggregates plugin.
2020-09-29 08:23:29 +00:00
Lancelot SIX
5542b84aee
Merge pull request #99068 from r-ryantm/auto-update/python3.7-aioftp
python37Packages.aioftp: 0.17.2 -> 0.18.0
2020-09-29 09:01:03 +01:00
R. RyanTM
8ed3178bc2 python37Packages.cmd2: 1.3.8 -> 1.3.10 2020-09-28 23:57:43 -07:00
R. RyanTM
09a8ab526d python27Packages.braintree: 4.3.0 -> 4.4.0 2020-09-28 23:53:17 -07:00
R. RyanTM
b8b2a51fef python37Packages.aioftp: 0.17.2 -> 0.18.0 2020-09-29 06:42:08 +00:00
Gabriel Ebner
92da99b415
Merge pull request #98982 from valencik/blender-2.90.1
blender: 2.90.0 -> 2.90.1
2020-09-29 08:17:33 +02:00
Emery Hemingway
e7d0500cb3 nixos/rsyncd: convert module to an INI generator 2020-09-29 08:07:53 +02:00
pacien
b3f8642587 gscan2pdf: 2.8.1 -> 2.9.1 2020-09-29 06:55:49 +02:00
Mario Rodas
bc43719f7c
Merge pull request #99026 from sternenseemann/mirage-3.8.1
ocamlPackages.mirage-runtime: 3.8.0 → 3.8.1
2020-09-28 23:49:13 -05:00
Mario Rodas
2f1d44bf07
Merge pull request #99046 from marsam/update-git-absorb
gitAndTools.git-absorb: 0.6.3 -> 0.6.4
2020-09-28 23:47:10 -05:00
Ryan Mulligan
3c672fa551
Merge pull request #99054 from redvers/pony-corral_init
pony-corral: init 0.4.0
2020-09-28 21:27:16 -07:00
John Ericson
cffc0eaa98
Merge pull request #99050 from lopsided98/buildrustcrate-cross
buildRustCrate: support cross compilation
2020-09-29 00:13:26 -04:00
Ryan Mulligan
ea43b22d38
Merge pull request #82224 from caadar/ssh-askpass-fullscreen
ssh-askpass-fullscreen: init at 1.2
2020-09-28 20:43:05 -07:00
Ryan Mulligan
990af061bc
Merge pull request #82175 from tckmn/add-qxw
qxw: init at 20190909
2020-09-28 20:34:11 -07:00
AndersonTorres
3072952295 Netsurf browser: 3.9 -> 3.10 2020-09-28 22:39:18 -03:00
AndersonTorres
66fac9a0bf Netsurf libnsfb: 0.2.1 -> 0.2.2 2020-09-28 22:39:18 -03:00
AndersonTorres
a5c9ce767b Netsurf libsvgtiny: 0.1.7 -> 0.1.7 2020-09-28 22:39:18 -03:00
AndersonTorres
ed204dc61b Netsurf libdom: 0.4.0 -> 0.4.1 2020-09-28 22:39:18 -03:00
AndersonTorres
486a3fb556 Netsurf libhubub: 0.3.6 -> 0.3.7 2020-09-28 22:39:18 -03:00
AndersonTorres
d6d7ead024 Netsurf libcss: 0.9.0 -> 0.9.1 2020-09-28 22:39:17 -03:00
AndersonTorres
d5832afa3e Netsurf nsgenbind: 0.7 -> 0.8 2020-09-28 22:39:17 -03:00
AndersonTorres
b537eb29c0 Netsurf libwapcaplet: 0.4.2 -> 0.4.3 2020-09-28 22:39:17 -03:00
AndersonTorres
fc5cb71883 Netsurf libutf8proc: 2.4.0-1 2020-09-28 22:39:16 -03:00
AndersonTorres
91f818b2be Netsurf libnsutils: 0.0.5 -> 0.1.0 2020-09-28 22:39:16 -03:00
AndersonTorres
88ef1ffe46 Netsurf libnspsl: 0.1.5 -> 0.1.6 2020-09-28 22:39:16 -03:00
AndersonTorres
d1e5d5012f Netsurf libnslog: 0.1.2 -> 0.1.3 2020-09-28 22:39:16 -03:00
AndersonTorres
bf98c55b76 Netsurf libnsgif: 0.2.1 -> 0.2.1 2020-09-28 22:39:15 -03:00
AndersonTorres
b06a3b1fcb Netsurf libnsbmp: 0.1.6 -> 0.1.6 2020-09-28 22:39:15 -03:00
AndersonTorres
0f845601f6 Netsurf libparserutils: 0.2.4 -> 0.2.4
Update metadata and maintain version
2020-09-28 22:39:15 -03:00
AndersonTorres
b055ec84fc Netsurf buildysstem: 1.8 -> 1.9 2020-09-28 22:39:14 -03:00
AndersonTorres
9438b04126 NetSurf: refactor
I will refactor NetSurf to make it more understandable and discoverable.

- First, it will be moved from misc/ to networking/browsers/, with all its
  related libraries;
- Second, the expressions will be arranged in a flat directory.
2020-09-28 22:39:14 -03:00
Benjamin Hipple
7d25e5144b
Merge pull request #99024 from jonringer/bump-nixpkgs-review
nixpkgs-review: 2.4.0 -> 2.4.1
2020-09-28 21:31:31 -04:00
Redvers Davies
ef71bc461d pony-corral: init 0.4.0 2020-09-29 01:14:12 +00:00
Ben Wolsieffer
a0e7613509 defaultCrateOverrides: move pkgconfig to nativeBuildInputs
This fixes cross-compiling.
2020-09-28 19:47:52 -04:00
Ben Wolsieffer
295a6690f9 buildRustCrate: support cross compilation 2020-09-28 19:46:04 -04:00
Mario Rodas
09eb860c99
Merge pull request #98900 from r-ryantm/auto-update/tegola
tegola: 0.12.0 -> 0.12.1
2020-09-28 18:37:22 -05:00
Mario Rodas
031b9c172f gitAndTools.git-absorb: 0.6.3 -> 0.6.4 2020-09-28 18:20:00 -05:00
Tim Steinbach
6fb0a4dd2a
linux-hardened: 5.7 -> 5.8 2020-09-28 19:09:10 -04:00
Tim Steinbach
9c9054ca4f
linux/hardened/patches/5.4: 5.4.67.a -> 5.4.68.a 2020-09-28 19:09:10 -04:00
Tim Steinbach
ab9dc67ac7
linux/hardened/patches/4.19: 4.19.144.a -> 4.19.148.a 2020-09-28 19:09:09 -04:00
Tim Steinbach
d131435103
linux/hardened/patches/4.14: 4.14.197.a -> 4.14.199.a 2020-09-28 19:09:09 -04:00
Tim Steinbach
f498bbe473
linux_latest-libre: 17624 -> 17688 2020-09-28 19:09:08 -04:00
Tim Steinbach
b3a202e255
linux: 5.8.11 -> 5.8.12 2020-09-28 19:09:08 -04:00
Tim Steinbach
8684358830
linux: 5.4.67 -> 5.4.68 2020-09-28 19:09:07 -04:00
Tim Steinbach
494a0b998a
linux: 4.19.147 -> 4.19.148 2020-09-28 19:09:07 -04:00
Lily Ballard
72e3217bf1 macvim: add configuration similar to vim_configurable and neovim
vim_configurable and neovim have both supported a mechanism to build
them with a custom vimrc that supports plugins from Nix. This updates
MacVim to support the same sort of configuration using an expression
like

  macvim.configure {
    customRC = ''
      # custom configuration goes here
    '';
    packages.myVimPackage = with pkgs.vimPlugins; {
      start = [ youcompleteme fugitive ];
      opt = [ phpCompletion elm-vim ];
    }
  }

Once configured, .override will allow for editing the configuration.

Like vim_configurable and neovim, configuring macvim does not require
rebuilding it. Also like them, configuring macvim turns off the user
vimrc file.
2020-09-28 16:03:34 -07:00
Mario Rodas
02fff7fff9 sudo-font: 0.50 -> 0.51
https://github.com/jenskutilek/sudo-font/releases/tag/v0.51
2020-09-28 18:00:00 -05:00
Lily Ballard
9daf3b994b macvim: 8.2.539 -> 8.2.1719 2020-09-28 15:33:36 -07:00
Florian Klink
8cdc34cc75 terraform-providers.ct: 0.5.0 -> 0.6.1
0.6.0 added support for Fedora CoreOS Config v1.1.0.

 - Add Fedora CoreOS Config v1.1.0 support (#63)
 -  - Accept FCC v1.1.0 and output Ignition v3.1.0
 -  - Continue to support FCC v1.0.0 and output Ignition v3.0.0
 -  - Support merging FCC snippets into v1.0.0 or v1.1.0 FCC content
 -  - Note: Version skew among snippets and content is not supported
 - Change Container Linux Config to render Ignition v2.3.0 (#60)
 - Add zip archive format with signed checksum
2020-09-29 00:24:45 +02:00
Sridhar Ratnakumar
6fb67d3e83
linux: 5.9-rc6 -> 5.9-rc7 2020-09-28 18:13:37 -04:00
Lily Ballard
d3b1d59d84 macvim: Properly link against Nix ncurses
Since we're not using the Nix compiler, our buildInputs aren't
automatically exposed to the compiler, which means it was actually
compiling against system libncurses instead of Nix libncurses.

Also remove the `-Wno-error` from the make flags (and the unnecessary
`PREFIX` definition) in favor of using a much more targeted error
suppression at the configure flags. This works around an issue where
implicit function definitions are considered an error and the configure
script was trying to compile a file tht invoked an ncurses function
without including the relevant header.
2020-09-28 15:12:07 -07:00
Redvers Davies
046c6a7038
ponyc: update 0.38.1 (#98598)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-09-28 17:40:58 -04:00
R. RyanTM
76dbece8e8 python37Packages.biopython: 1.77 -> 1.78 2020-09-28 13:12:42 -07:00
R. RyanTM
e378c36f1c python27Packages.hg-evolve: 10.0.1 -> 10.0.2 2020-09-28 13:11:23 -07:00
Daiderd Jordan
d42e6e2e04
Merge pull request #98984 from marsam/update-vault
vault: 1.5.3 -> 1.5.4
2020-09-28 21:56:03 +02:00
sternenseemann
b90908aead ocamlPackages.mirage-runtime: 3.8.0 → 3.8.1 2020-09-28 21:52:03 +02:00
sternenseemann
a10e457b63 pythonPackages.psautohint: 2.1.0 → 2.1.1 2020-09-28 12:10:36 -07:00
Jonathan Ringer
6d812f2a73
nixpkgs-review: 2.4.0 -> 2.4.1 2020-09-28 11:55:59 -07:00
Shea Levy
55dc3b76f0
system76-firmware: 1.0.17 -> 1.0.18 2020-09-28 13:10:46 -04:00
Stig P
9015160876
Merge pull request #98454 from stigtsp/package/perl-5.33.2
perldevel: 5.33.1 -> 5.33.2, perl-cross: 15ca535 -> f59d2b6
2020-09-28 16:28:51 +00:00
sternenseemann
6bb6779b8e ocamlPackages.asn1-combinators: 0.2.2 → 0.2.3 2020-09-28 16:58:04 +02:00
sternenseemann
202f4bd5d8 ocamlPackages.mirage-stack: 2.1.0 → 2.2.0 2020-09-28 16:33:21 +02:00
Ryan Mulligan
955babff2e
Merge pull request #98995 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.112 -> 0.0.114
2020-09-28 06:18:54 -07:00
Ryan Mulligan
e8f69ee41e
Merge pull request #98715 from r-ryantm/auto-update/fff
fff: 2.1 -> 2.2
2020-09-28 06:18:07 -07:00
Maciej Krüger
b77e830d9e
cinnamon.cjs: 4.6.0 -> 4.6.0-gjs1.66.0 2020-09-28 15:11:25 +02:00
Maciej Krüger
1e80ede78d
cinnamon.cinnamon-common: add patch for new cjs 2020-09-28 15:11:19 +02:00
Doron Behar
1d45990efb
spidermonkey_78: init at 78.1.0
* format

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-09-28 15:08:23 +02:00
Emery Hemingway
211ba8bfa3 molly-brown: 2020-07-06 -> 2020-08-19 2020-09-28 14:38:31 +02:00
Lancelot SIX
575bed7987
Merge pull request #98535 from lsix/skype-8.64.0.81
skypeforlinux: 8.63.0.76 -> 8.64.0.81
2020-09-28 13:11:25 +01:00
José Romildo Malaquias
d2f65bfe8f
Merge pull request #98896 from romildo/upd.efl
{enlightenment.efl,pythonPackages.pythonefl}: 1.24.3 -> 1.25.0
2020-09-28 09:04:45 -03:00
Matthieu Coudron
514bda6825
Merge pull request #98465 from teto/tree-sitter
Tree sitter update
2020-09-28 13:30:24 +02:00
R. RyanTM
170d1a605d discord-canary: 0.0.112 -> 0.0.114 2020-09-28 09:17:09 +00:00
Timo Kaufmann
27f084d817
Merge pull request #98779 from r-ryantm/auto-update/libbraiding
libbraiding: 1.0 -> 1.1
2020-09-28 11:11:06 +02:00
R. RyanTM
b10b4d6947 docker-compose: 1.26.2 -> 1.27.4 2020-09-28 08:00:40 +00:00
Emery Hemingway
11ce7675cf yggdrasil: 0.3.14 -> 0.3.15 2020-09-28 09:55:05 +02:00
Anderson Torres
87039678e4
Merge pull request #98976 from AndersonTorres/eweb-upload
eweb: "pname-version" rewriting
2020-09-28 04:00:04 -03:00
Mario Rodas
692f58d16f
Merge pull request #81116 from matthiasbeyer/add-swappy
swappy: Init at 1.2.1
2020-09-28 01:13:17 -05:00
Michael Raskin
064e082296
Merge pull request #98988 from 7c6f434c/wpsoffice-ffmpeg
wpsoffice: keep using ffmpeg_3
2020-09-28 05:49:22 +00:00
Michael Raskin
4702c49f23 wpsoffice: keep using ffmpeg_3
Partial revert of aa91966430

Related to #98945
2020-09-28 07:23:45 +02:00
Mario Rodas
3b1f5dc50f act: 0.2.13 -> 0.2.15 2020-09-28 04:20:00 +00:00
Ryan Mulligan
0a74860735
Merge pull request #98911 from r-ryantm/auto-update/yacreader
yacreader: 9.6.2 -> 9.7.1
2020-09-27 21:12:40 -07:00
Mario Rodas
22425b9aae
Merge pull request #98776 from r-ryantm/auto-update/kube3d
kube3d: 3.0.1 -> 3.0.2
2020-09-27 23:00:28 -05:00
Mario Rodas
8b2749a4cc
Merge pull request #98736 from r-ryantm/auto-update/k6
k6: 0.27.1 -> 0.28.0
2020-09-27 23:00:14 -05:00
Mario Rodas
f13c14ce5c
Merge pull request #98966 from matthias-t/zola-0.12.1
zola: 0.12.0 -> 0.12.1
2020-09-27 22:57:18 -05:00
Mario Rodas
dc1bc31f16
Merge pull request #98830 from r-ryantm/auto-update/oneDNN
oneDNN: 1.6.1 -> 1.6.3
2020-09-27 22:53:46 -05:00
Mario Rodas
b32eeee41d
Merge pull request #98906 from r-ryantm/auto-update/vips
vips: 8.10.0 -> 8.10.1
2020-09-27 22:44:58 -05:00
Mario Rodas
d2553ecff2
Merge pull request #98979 from marsam/update-tds_fdw
postgresqlPackages.tds_fdw: 2.0.1 -> 2.0.2
2020-09-27 22:35:15 -05:00
ccellado
2f4f052f7c pyvips: init at 2.1.12
pyvips: init at 2.1.12

pyvips: init at 2.1.12

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/top-level/python-packages.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

pyvips: init at 2.1.12

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-09-27 20:00:31 -07:00
Andrew Valencik
075014385e blender: 2.90.0 -> 2.90.1 2020-09-27 22:40:55 -04:00
Stig Palmquist
6c44133fac
perldevel: 5.33.1 -> 5.33.2
dependencies:
perl-cross: 15ca5359f99698ef0a199bc307b7956c08907abc -> f59d2b6a179760230d925550db78b93c410433e4
2020-09-28 02:11:03 +02:00
Stig Palmquist
ac60d134ed
rakudo: 2020.08.2 -> 2020.09 2020-09-28 01:33:12 +02:00
Stig Palmquist
a770277640
nqp: 2020.08.2 -> 2020.09 2020-09-28 01:32:43 +02:00
Stig Palmquist
e31d6d1fab
moarvm: 2020.08 -> 2020.09 2020-09-28 01:32:18 +02:00
WORLDofPEACE
9f4962392a
Merge pull request #98972 from JustinLovinger/rofimoji
rofimoji: init at 4.3.0, wtype: init at 2020-09-14
2020-09-27 19:02:33 -04:00
AndersonTorres
69ed40f341 eweb: "pname-version" rewriting
A cosmetic modification.
2020-09-27 19:48:18 -03:00
Justin Lovinger
2870231e08 rofimoji: init at 4.3.0 2020-09-27 18:37:44 -04:00
Justin Lovinger
d93e6842d4 wtype: init at 2020-09-14 2020-09-27 18:36:34 -04:00
WilliButz
16b0dd6532
Merge pull request #98923 from r-ryantm/auto-update/atlassian-confluence
atlassian-confluence: 7.7.2 -> 7.7.4
2020-09-28 00:31:18 +02:00
Maurice B. Lewis
94d2aeb559
terraform-providers: add version to patchGoModVendor providers (#97590)
Add version to binaries produced via patchGoModVendor to allow run-time provider
version validation by terraform.

This was initially introduced in 4e63119c54 (terraform: add the version component to terraform provider paths (#34497), 2018-02-06)
but broken in 3e5149a79a (terraform-providers: fix the google and google-beta providers, 2020-03-24)
for terraform-providers.google and terraform-providers.google-beta, and in 20f55a9fc0 (terraform-providers.ibm: move to update-all script, 2020-04-26)
for terraform-providers.ibm.
2020-09-27 22:20:41 +00:00
WilliButz
c68f14d369
atlassian-confluence: 7.7.3 -> 7.7.4 2020-09-27 23:34:29 +02:00
Robert Scott
4e75022bcf
Merge pull request #98965 from r-burns/sshping
sshping: fix build on darwin
2020-09-27 22:26:37 +01:00
Dmitry Kalinkin
dd57dcf2a5
stellarium: enable on darwin 2020-09-27 17:00:10 -04:00
Maximilian Bosch
b8d1e39a28
stellarium: 0.20.2 -> 0.20.3
https://github.com/Stellarium/stellarium/releases/tag/v0.20.3
2020-09-27 22:09:36 +02:00
Maximilian Bosch
f09ae7e371
roundcube: 1.4.8 -> 1.4.9
https://github.com/roundcube/roundcubemail/releases/tag/1.4.9
2020-09-27 22:09:35 +02:00
Ryan Burns
e1d834aa09 sshping: fix build on darwin
Fix hardcoded C++ compiler
2020-09-27 12:59:30 -07:00
Mario Rodas
461704ae11
Merge pull request #98908 from r-ryantm/auto-update/vivid
vivid: 0.5.0 -> 0.6.0
2020-09-27 14:46:01 -05:00
Stig P
3e2cf215f7
Merge pull request #98468 from stigtsp/package/micropython-1.13
micropython: 1.12 -> 1.13
2020-09-27 19:25:11 +00:00
Thibault Gagnaux
4dbd770f30 python3Packages.fsspec: fix tests on darwin, 0.7.4 -> 0.8.3 2020-09-27 12:11:57 -07:00
Robert Scott
c9c10e240e
Merge pull request #98960 from r-burns/projectm
projectm: fix build on darwin
2020-09-27 20:10:24 +01:00
José Romildo Malaquias
fa5cb6b2a8 hicolor-icon-theme: fix quoting shell variables in setup hook 2020-09-27 15:51:41 -03:00
Arnout Engelen
53a8a51074 vscode-extensions.metals: 1.9.0 -> 1.9.4 2020-09-27 11:49:05 -07:00
Patrick Winter
84a2282b7b typer: init at 0.3.2 2020-09-27 11:43:05 -07:00
Matt Huszagh
6b9481607b openems: init at unstable-2020-02-15 2020-09-27 11:32:27 -07:00
Ryan Burns
d10d6dfa4a projectm: fix build on darwin 2020-09-27 11:31:35 -07:00
Austin Butler
5bcc4b27f9 pythonPackages.pyscreenshot: add missing dependencies 2020-09-27 11:28:22 -07:00
Daniël de Kok
ce9b73c281 python37Packages.tensorflow: 1.15.2 -> 1.15.4
Changes:

https://github.com/tensorflow/tensorflow/releases/tag/v1.15.4
2020-09-27 11:23:27 -07:00
Matthias Totschnig
19becd922c zola: 0.12.0 -> 0.12.1 2020-09-27 20:13:26 +02:00
Peter Simons
61616535b9 mlt: add libexif, gtk2, fftw, libebur128, opencv4, and SDL2 dependencies
This enables more optional features. I'm not sure what the difference is
between mlt and mlt-qt5. I suppose both derivations should be kept in sync?
2020-09-27 20:12:04 +02:00
Maximilian Bosch
71426f2cfa
Merge pull request #98333 from Ma27/bump-nextcloud
nextcloud: 19.0.1 -> 19.0.3, deprecate/remove older versions
2020-09-27 20:02:38 +02:00
Maximilian Bosch
6b48deee54
nixos/nextcloud: drop nextcloud17, deprecate nextcloud18
Both packages will get EOLed within the lifetime of 20.09. `nextcloud17`
can be removed entirely (the attribute-path is kept however to provide
meaningful errors), however `nextcloud18` must be kept as `insecure` to
make sure that users from `nextcloud17` can properly upgrade to
`nextcloud19` on NixOS 20.09.
2020-09-27 19:21:21 +02:00
Robert Scott
46a9046f37
Merge pull request #98947 from risicle/ris-chameleon-fix
pythonPackages.chameleon: fix tests by switching to github source
2020-09-27 18:18:27 +01:00
Robert Scott
d7365fad89 pythonPackages.datatable: 0.10.1 -> 0.11.0, fix build
once we've made some alterations to the source (which doesn't seem to have
been shipped in a ready-to-build state), we can use the funny custom build
system to build a wheel which can then be installed by the pipInstallHook.

running the tests is again annoying because an ini file setting pytest's
python_files parameter is missing, meaning we have to inject our own.
2020-09-27 10:14:16 -07:00
Dmitry Kalinkin
3821543de7
pythonPackages.fastparquet: disable broken test 2020-09-27 12:42:03 -04:00
Robert Scott
61563633d8
Merge pull request #98939 from thall/pybase64
python3Packages.pybase64: Upgrade to python 3
2020-09-27 17:10:19 +01:00
Robert Scott
495895c34e
Merge pull request #98928 from thall/master
pythonPackages.lmtpd: upgrade to Python 3
2020-09-27 16:49:25 +01:00
Gabriel Ebner
f4a08ce30e
Merge pull request #98934 from thall/pure-eval
pythonPackages.pure-eval: upgrade to Python 3
2020-09-27 17:44:24 +02:00
Robert Scott
1cdbc00234
Merge pull request #98930 from thall/pygraphviz
pythonPackages.pygraphviz: upgrade to Python 3
2020-09-27 16:41:50 +01:00
Robert Scott
d9cb2736b4 pythonPackages.chameleon: fix tests by switching to github source
tests are no longer included in the pypi tarball
2020-09-27 15:35:53 +01:00
Niclas Thall
486174da11 python3Packages.pybase64: Upgrade to python 3
Python 2 ist supported.

ZHF: #97479
https://hydra.nixos.org/build/127647482
2020-09-27 15:36:03 +02:00
Niclas Thall
15e1e144df pythonPackages.pure-eval: upgrade to Python 3
ZHF: NixOS#97479
https://hydra.nixos.org/build/127622386
2020-09-27 15:33:30 +02:00
Niclas Thall
a29f812f36 pythonPackages.pygraphviz: upgrade to Python 3
Python 2 support was dropped on
c341911c15

ZHF: #97479
https://hydra.nixos.org/build/127631797
2020-09-27 15:30:48 +02:00
Niclas Thall
109c7f95ca pythonPackages.lmtpd: upgrade to Python 3
Python 2 support was dropped on
3546d4660f

ZHF: #97479
https://hydra.nixos.org/build/127641301
2020-09-27 15:27:09 +02:00
Michael Raskin
31a4e2e28b
Merge pull request #93457 from ju1m/apparmor
apparmor: fix and improve the service
2020-09-27 13:07:38 +00:00
Michael Raskin
862e6fe2c6
Merge pull request #98905 from r-ryantm/auto-update/vifm
vifm: 0.10.1 -> 0.11
2020-09-27 13:04:54 +00:00
Nikolay Korotkiy
a502146d7a gpxsee: 7.31 -> 7.32 2020-09-27 14:26:21 +02:00
Lancelot SIX
2adef714fc
Merge pull request #98825 from r-ryantm/auto-update/nco
nco: 4.9.3 -> 4.9.5
2020-09-27 13:07:20 +01:00
Michele Guerini Rocco
56eccc4c6a
Merge pull request #96680 from rnhmjoj/xorg-fonts
xorg: convert type1 fonts and mark packages as unfree
2020-09-27 13:43:27 +02:00
Frederik Rietdijk
74f3e9cce1 python39: 3.9.0rc1 -> 3.9.0rc2 2020-09-27 11:48:00 +02:00
Vincent Laporte
61cf0ddf29 ocamlPackages.topkg: 1.0.0 → 1.0.3 2020-09-27 11:33:31 +02:00
Frederik Rietdijk
759a2815ec pkgsStatic.fmt: don't build shared libs
The change in `static.nix` was added in
https://github.com/NixOS/nixpkgs/pull/76875 but apparently
`enabledShared` got removed in the master/staging-next merge.
2020-09-27 11:31:58 +02:00
rnhmjoj
c45160366b
xorg: mark fonts with proprietary licences as unfree 2020-09-27 11:29:06 +02:00
rnhmjoj
8cadf94a4d
xorg.fontbitstreamtype1: generate .otf fonts 2020-09-27 11:29:05 +02:00
R. RyanTM
477c40126e nco: 4.9.3 -> 4.9.5 2020-09-27 19:21:54 +10:00
R. RyanTM
40b1a628b6 vifm: 0.10.1 -> 0.11 2020-09-27 19:16:44 +10:00
Daniël de Kok
dc6e00eed4
Merge pull request #98855 from malte-v/patch-1
libobjc2: unmark aarch64 as bad platform
2020-09-27 11:14:56 +02:00
Daniël de Kok
94062c6b2d
Merge pull request #98888 from r-ryantm/auto-update/smenu
smenu: 0.9.15 -> 0.9.16
2020-09-27 10:43:07 +02:00
Benno Fünfstück
f7e5bb0231 traefik: fix dashboard by using source releases
The traefik dashboard depends on static files built with npm.
The source releases included the prebundled static files ,
so switching to them fixes the issue.
2020-09-27 10:41:44 +02:00
R. RyanTM
9778b4632e appstream-glib: 0.7.17 -> 0.7.18 2020-09-27 08:17:58 +00:00
lewo
adfe1d8d8d
Merge pull request #98913 from r-ryantm/auto-update/yq-go
yq-go: 3.3.2 -> 3.4.0
2020-09-27 09:29:26 +02:00
R. RyanTM
4504c2393a atlassian-confluence: 7.7.2 -> 7.7.3 2020-09-27 06:45:40 +00:00
Mario Rodas
a514f5f048 tegola: exclude example package 2020-09-27 04:20:00 +00:00
Mario Rodas
ae90a6ea13 vault-bin: 1.5.3 -> 1.5.4 2020-09-27 04:20:00 +00:00
Mario Rodas
90911d7834 postgresqlPackages.tds_fdw: 2.0.1 -> 2.0.2
https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.2
2020-09-27 04:20:00 +00:00
Mario Rodas
8176112c88 vault: 1.5.3 -> 1.5.4 2020-09-27 04:20:00 +00:00
R. RyanTM
e170ef2254 yq-go: 3.3.2 -> 3.4.0 2020-09-27 04:06:25 +00:00
R. RyanTM
ec34833248 yacreader: 9.6.2 -> 9.7.1 2020-09-27 03:44:14 +00:00
R. RyanTM
8b0aaac4d6 xdg-desktop-portal: 1.7.2 -> 1.8.0 2020-09-27 03:25:10 +00:00
R. RyanTM
a38806dafe vivid: 0.5.0 -> 0.6.0 2020-09-27 02:54:11 +00:00
R. RyanTM
99d163ef2f vips: 8.10.0 -> 8.10.1 2020-09-27 02:46:10 +00:00
Austin Butler
84d74ae9c9 pythonPackages.entrypoint2: init at 0.2.1 2020-09-26 18:54:09 -07:00
Austin Butler
af2dc4d401 python3Packages.mss: init at 6.0.0 2020-09-26 18:52:35 -07:00
Hugo Lageneste
6e062ca938 vimPlugins.vimsence: init at 2020-06-30 2020-09-26 18:17:40 -07:00
Hugo Lageneste
93536b4392 vimPlugins: update 2020-09-26 18:17:40 -07:00
Robert Scott
704c258ea7 pythonPackages.git-annex-adapter: 0.2.1 -> 0.2.2, fix build 2020-09-26 18:08:03 -07:00
José Romildo Malaquias
9c132e34b3 pythonPackages.pythonefl: 1.24.0 -> 1.25.0 2020-09-26 20:14:25 -03:00
José Romildo Malaquias
3df1ed1289 enlightenment.efl: 1.24.3 -> 1.25.0
- Update version
- Explicitly enable Lua launcher binary support and language bindings,
  as they are now disabled by default
- Remove a patch that has been integrated upstream
- luaL_reg is no longer required (according to Fedora package: https://src.fedoraproject.org/rpms/efl/blob/master/f/efl.spec)
2020-09-26 20:07:52 -03:00
Bernardo Meurer
2f112a7e56
firmwareLinuxNonFree: 2020-05-19 -> 2020-09-18 2020-09-26 16:06:02 -07:00
R. RyanTM
cb81430119 tegola: 0.12.0 -> 0.12.1 2020-09-26 23:03:56 +00:00
Austin Butler
c0b1d136c5 python3Packages.alerta: add missing dependency 2020-09-26 16:03:29 -07:00
Maximilian Bosch
004676ce9c
neomutt: apply two patches for regressions in the sidebar
The following patches were pushed to `master` after the release and fix
two regressions in the sidebar of NeoMutt:

* 9675367 (sidebar: prevent the divider colour bleeding out): a small
  fix for ANSI colors to not break the layout.

* 6078653 (Fix <sidebar-{next,prev}-new>): fixes invalid conditions in
  if-statements.

Considering their release cycle I figured that it is reasonable to apply
those on top of `20200925` for now.
2020-09-27 00:50:58 +02:00
Maximilian Bosch
1a4a66e3ec
Merge pull request #98476 from Ma27/bump-matrix-synapse
matrix-synapse: 1.19.3 -> 1.20.1
2020-09-27 00:48:54 +02:00
Austin Butler
3b1ee7b011 pythonPackages.requests-hawk: init at 1.0.1 2020-09-26 15:46:48 -07:00
Robert Scott
67350486e0
Merge pull request #98877 from r-burns/samba
samba: 4.12.5 -> 4.12.6, fix build on darwin
2020-09-26 23:33:51 +01:00
Justin Humm
c06610e8de
Merge pull request #98887 from r-ryantm/auto-update/signal-cli
signal-cli: 0.6.8 -> 0.6.10
2020-09-26 23:37:23 +02:00
Mario Rodas
7045401699
Merge pull request #98817 from marsam/update-archiver
archiver: 3.3.0 -> 3.3.1
2020-09-26 16:33:56 -05:00
R. RyanTM
f63c9bced2 smenu: 0.9.15 -> 0.9.16 2020-09-26 21:20:00 +00:00
Ryan Mulligan
f6d39d8e60
Merge pull request #98832 from r-ryantm/auto-update/operator-sdk
operator-sdk: 1.0.0 -> 1.0.1
2020-09-26 13:21:35 -07:00
R. RyanTM
36c7fb33dc signal-cli: 0.6.8 -> 0.6.10 2020-09-26 20:18:54 +00:00
meutraa
bdeef5701d androidStudioPackages.{dev,canary}: 4.2.0.11 -> 4.2.0.12 2020-09-26 22:12:52 +02:00
Thibault Gagnaux
22cd2a23bf python3Packages.curio: fix tests on darwin
Refactors to pytestCheckHook.
2020-09-26 13:04:55 -07:00
Robert Scott
70ae442fcf pythonPackages.snowflake-sqlalchemy: add pythonImportsCheck
better than nothing
2020-09-26 12:22:40 -07:00
Robert Scott
96f034655f pythonPackages.snowflake-connector-python: 2.2.10 -> 2.3.2, fix build
the relaxed version constraints don't seem to be specific avoidance of
buggy versions, just upstream cautiously prohibiting untested versions

if there *are* specific reasons, they're hidden away in upstream's jira
2020-09-26 12:22:40 -07:00
Robert Scott
99175cfbf6 pythonPackages.accupy: remove perfplot from checkInputs
they were only used for performance tests that aren't useful to us -
disabling these tests allows us to decouple from an unnecessary build
dependency.

convert to pytestCheckHook.
2020-09-26 12:22:16 -07:00
Richard Marko
bcd728c9bf ghc8102Binary: add to integerSimpleExcludes 2020-09-26 12:18:00 -07:00
Richard Marko
73825262f9 Revert "haskell.ghc8102Binary: fix extra inputs"
This reverts commit fb719d957f.
2020-09-26 12:18:00 -07:00
Aaron Andersen
7d56386e11
Merge pull request #98556 from stigtsp/package/convos-4.40
convos: 4.33 -> 4.40
2020-09-26 14:02:17 -04:00
Ryan Mulligan
9d789745fe
Merge pull request #98840 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.22 -> 1.23
2020-09-26 10:28:57 -07:00
Peter Simons
db06536e15
Merge pull request #98870 from sorki/hask/ghc8102Binary-numactl
ghc8102Binary: add numactl to libPath on aarch64
2020-09-26 19:09:46 +02:00
Ryan Burns
680bdea2f0 samba: 4.12.5 -> 4.12.6, fix build on darwin
Upstream commit https://gitlab.com/samba-team/devel/samba/-/commit/6e263432
fixes compilation on BSD/macOS.
2020-09-26 10:01:21 -07:00
Richard Marko
b9377e0950 ghc8102Binary: add numactl to libPath on aarch64
Fixes:

utils/ghc-cabal/dist-install/build/tmp/ghc-cabal:
  error while loading shared libraries: libnuma.so.1:
    cannot open shared object file: No such file or directory
2020-09-26 18:04:31 +02:00
Doron Behar
c4bc8f2cc4
Merge pull request #98744 from sternenseemann/chroma-0.8.1
chroma: 0.8.0 → 0.8.1
2020-09-26 18:45:29 +03:00
Gabriel Ebner
bbb854f974
Merge pull request #98845 from gebner/freecad019git 2020-09-26 17:30:56 +02:00
adisbladis
bbecb0ef9f
Merge pull request #98673 from acowley/emacsgcc-paths
emacs: fix paths for native compilation
2020-09-26 16:20:23 +02:00
Jörg Thalheim
8954f325d1
Merge pull request #98849 from r-ryantm/auto-update/radare2-cutter
radare2-cutter: 1.11.1 -> 1.12.0
2020-09-26 16:07:37 +02:00
Ryan Mulligan
22cb0f88a1
Merge pull request #98829 from r-ryantm/auto-update/obsidian
obsidian: 0.8.12 -> 0.8.15
2020-09-26 07:03:17 -07:00
Ryan Mulligan
019cadb0d2
Merge pull request #98831 from r-ryantm/auto-update/openbazaar-client
openbazaar-client: 2.4.7 -> 2.4.8
2020-09-26 06:55:43 -07:00
Vincent Laporte
40d389028c ocamlPackages.fpath: 0.7.2 → 0.7.3 2020-09-26 15:49:55 +02:00
José Romildo Malaquias
d45b3f99f5
Merge pull request #98225 from romildo/upd.mate
mate: update stable packages
2020-09-26 10:42:03 -03:00
Mario Rodas
8e4ee8bbe0
Merge pull request #98745 from sternenseemann/tls-0.12.5
ocamlPackages.tls: 0.12.4 → 0.12.5
2020-09-26 08:35:32 -05:00
Thomas Tuegel
6882716623
Merge pull request #98846 from ttuegel/libvlc
Build standalone libvlc
2020-09-26 08:23:08 -05:00
Mario Rodas
43850833b5
Merge pull request #98754 from magnetophon/geonkick
geonkick: 2.3.7 -> 2.3.8
2020-09-26 08:02:28 -05:00
Mario Rodas
69978a02e1
Merge pull request #98696 from marsam/init-postgresql_13
postgresql_13: init at 13.0
2020-09-26 08:00:37 -05:00
Mario Rodas
b50431ffb2
Merge pull request #98827 from r-ryantm/auto-update/nfpm
nfpm: 1.7.0 -> 1.8.0
2020-09-26 07:35:47 -05:00
Mario Rodas
f14035dd88
Merge pull request #98716 from r-ryantm/auto-update/fluent-bit
fluent-bit: 1.5.4 -> 1.5.6
2020-09-26 07:34:46 -05:00
Gabriel Ebner
58121fe1b0 freecadStable: init at 0.18.4 2020-09-26 14:28:36 +02:00
Gabriel Ebner
78c10375d8 opencascade-occt730: init at 7.3.0p3 2020-09-26 14:26:16 +02:00
José Romildo Malaquias
e8100d9fef marwaita: 7.6.1 -> 7.7 2020-09-26 09:24:43 -03:00
Maximilian Bosch
740f01413b
packer: 1.6.2 -> 1.6.3
https://github.com/hashicorp/packer/releases/tag/v1.6.3
2020-09-26 14:00:56 +02:00
Maximilian Bosch
d37d976601
gotify-cli: 2.1.1 -> 2.2.0
https://github.com/gotify/cli/releases/tag/v2.2.0
2020-09-26 14:00:56 +02:00
Aaron Andersen
fc3766140c
Merge pull request #98788 from freezeboy/update-moodle
moodle: 3.9.1 -> 3.9.2
2020-09-26 07:58:42 -04:00
malte-v
d0e502eb70
libobjc2: unmark aarch64 as bad platform 2020-09-26 13:57:32 +02:00
Gabriel Ebner
96dfa21d37 python3Packages.pivy: 0.6.5a2 -> 0.6.5 2020-09-26 13:49:42 +02:00