Commit Graph

156158 Commits

Author SHA1 Message Date
R. RyanTM
b1340b15c3 mlterm: 3.8.7 -> 3.8.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mlterm/versions
2019-04-15 03:47:41 -07:00
R. RyanTM
c906798997 jmol: 14.29.32 -> 14.29.36 (#59546)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jmol/versions
2019-04-15 12:02:41 +02:00
Michael Raskin
6806c33497
Merge pull request #59576 from r-ryantm/auto-update/links2
links2: 2.18 -> 2.19
2019-04-15 09:32:41 +00:00
R. RyanTM
5508bf4d2c links2: 2.18 -> 2.19
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/links2/versions
2019-04-14 23:52:19 -07:00
R. RyanTM
226041eaea lidarr: 0.5.0.583 -> 0.6.0.815
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lidarr/versions
2019-04-14 23:45:17 -07:00
montag451
b18719fabb pythonPackages.humanfriendly: init at 4.18 (#59466) 2019-04-15 08:38:30 +02:00
Austin Seipp
3b6c07c398
nextpnr: enable OpenMP support (for Eigen)
The new HEaP analytic placer for NextPNR uses Eigen for underlying
placement algorithms. Enabling -DUSE_OPENMP passes -fopenmp onto the
compiler, which Eigen picks up automatically with no extra work.

This should result in placer speedups for large designs, e.g. on ECP5
85k chips.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-15 00:17:54 -05:00
Austin Seipp
a5add1e623
symbiyosys: 2018.12.09 -> 2019.03.28
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-15 00:17:54 -05:00
Austin Seipp
34e1dda3fe
arachne-pnr: fix version
The version number was actually a single day off -- but otherwise the
commit hash, etc didn't change. arachne-pnr development is effectively
halted, but this is a nice touchup anyway.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-15 00:17:54 -05:00
Austin Seipp
90d6653b24
icestorm: 2019.02.23 -> 2019.03.11
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-15 00:17:54 -05:00
strager
6ccf2201f9 gettext: fix stdenv-darwin; remove Bison dependency (#59553)
Commit 1279016787 broke building
nixpkgs.clangStdenv (stdenv-darwin) on macOS:

    nix-build -A clangStdenv .
    these derivations will be built:
      /nix/store/b3vyrfzarzyh51n7fj9wrpw12sq3765l-stdenv-darwin.drv
    building '/nix/store/b3vyrfzarzyh51n7fj9wrpw12sq3765l-stdenv-darwin.drv'...
    output '/nix/store/3agkxvkbhfpimnx5imr09q4rq9pxmjda-stdenv-darwin' is not allowed to refer to the following paths:
         /nix/store/jnzhx3hni0ds1wf49z8wfnxi3qdnkk6q-gnum4-1.4.18
           /nix/store/smdncnz5pkl5q39k4ldk8bh84p2hmj19-bison-3.3.2
    error: build of '/nix/store/b3vyrfzarzyh51n7fj9wrpw12sq3765l-stdenv-darwin.drv' failed

Remove gettext's build dependency on Bison to avoid this error, fixing
Nixpkgs on macOS.

To avoid rebuilding everything unnecessarily on Linux, only apply these
changes to macOS and keep the Bison dependency for Linux.
2019-04-15 01:09:44 -04:00
Bas van Dijk
e5724e8e66
Merge pull request #59514 from basvandijk/elk-7.0.0
elk7: init at 7.0.0
2019-04-15 07:05:13 +02:00
Domen Kožar
e367f9459d
dunst: upstream dropped libxdg_basedir dep in 1.4.0 2019-04-15 11:56:50 +07:00
Ben Wolsieffer
a1f3127f40 nextpnr: 2019.02.20 -> 2019.04.02 2019-04-14 23:48:14 -05:00
Ben Wolsieffer
44d499644b yosys: 2019.02.22 -> 2019.04.08 2019-04-14 23:48:14 -05:00
Ben Wolsieffer
346ad2cb79 trellis: 2019.02.21 -> 2019.04.02 2019-04-14 23:48:14 -05:00
R. RyanTM
fe3242feca latte-dock: 0.8.6 -> 0.8.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/latte-dock/versions
2019-04-14 20:47:10 -07:00
adisbladis
751dbd96f7
pulseaudio-modules-bt: unstable-2019-03-15 -> 1.1.99 2019-04-15 03:55:41 +01:00
adisbladis
267b16fbd4
ldacbt: init at 2.0.2.3 2019-04-15 03:45:57 +01:00
worldofpeace
afdec9004e
Merge pull request #59541 from costrouc/python-pyschedule-init
pythonPackages.pyschedule: init at 0.2.34
2019-04-14 22:35:23 -04:00
Matthew Bauer
3bf69b1e40 busybox: add patch to allow cross in llvm
Fixes #57670

$ nix build -f. --arg crossSystem '{ config = "aarch64-unknown-linux-musl"; useLLVM = true; }' busybox
2019-04-14 22:03:33 -04:00
Chris Ostrouchov
b7475accf6
pythonPackages.pyschedule: init at 0.2.34
closes PR #37371. That PR was inactive
2019-04-14 21:33:52 -04:00
worldofpeace
ef54604ce4
Merge pull request #59425 from eadwu/pythonPackages.tinycss2/1.0.2
pythonPackages.tinycss2: 0.6.1 -> 1.0.2
2019-04-14 20:43:39 -04:00
worldofpeace
5d8f4a1e02
Merge pull request #58400 from minijackson/kodi-wayland
kodi: add Wayland support
2019-04-14 20:35:47 -04:00
Minijackson
e1f802dfef kodi: add Wayland support 2019-04-14 20:32:26 -04:00
Minijackson
b5045c610f waylandpp: init at 0.2.5 2019-04-14 20:32:26 -04:00
Mario Rodas
9507fa32fc
Merge pull request #59470 from r-ryantm/auto-update/csvkit
csvkit: 1.0.3 -> 1.0.4
2019-04-14 19:24:47 -05:00
Luis Pedro Coelho
13a1f2c296 eggnog-mapper: init at 1.0.3 (#58905) 2019-04-14 17:22:47 -07:00
R. RyanTM
49b84c3907 homebank: 5.2.3 -> 5.2.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/homebank/versions
2019-04-14 16:29:45 -07:00
Tor Hedin Brønner
d492738459
Merge pull request #59419 from hedning/gnome-3.32.1
Gnome 3.32.1
2019-04-15 01:15:14 +02:00
Bart Brouns
10165b72a4 guitarix: 0.37.3 ->0.38.1 (#59420) 2019-04-14 18:39:18 -04:00
Ryan Mulligan
32a7b54217
Merge pull request #59474 from r-ryantm/auto-update/darktable
darktable: 2.6.1 -> 2.6.2
2019-04-14 15:14:03 -07:00
R. RyanTM
8a4ad20ed0 gtkwave: 3.3.99 -> 3.3.100
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtkwave/versions
2019-04-14 14:47:32 -07:00
Joachim F
8ab8ef8972
Merge pull request #56418 from leenaars/unbound
Unbound: 1.8.3 -> 1.9.0
2019-04-14 21:38:28 +00:00
xrelkd
e3cad1e03e marisa: 0.2.4 -> 0.2.5 (#59486) 2019-04-14 23:01:22 +02:00
R. RyanTM
668f5c9e6f flatcc: 0.5.2 -> 0.5.3 (#59495)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatcc/versions
2019-04-14 22:42:47 +02:00
R. RyanTM
b743d19eda eaglemode: 0.94.0 -> 0.94.1 (#59483)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eaglemode/versions
2019-04-14 22:41:01 +02:00
R. RyanTM
20116a5080 facter: 3.13.0 -> 3.13.1 (#59489)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/facter/versions
2019-04-14 22:38:55 +02:00
jD91mZM2
516bec6689 xidlehook: 0.6.2 -> 0.7.0 (#59399) 2019-04-14 22:37:32 +02:00
Mario Rodas
0b8d120d84 postgresqlPackages.pg_cron: 1.1.3 -> 1.1.4 (#59396) 2019-04-14 22:36:39 +02:00
Will Dietz
08beac0512 zsh-autosuggestions: 0.5.1 -> 0.5.2 (#59416) 2019-04-14 22:25:24 +02:00
xeji
61327db231
Merge pull request #59353 from costrouc/python-lektor-upgrade
pythonPackages.lektor: 2.3 -> 3.1.3
2019-04-14 22:20:33 +02:00
xeji
c9e9c48057
Merge pull request #59144 from aneeshusa/update-samba-to-4.10.1
samba: 4.7.10 -> 4.10.2
2019-04-14 22:18:07 +02:00
Bas van Dijk
13352f28d2 elk7: init at 7.0.0
This adds the following new packages:

+ elasticsearch7
+ elasticsearch7-oss
+ logstash7
+ logstash7-oss
+ kibana7
+ kibana7-oss
+ filebeat7
+ heartbeat7
+ metricbeat7
+ packetbeat7
+ journalbeat7

The default major version of the ELK stack stays at 6. We should
probably set it to 7 in a next commit.
2019-04-14 21:39:46 +02:00
John Wiegley
1dc70f969b
browserpass: 3.0.1 -> 3.0.6 2019-04-14 12:16:17 -07:00
LinArcX
75b781f5a6 bicon: init at unstable-2018-08-10 (#58128)
bicon: init at unstable-2018-08-10
2019-04-14 15:13:20 -04:00
Ryan Mulligan
61ed53a1d7
Merge pull request #59496 from r-ryantm/auto-update/ibm-plex
ibm-plex: 1.3.0 -> 1.4.1
2019-04-14 12:06:21 -07:00
Christopher Chin
aa4af91d50 xonsh: 0.8.3 -> 0.8.12 (#58824) 2019-04-14 20:27:13 +02:00
Samuel Dionne-Riel
0df8ae8bb7
Merge pull request #59497 from samueldr/auto/dbeaver/nixpkgs-unstable/6.0.2
dbeaver: 5.3.0 -> 6.0.2
2019-04-14 14:12:47 -04:00
Vladyslav M
78a0766b42
Merge pull request #59490 from xrelkd/update/polybar
polybar: 3.3.0 -> 3.3.1
2019-04-14 20:58:20 +03:00
Samuel Dionne-Riel
6a6d6cdc0d dbeaver: 5.3.0 -> 6.0.2
With the required changes for the eclipse update.
2019-04-14 13:51:50 -04:00
Tor Hedin Brønner
b5d938134f gnome3.gjs: 1.56.0 -> 1.56.1
https://download.gnome.org/sources/gjs/1.56/gjs-1.56.1.news
2019-04-14 19:47:59 +02:00
Linus Heckemann
89945a95c7
Merge pull request #59485 from aanderse/otter-browser
otter-browser: fix broken build
2019-04-14 19:40:17 +02:00
Tor Hedin Brønner
a12e647549 libdazzle: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/libdazzle/3.32/libdazzle-3.32.1.news
2019-04-14 19:36:39 +02:00
R. RyanTM
d7d2ff1804 ibm-plex: 1.3.0 -> 1.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ibm-plex/versions
2019-04-14 10:30:47 -07:00
Tor Hedin Brønner
74a0516aa7 gnome3.atomix: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/atomix/3.32/atomix-3.32.1.news
2019-04-14 19:30:41 +02:00
Tor Hedin Brønner
f9f8ded313 gnome3.libgweather: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/libgweather/3.32/libgweather-3.32.1.news
2019-04-14 19:30:41 +02:00
wucke13
4a99f76926 pivx: init at 3.2.0 2019-04-14 19:26:32 +02:00
Tor Hedin Brønner
860c2dcb2f vte: 0.56.0 -> 0.56.1
https://download.gnome.org/sources/vte/0.56/vte-0.56.1.changes
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner
c3d46bb9eb gnome3.gvfs: 1.40.0 -> 1.40.1
https://download.gnome.org/sources/gvfs/1.40/gvfs-1.40.1.news
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner
49eca27a45 gnome3.gnome-devel-docs: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-devel-docs/3.32/gnome-devel-docs-3.32.1.news
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner
c5eea31ecc gnome3.yelp: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/yelp/3.32/yelp-3.32.1.news
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner
43d9aff8a9 simple-scan: 3.32.0 -> 3.32.2
https://download.gnome.org/sources/simple-scan/3.32/simple-scan-3.32.2.news
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner
0258f8cf1b gnome3.gnome-user-docs: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-user-docs/3.32/gnome-user-docs-3.32.1.news
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner
6496394f92 gnome3.gnome-terminal: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-terminal/3.32/gnome-terminal-3.32.1.changes
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner
0b83229c4f gnome3.gnome-system-monitor: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-system-monitor/3.32/gnome-system-monitor-3.32.1.news
2019-04-14 19:26:18 +02:00
Tor Hedin Brønner
8ed15627b7 gnome3.gnome-disk-utility: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-disk-utility/3.32/gnome-disk-utility-3.32.1.news
2019-04-14 19:26:17 +02:00
R. RyanTM
0754f1b371 copyq: 3.7.3 -> 3.8.0 (#59468)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/copyq/versions
2019-04-14 19:13:56 +02:00
R. RyanTM
c44d5a05bd charles: 4.2.7 -> 4.2.8 (#59460) 2019-04-14 09:29:46 -07:00
xrelkd
462c0904ca polybar: 3.3.0 -> 3.3.1 2019-04-15 00:27:32 +08:00
Maximilian Bosch
12505c2627
Merge pull request #59481 from r-ryantm/auto-update/dunst
dunst: 1.3.2 -> 1.4.0
2019-04-14 18:18:41 +02:00
Timo Kaufmann
62c288ec20
python.pkgs.sympy: 1.3 -> 1.4 (#59482) 2019-04-14 17:52:03 +02:00
Ryan Mulligan
01e2e11ea5
Merge pull request #59442 from r-ryantm/auto-update/arc-theme
arc-theme: 20190213 -> 20190330
2019-04-14 08:38:26 -07:00
Michael Raskin
796050fedd openmvs: mark as broken 2019-04-14 17:45:21 +02:00
Michael Raskin
26ac11021c
Merge pull request #59441 from teto/pandas_0242
python: pandas: 0.24.1 -> 0.24.2
2019-04-14 15:32:37 +00:00
Michael Raskin
0788770f52
Merge pull request #59458 from r-ryantm/auto-update/cgal
cgal: 4.13 -> 4.14
2019-04-14 15:29:26 +00:00
Aaron Andersen
a52504df93 otter-browser: fix broken build 2019-04-14 11:02:06 -04:00
R. RyanTM
10e5d0f3f9 dunst: 1.3.2 -> 1.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dunst/versions
2019-04-14 07:27:28 -07:00
Maximilian Bosch
77355c0574
Merge pull request #59448 from r-ryantm/auto-update/autorandr
autorandr: 1.8 -> 1.8.1
2019-04-14 16:15:19 +02:00
Maximilian Bosch
5cb0c0bcc7
Merge pull request #59449 from r-ryantm/auto-update/avidemux
avidemux: 2.7.2 -> 2.7.3
2019-04-14 16:09:54 +02:00
Michael Weiss
41ac07b29f
tdesktop: 1.6.3 -> 1.6.7 2019-04-14 15:33:13 +02:00
montag451
c82ebc197e pythonPackages.annexremote: init at 1.3.1 (#59463) 2019-04-14 15:17:41 +02:00
R. RyanTM
e0e66153df darktable: 2.6.1 -> 2.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/darktable/versions
2019-04-14 06:10:43 -07:00
Robert Schütz
90d166dc7d
Merge pull request #57181 from FlorianFranzen/protobuf
protobuf: 3.6 -> 3.7
2019-04-14 14:44:55 +02:00
R. RyanTM
096536ded5 csvkit: 1.0.3 -> 1.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/csvkit/versions
2019-04-14 05:38:44 -07:00
Edmund Wu
08ba4b4cb6
pythonPackages.tinycss2: 0.6.1 -> 1.0.2 2019-04-14 08:19:11 -04:00
R. RyanTM
96b2ddf0df ammonite: 1.6.4 -> 1.6.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ammonite/versions
2019-04-14 08:15:13 -04:00
Jan Tojnar
cd80cab3b0
gpodder: disable auto-update 2019-04-14 14:01:21 +02:00
Jan Tojnar
027e6dd510
gpodder: 3.10.7 → 3.10.8
https://github.com/gpodder/gpodder/releases/tag/3.10.8
2019-04-14 14:01:21 +02:00
Robert Schütz
905cdeecac python.pkgs.protobuf: use python.interpreter 2019-04-14 13:21:10 +02:00
Florian Franzen
985b9e47b8 protobuf: 3.6 -> 3.7 2019-04-14 13:20:14 +02:00
Florian Franzen
d1feec73e4 protobuf3_6: 3.6.1 -> 3.6.1.3 2019-04-14 13:19:38 +02:00
R. RyanTM
82603a40b5 cgal: 4.13 -> 4.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cgal/versions
2019-04-14 03:41:58 -07:00
Andrey Pavlov
2e9e63195b pythonPackages.nltk: 3.2.5 -> 3.4 (#59204)
Add optional dependency "singledispatch" for python 2.7.
Remove "disabled" attribute from derivation.
2019-04-14 12:38:29 +02:00
Linus Heckemann
0fc80a576a
Merge pull request #59423 from lheckemann/initramfs-improvements
Initramfs improvements
2019-04-14 12:10:26 +02:00
tobim
674d7f42c3 nfdump: 1.6.16 -> 1.6.17 (#57306)
* nfdump: 1.6.16 -> 1.6.17

Build system switched to autotools in the new version.
Also enabled the build of a few additional tools.
- Remove unneeded call to patchShebangs
- Add a comment explaining the darwin libtoolize workaround
2019-04-14 12:09:22 +02:00
Timo Kaufmann
3f901ea7a4
Merge pull request #56503 from teto/vimPlugins
vimPlugins: add vim-sneak, unicode.vim, nvim-hs.vim, far.vim, vim-rsi
2019-04-14 12:06:31 +02:00
markuskowa
87f595a1f0
Merge pull request #56615 from r-ryantm/auto-update/clp
clp: 1.16.11 -> 1.17.0
2019-04-14 12:05:32 +02:00
Sarah Brofeldt
f839011719
Merge pull request #58512 from aanderse/solr
solr: init at 8.0.0
2019-04-14 11:16:28 +02:00
R. RyanTM
b1d624a798 avidemux: 2.7.2 -> 2.7.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/avidemux/versions
2019-04-14 01:03:34 -07:00
R. RyanTM
0aaeaa93fb autorandr: 1.8 -> 1.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/autorandr/versions
2019-04-14 00:50:19 -07:00
R. RyanTM
201f1d678e arc-theme: 20190213 -> 20190330
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/arc-theme/versions
2019-04-14 00:08:17 -07:00
Matthieu Coudron
9cd3fba059 python: pandas: 0.24.1 -> 0.24.2 2019-04-14 16:01:12 +09:00
Matthieu Coudron
a8a511452b vimPlugins: update 2019-04-14 15:33:27 +09:00
Matthieu Coudron
b8df8f2b53 vimPlugins.unicode-vim: init at 2019-03-08 2019-04-14 15:28:48 +09:00
Matthieu Coudron
02510e4260 vimPlugins.far-vim: init at 2019-02-20 2019-04-14 15:28:48 +09:00
Matthieu Coudron
6d78ce2368 vimPlugins.vim-rsi: init at 2019-03-15 2019-04-14 15:28:48 +09:00
Matthieu Coudron
f4285f541c vimPlugins.vCoolor.vim: init at 2018-10-06
For linux I chose zenity to generate the popups (yad can be used too).
Other buildInputs are needed for macos.
2019-04-14 15:28:47 +09:00
Matthieu Coudron
fedd854918 vimPlugins.vim-sneak: init at 2018-08-29 2019-04-14 15:28:47 +09:00
Aaron Andersen
94a8ca2194
Merge pull request #57728 from yesbox/resilio_2.6.3
resilio-sync: 2.6.2 -> 2.6.3
2019-04-13 23:23:45 -04:00
Aaron Andersen
bc6a7984cb
Merge pull request #58444 from fuwa0529/update-aeon
altcoins.aeon: 0.12.8.0 -> 0.12.9.0
2019-04-13 22:48:42 -04:00
Mario Rodas
45e8b236fc mkcert: init at 1.3.0 (#59410) 2019-04-13 19:09:09 -07:00
Vladyslav M
0082f5536c rclone: 1.46 -> 1.47.0 using buildGoModule (#59400) 2019-04-13 19:08:10 -07:00
Dmitry Kalinkin
aa111a2b7e
Merge pull request #59197 from ThomasMader/dlang-update
Dlang update (ldc: 1.14.0 -> 1.15.0, dmd: 2.084.1 -> 2.085.1, dtools: 2.084.1 -> 2.085.1, dub: 1.13.0 -> 1.14.0)
2019-04-13 19:51:16 -04:00
José Romildo Malaquias
e4745e8363 deepin.deepin-screenshot: search FHS hard coded paths (for debuging) 2019-04-13 20:23:42 -03:00
José Romildo Malaquias
8db37160eb deepin.deepin-screenshot: fix FHS hard coded path 2019-04-13 20:09:42 -03:00
Markus Kowalewski
19dfffff3c
clp: restrict to x86_64-linux + darwin 2019-04-14 00:17:25 +02:00
Markus Kowalewski
e879991e1b
clp: 1.17.0 -> 1.17.11 2019-04-14 00:04:06 +02:00
Linus Heckemann
217cfbe11a aggregateModules: allow passing name 2019-04-13 23:22:07 +02:00
Linus Heckemann
3b16f345b5 make-initrd: allow specifying name
Also moves the argument defaults out of all-packages.nix and into
make-initrd itself.
2019-04-13 23:20:58 +02:00
Timo Kaufmann
05a53ecd82
Merge pull request #59363 from timokau/graph_nets-init
python.pkgs.{tensorflow-probability,dm-sonnet,graph_nets}: init
2019-04-13 23:12:26 +02:00
Vladyslav M
77dcb9e619
Merge pull request #59412 from jD91mZM2/cargo-tree
cargo-tree: 0.25.0 -> 0.26.0
2019-04-13 23:28:51 +03:00
markuskowa
8a0b2714fb
Merge pull request #59413 from dywedir/hexyl
hexyl: 0.4.0 -> 0.5.0
2019-04-13 22:19:04 +02:00
Robert Schütz
bc14eedcb1 python.pkgs.cairosvg: fix isort-check 2019-04-13 21:40:47 +02:00
Aaron Bull Schaefer
290be50d1e ansible_2_6: 2.6.9 -> 2.6.15 (#58286) 2019-04-13 21:35:28 +02:00
Aaron Bull Schaefer
dcf5fd5afc ansible_2_5: 2.5.14 -> 2.5.15 (#58287) 2019-04-13 21:34:51 +02:00
worldofpeace
6cc43add3f
Merge pull request #59375 from worldofpeace/font-droid-throw
aliases: add throw for font-droid
2019-04-13 14:18:15 -04:00
Timo Kaufmann
d88406a43f python.pkgs.graph_nets: init at 1.0.3 2019-04-13 20:12:18 +02:00
Timo Kaufmann
11801a4d47 python.pkgs.dm-sonnet: init at 1.30
Needed as a dependency of graph_nets.
2019-04-13 20:12:18 +02:00
Timo Kaufmann
1d00bb1375 python.pkgs.tensorflow-probability: init at 0.6.0
Needed as a dependency for dm-sonnet.
2019-04-13 20:12:15 +02:00
worldofpeace
1d9b51d67b
Merge pull request #59242 from romildo/upd.deepin.deepin-screenshot
deepin.deepin-screenshot: init at 4.1.8
2019-04-13 14:04:51 -04:00
José Romildo Malaquias
1bac24cd46 deepin-screenshot: init at 4.1.8
Co-authored-by: worldofpeace <worldofpeace@users.noreply.github.com>
Co-authored-by: Florian Klink <flokli@flokli.de>
2019-04-13 13:59:52 -04:00
Vladyslav M
4624bd44a1
hexyl: 0.4.0 -> 0.5.0 2019-04-13 20:54:51 +03:00
jD91mZM2
1cbe2446f7
cargo-tree: 0.25.0 -> 0.26.0 2019-04-13 19:41:26 +02:00
Aneesh Agrawal
85d16a33ec samba: 4.7.10 -> 4.10.2
Release notes: https://www.samba.org/samba/history/samba-4.10.2.html
Notably, Samba 4.10.0 is the first with Python 3 support,
and the 4.10 line will be the last supporting Python 2,
so switch to Python 3.

Add myself as a maintainer.
2019-04-13 10:31:07 -07:00
Dmitry Kalinkin
59c81160e7
Merge pull request #58504 from symphorien/static-proot
Static proot, wafHook cross compilation
2019-04-13 12:04:32 -04:00
Jan Tojnar
14a008dba6
Merge pull request #59187 from jtojnar/deadbeef-1.8.0
Deadbeef 0.7.2 → 1.8.0
2019-04-13 17:50:06 +02:00
Mario Rodas
96f64f0086
Merge pull request #59397 from marsam/update-flow
flow: 0.96.0 -> 0.97.0
2019-04-13 10:29:28 -05:00
Dmitry Kalinkin
ee742f9e37
Merge pull request #56032 from robertodr/update_pyo3-pack
pyo3-pack: 0.3.8 -> 0.5.0
2019-04-13 11:10:31 -04:00
zimbatm
54c3ac18d5
goreman: init at 0.2.1 (#59388) 2019-04-13 16:30:05 +02:00
Frederik Rietdijk
90727bcab2
Merge pull request #59215 from volth/perl-with-packages
perl: add .withPackages
2019-04-13 16:28:21 +02:00
Jan Tojnar
8fa29da48a
deadbeefPlugins.opus: drop
opus support is now built into deadbeef
2019-04-13 15:51:18 +02:00
Jan Tojnar
b2a933aa77
deadbeefPlugins.mpris2: 1.11 → 1.12 2019-04-13 15:51:17 +02:00
Jan Tojnar
18ba9e69a9
deadbeef: 0.7.2 → 1.8.0
- Add native opus support
- Remove wildmidi dependency, deadbeef uses its own fork
2019-04-13 15:51:17 +02:00
Tim Steinbach
1f219af304
zoom-us: 2.7.162522.0121 -> 2.8.182821.0412 2019-04-13 09:44:51 -04:00
Tor Hedin Brønner
a5b66af898 gnome3.gnome-desktop: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-desktop/3.32/gnome-desktop-3.32.1.news
2019-04-13 14:55:19 +02:00
Tor Hedin Brønner
9737ffdc2f gnome3.gnome-calculator: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-calculator/3.32/gnome-calculator-3.32.1.news
2019-04-13 14:51:51 +02:00
Tor Hedin Brønner
6f69b60a6b evolution-data-server: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/evolution-data-server/3.32/evolution-data-server-3.32.1.news
2019-04-13 14:49:18 +02:00
Tor Hedin Brønner
e6958c064a gnome3.eog: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/eog/3.32/eog-3.32.1.news
2019-04-13 14:48:43 +02:00
Tor Hedin Brønner
bd78de2a5b gnome3.gnome-weather: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-weather/3.32/gnome-weather-3.32.1.news
2019-04-13 14:48:06 +02:00