Commit Graph

153940 Commits

Author SHA1 Message Date
Graham Christensen
91f1560e52
Merge pull request #57114 from aanderse/kdevelop
kdevelop, kdev-php, kdev-python: 5.3.1 -> 5.3.2
2019-03-25 21:26:56 -04:00
Will Dietz
859d811aae electron_3: 3.1.6 -> 3.1.7
https://electronjs.org/releases/stable?version=3#3.1.7
2019-03-25 20:23:36 -05:00
Will Dietz
d72b8984e1 electron: 4.1.0 -> 4.1.1
https://electronjs.org/releases/stable#release-notes-for-v411
2019-03-25 20:23:35 -05:00
Graham Christensen
32e20aa595
Merge pull request #57490 from delroth/imgurbash2-3.1
imgurbash2: 2.1 -> 3.1
2019-03-25 21:11:32 -04:00
arcnmx
05b0411c57 gcc: fix gcc8 for cross-compiled targets
Adds EXTRA_TARGET_FLAGS missing from 412093994b.

Fixes #58164
2019-03-25 17:57:30 -07:00
Joachim F
d0a0de2c44
Merge pull request #55736 from risicle/ris-libdislocator
libdislocator: init at 2.52b
2019-03-26 00:47:10 +00:00
Joachim F
feb08243cd
Merge pull request #55378 from DerTim1/tmp/asterisk-update
asterisk: 15.3.0 -> 15.7.0, 13.20.0 -> 13.24.1, add 16.x
2019-03-26 00:46:16 +00:00
Joachim F
d1595144a4
Merge pull request #56773 from bricewge/solarc
solarc-gtk-theme: init at 1.0.2
2019-03-26 00:45:20 +00:00
Joachim F
c9cd1356ea
Merge pull request #56522 from bzizou/messer-slim
messer-slim: init at 3.2.1
2019-03-26 00:42:58 +00:00
Joachim F
8a2b572ee9
Merge pull request #57830 from srghma/image_optim
image_optim: init at 0.26.3
2019-03-26 00:42:34 +00:00
Dmitry Kalinkin
749c0a9c16
Merge pull request #57325 from eadwu/vscode-extensions.WakaTime.vscode-wakatime/1.2.12
vscode-extensions.WakaTime.vscode-wakatime: 1.2.7 -> 1.2.13
2019-03-25 18:55:06 -04:00
Vladyslav M
167eb23d26
broot: 0.7.2 -> 0.7.4 2019-03-26 00:28:01 +02:00
Vladyslav M
8df67d6d72
zola: 0.5.1 -> 0.6.0 2019-03-25 23:26:07 +02:00
Vladyslav M
7be93a4ca7
Merge pull request #58258 from teozkr/buildRustCrate-fix-include
buildRustCrate: Fix `include` filter
2019-03-25 22:32:47 +02:00
Vladyslav M
a6da544294
skim: 0.6.2 -> 0.6.4 2019-03-25 21:52:10 +02:00
Ben Gamari
d8c16f11a6 gitlab: 11.8.2 -> 11.9.0 2019-03-25 15:25:11 -04:00
Ben Gamari
0ba98bb64c gitlab: 11.7.5 -> 11.8.2 2019-03-25 15:25:06 -04:00
Dylan Simon
1c3a4ef287 fetchurl: use fetchurlBoot for zlib deps 2019-03-25 15:04:55 -04:00
Michael Eden
c3c9541fc2 libndctl: put which in nativeBuildInputs 2019-03-25 14:59:09 -04:00
Elis Hirwing
9e693a074d
Merge pull request #58253 from plumelo/feature/lazygit-0.7.2
lazygit: 0.5 -> 0.7.2
2019-03-25 19:29:03 +01:00
Maximilian Bosch
d4a570ad57 citrix_receiver: remove old versions
The versions 13.8.0 and 13.9.{0,1} will be EOLed before the end of 19.03
and should be dropped.

To provide an easy upgrade path, all unsupported versions will throw an
evaluation error. All versions that are about the be EOLed can be added
there as well.

For now, all of those deprecated versions are still referenced in
`all-packages.nix`, but should be removed before the next release.

See also https://www.citrix.co.uk/support/product-lifecycle/milestones/receiver.html
2019-03-25 18:26:10 +00:00
Will Dietz
5eb3edc8fb
Merge pull request #58235 from dtzWill/update/ponyc-0.28.0
ponyc: 0.27.0 -> 0.28.0
2019-03-25 11:28:17 -05:00
Gabriel Ebner
fa355972ed evince: enable postscript support 2019-03-25 17:25:15 +01:00
Michael Weiss
698a3f7edd
tdesktop: 1.6.2 -> 1.6.3
tdesktopPackages.preview: 1.6.2 -> 1.6.3
2019-03-25 17:07:14 +01:00
Matthew Bauer
5f32434aef
Merge pull request #58246 from danbst/infinite-recursion-otherPackageSets
pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlays
2019-03-25 12:05:07 -04:00
John Ericson
725b5499b8
Merge pull request #58192 from vaibhavsagar/unbreak-ghcjs-ng
ghcjs-ng: unbreak
2019-03-25 11:36:44 -04:00
Aaron Bull Schaefer
1f6e46ff96 bazelisk: init at 0.0.3 (#56867) 2019-03-25 07:52:32 -07:00
worldofpeace
3cb00c5f15
Merge pull request #58238 from dtzWill/update/youtube-dl-2019.03.18
youtube-dl: 2019.03.01 -> 2019.03.18
2019-03-25 10:46:24 -04:00
Teo Klestrup Röijezon
5eec83eb83 buildRustCrate: Fix include filter
buildRustCrate has a handy `include` helper, that only imports those whitelisted
files and folders to the store.

However, the function's matching logic is broken and includes all files,
regardless of whether or not they're whitelisted, as long as the whitelist
contains at least one name (regardless of whether that name exists). This is
because it doesn't take into account that
`lib.strings.removePrefix "foo" "bar" == "bar"` (that is, paths that don't match
the prefix are passed straight through).
2019-03-25 15:24:42 +01:00
Max Wittig
f47bbb6dd6
gitlab-runner: 11.8.0 -> 11.9.0 2019-03-25 15:21:04 +01:00
Michael Weiss
072adccff7
gns3Packages.{server,gui}Preview: 2.2.0a2 -> 2.2.0a3 2019-03-25 14:14:22 +01:00
Michael Weiss
abadb74b71
tdesktop: 1.6.1 -> 1.6.2
tdesktopPackages.preview: 1.6.1 -> 1.6.2
2019-03-25 14:14:22 +01:00
Vasile Luta
62721325f0 lazygit: 0.5 -> 0.7.2 2019-03-25 15:03:30 +02:00
Peter Simons
3e113f5f7a
Merge pull request #58199 from rnhmjoj/superbuffer
haskellPackages.superbuffer: fix build
2019-03-25 13:57:12 +01:00
Will Dietz
1d4ce7aef2 manrope: init at 3 2019-03-25 07:42:27 -05:00
Michael Raskin
83cb84ebc3 lispPackages.stumpwm: mimic Query-FS tricks for adding extra deps 2019-03-25 13:29:45 +01:00
David Meister
b1d040b39b monero-gui: 0.13.0.4 -> 0.14.0.0 2019-03-25 21:10:23 +11:00
David Meister
a0a1dc0a55 monero: 0.13.0.4 -> 0.14.0.2 2019-03-25 21:07:52 +11:00
Michael Raskin
3791a20e97
Merge pull request #58247 from delroth/zbar-0.22
zbar: 0.10 -> 0.22 (new upstream)
2019-03-25 09:56:38 +00:00
Pierre Bourdon
57ffe86efa
zbar: 0.10 -> 0.22
The original upstream at http://zbar.sourceforge.net/ has not produced a
new release or a new commit on their repository in about 7 years. Most
distros (Debian, Gentoo, Arch, ...) have switched already to the more
maintained fork at https://github.com/mchehab/zbar

Update dependencies from qt4 to qt5, reducing "electrum" closure size in
the process (now only depends on one Qt version).
2019-03-25 10:28:34 +01:00
Joachim F
7c9e225d89
Merge pull request #56433 from nyarly/add_cadre
cadre: init at 1.0.4
2019-03-25 09:09:03 +00:00
danbst
f72903864d pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlays
Consider example:

$ nix-instantiate ./nixos -A system --arg configuration '
    {
      boot.isContainer = true;
      nixpkgs.overlays = [ (self: super: {
        nix = self.pkgsStatic.nix;
      }) ];
    }'

When resolving package through overlays, we figure out that

  nix == self.pkgsStatic.nix
  =>
  nix == (import <nixpkgs> { inherit overlays; }).nix
  =>
  nix == (import <nixpkgs> { overlays = [(self: super: { nix = self.pkgsStatic.nix; })];}).nix

and we enter infinite recursion of nixpkgs evaluations.

The proper fix should terminate recursion by assigning self fixpoint
to inner custom package set. But I get infinite recursion somehow, so
I use `super`. It is less correct modulo deep custom overrides, but behaves
correctly for simple cases and doesn't OOM evaluator.

Fixes https://github.com/NixOS/nixpkgs/issues/57984
2019-03-25 10:58:46 +02:00
Vladyslav M
c8fd38a3ee
Merge pull request #58237 from dtzWill/update/ffsend-0.2.39
ffsend: 0.2.38 -> 0.2.39
2019-03-25 10:51:39 +02:00
Vladyslav M
0574de1fd4
Merge pull request #57956 from dywedir/k6
k6: 0.23.1 -> 0.24.0
2019-03-25 10:27:20 +02:00
Pierre Bourdon
6beffff797 pythonPackages.dnslib: init at 0.9.9 (#57101) 2019-03-25 08:57:58 +01:00
Michael Raskin
4697790b3c
Merge pull request #58228 from Zer0-/muse_vbump
muse-sequencer: 3.0.2 -> 3.1pre1
2019-03-25 06:34:32 +00:00
Will Dietz
17688c1417 libreoffice-fresh: 6.2.1.2 -> 6.2.2.2 (#58236)
* libreoffice-fresh: 6.2.1.2 -> 6.2.2.2
2019-03-25 06:32:45 +00:00
Will Dietz
cf8ee4a6a3
Merge pull request #58186 from dtzWill/update/toot-0.21.0
toot: 0.20.0 -> 0.21.0
2019-03-24 23:09:17 -05:00
Will Dietz
0fa6ebe0a5 youtube-dl: 2019.03.01 -> 2019.03.18 2019-03-24 23:07:08 -05:00
Will Dietz
288d2928cb ffsend: 0.2.38 -> 0.2.39
https://github.com/timvisee/ffsend/releases/tag/v0.2.39
2019-03-24 23:03:35 -05:00
Will Dietz
ce14509f4a
Merge pull request #58229 from dtzWill/update/tor-browser-bundle-bin-8.0.8
tor-browser-bundle-bin: 8.0.6 -> 8.0.8
2019-03-24 22:51:23 -05:00
Will Dietz
1e94f5ec6d
Merge pull request #58219 from dtzWill/update/ffmpeg-4.1.2
ffmpeg{_4,-full}: 4.1.1 -> 4.1.2
2019-03-24 22:37:23 -05:00
Will Dietz
69a7cf6830
Merge pull request #58217 from dtzWill/update/pkgconf-1.6.1
pkgconf: 1.6.0 -> 1.6.1
2019-03-24 21:59:18 -05:00
Will Dietz
1cfee05450
Merge pull request #57892 from dtzWill/feature/xtruss
xtruss: init at 20181001-82973f5
2019-03-24 21:45:22 -05:00
Will Dietz
b427fc9aa6
Merge pull request #57968 from dtzWill/update/libpqxx-6.4.0
libpqxx: 6.3.3 -> 6.4.1
2019-03-24 21:42:46 -05:00
Will Dietz
0d796ff3fc
Merge pull request #57969 from dtzWill/update/nlohmann_json-3.6.0
nlohmann_json: 3.5.0 -> 3.6.1
2019-03-24 21:42:28 -05:00
Will Dietz
5e65980fe0
Merge pull request #58078 from dtzWill/update/wpgtk-6.0.3
wpgtk: 5.8.7 -> 6.0.3
2019-03-24 21:41:47 -05:00
Will Dietz
bcf9ef082f
Merge pull request #58111 from dtzWill/update/b612-1.008
b612: 1.003 -> 1.008, new home
2019-03-24 21:41:16 -05:00
Will Dietz
d1b7aef587
Merge pull request #58137 from dtzWill/update/lastpass-cli-1.3.2
lastpass-cli: 1.3.1 -> 1.3.2, touchups
2019-03-24 21:39:56 -05:00
Will Dietz
0d1209a37e
Merge pull request #58141 from dtzWill/fix/powertop-vert-scrolling
powertop: patch to fix vertical scrolling
2019-03-24 21:39:07 -05:00
John Ericson
655a29ff9c ghc, go, guile: Use new pkgs*
`pkgsBuildTarget` allows us to avoid repeated and confusing conditions.
The others merely provide clarity for one the foreign package set's
target platform matters.
2019-03-24 22:12:15 -04:00
John Ericson
70d71bbbe4 top-level: Create pkgs{Build,Host,Target}{Build,Host,Target}
This is needed to avoid confusing and repeated boilerplate for
`fooForTarget`.  The vast majority of use-cases can still use
`buildPackages or `targetPackages`, which are now defined in terms of
these.
2019-03-24 22:12:15 -04:00
Will Dietz
a8d0049b7b
Merge pull request #58218 from dtzWill/update/ckbcomp-1.191
ckbcomp: 1.190 -> 1.191
2019-03-24 20:39:39 -05:00
Will Dietz
ee2beac084 ponyc: 0.27.0 -> 0.28.0
https://www.ponylang.io/blog/2019/03/0.28.0-released/
2019-03-24 20:27:55 -05:00
Cole Mickens
60e2d2ce2b chromium: enable mojo + vaapi + allow hw accel
fixes https://github.com/NixOS/nixpkgs/pull/57837
closes https://github.com/NixOS/nixpkgs/pull/56973
2019-03-25 02:02:05 +01:00
Danylo Hlynskyi
5a9eaf02ae
Merge pull request #57677 from aszlig/postgresql-socket-in-run
postgresql: Move socket dir to /run/postgresql
2019-03-25 01:57:37 +02:00
xeji
69d0c1404c
password-store: link ext. man pages into the password-store $out (#58187)
When pass was installed with extensions in the system environment, the
man pages for the selected extensions were not available globally
because they were only available in a buildInput of the password-store
derivation.

This commit resolves the problem by linking the man pages from the
extensions environment into the output directory of the password-store
derivation.

Bug 56850
2019-03-25 00:13:50 +01:00
Danylo Hlynskyi
40cc269561
Merge branch 'master' into postgresql-socket-in-run 2019-03-25 01:06:59 +02:00
Elis Hirwing
0ee682da53
Merge pull request #57869 from robertseaton/master
pdfsandwich: init at 0.1.7
2019-03-24 23:57:38 +01:00
Robert Schütz
694d7a6525 newsboat: 2.14.1 -> 2.15 (#58225) 2019-03-24 23:54:14 +01:00
Will Dietz
f114ab593e tor-browser-bundle-bin: 8.0.6 -> 8.0.8 2019-03-24 17:37:41 -05:00
Philipp Volguine
76e46fce41 muse-sequencer: 3.0.2 -> 3.1pre1
- The old version was no longer building on hydra, this fixes that.
- Moved some dependencies to nativeBuildInputs
2019-03-24 18:22:03 -04:00
Robert Seaton
4358c3d216 pdfsandwich: init at 0.1.7 2019-03-24 17:20:19 -05:00
Elis Hirwing
5699e8edc7
Merge pull request #58201 from etu/php-composer-update
phpPackages.composer: 1.8.0 -> 1.8.4
2019-03-24 22:56:02 +01:00
Joachim F
8a5317f25b
Merge pull request #58213 from oxij/pkgs/tor-browser-update
firefoxPackages.tor-browser: 8.0.6 -> 8.0.8
2019-03-24 20:11:43 +00:00
worldofpeace
fc47b4023c
Merge pull request #58214 from worldofpeace/gtk3-take2
treewide: no gnome aliases
2019-03-24 15:42:31 -04:00
Dmitry Kalinkin
cf7f234ff5
Merge pull request #57527 from Chiiruno/dev/meguca
Init: statik, Update: easyjson, quicktemplate, meguca, hydron
2019-03-24 15:26:37 -04:00
Will Dietz
2a5558ab30 ffmpeg-full: 4.1.1 -> 4.1.2 2019-03-24 14:20:18 -05:00
Will Dietz
c537b96890 ffmpeg_4: 4.1.1 -> 4.1.2
a7cb7a2e43:/Changelog
2019-03-24 14:20:17 -05:00
Will Dietz
ff5416a6a8 ckbcomp: 1.190 -> 1.191 2019-03-24 14:19:53 -05:00
Will Dietz
e38f2cbc2d pkgconf: 1.6.0 -> 1.6.1
https://raw.githubusercontent.com/pkgconf/pkgconf/be6011222b52db362d2a4fdf602b4e4928b5317b/NEWS
2019-03-24 14:19:19 -05:00
worldofpeace
ac1bd5b1d4
Merge pull request #58050 from worldofpeace/libunity/fix-build
libunity fix build
2019-03-24 15:12:07 -04:00
Robert Schütz
aeea929058
setools: fix build (#58172) 2019-03-24 19:52:40 +01:00
Jan Tojnar
97eb65324d treewide: no gnome aliases 2019-03-24 14:46:50 -04:00
Robert Schütz
149f580412
home-assistant: 0.89.2 -> 0.90.1 (#58017)
https://www.home-assistant.io/blog/2019/03/20/release-90/
2019-03-24 19:45:35 +01:00
Jan Malakhovski
e975d058cd tor-browser-bundle: inherit meta 2019-03-24 18:40:38 +00:00
SLNOS
ec4a7a02ca firefoxPackages.tor-browser: carry over more configureFlags from upstream
These are taken from `tor-browser-build.git` repository.
2019-03-24 18:40:37 +00:00
SLNOS
6ed479de0c firefoxPackages.tor-browser: 8.0.6 -> 8.0.8 2019-03-24 18:40:34 +00:00
Cedric Cellier
0206adc566 lacaml: init at 11.0.3 2019-03-24 19:37:47 +01:00
volth
2be90ccb4f gnome3.gtk -> gtk3
fix evaluation when config.allowAliases == false

(regression after #55735)
2019-03-24 14:34:39 -04:00
Robert Schütz
5bf6a13417
Merge pull request #57879 from timor/fix-freecad-build-19.03
Fix FreeCAD build 19.03
2019-03-24 19:34:07 +01:00
timor
de1634a36e pythonPackages.pysideTools: add python deps to propagatedBuildInputs 2019-03-24 19:26:13 +01:00
timor
6b8f80053f pythonPackages.pysideTools: fix build 2019-03-24 19:26:04 +01:00
timor
17369ceae9 pythonPackages.pivy: fix build 2019-03-24 18:50:25 +01:00
Pascal Wittmann
994476e138
Merge pull request #58010 from r-ryantm/auto-update/bitlbee
bitlbee: 3.5.1 -> 3.6
2019-03-24 17:50:04 +01:00
Christoph Hrdinka
2bc0bf8578
Merge pull request #58075 from dtzWill/update/qtpass-1.2.3
qtpass: 1.2.1 -> 1.2.3
2019-03-24 17:30:14 +01:00
Tim Steinbach
e5fd7ba15c
linux: Remove 4.20
Upstream has EOL'd 4.20
2019-03-24 12:15:41 -04:00
Tim Steinbach
b10ec4859d
linux: 5.0.3 -> 5.0.4 2019-03-24 12:13:59 -04:00
Tim Steinbach
0e25209c33
linux: 4.19.30 -> 4.19.31 2019-03-24 12:13:38 -04:00
Jorge Acereda
3152d499a9 libcaca: make x11 optional, disabled on darwin 2019-03-24 16:56:31 +01:00
Clemens Fruhwirth
6e71af2746 Create texmf-local directory separate from texmf-dist.
Motivated by https://github.com/NixOS/nixpkgs/issues/58026
2019-03-24 11:47:09 -04:00
volth
39fc981fca
perldevel: 5.29.6 -> 5.29.9 2019-03-24 15:43:16 +01:00
Bryan Richter
a30bed52d4 pythonPackages.pyhocon: init at 0.3.51 (#57025) 2019-03-24 15:37:42 +01:00
Ryan Mulligan
5152c5adcc
Merge pull request #58015 from r-ryantm/auto-update/brltty
brltty: 5.6 -> 6.0
2019-03-24 06:45:12 -07:00
rnhmjoj
32ec718b57
haskellPackages.superbuffer: fix build 2019-03-24 12:07:40 +01:00
worldofpeace
0bc290109a
Merge pull request #58202 from worldofpeace/elementary-default-settings/bump
pantheon.elementary-default-settings: 5.0 -> 5.1.0
2019-03-24 07:01:20 -04:00
Sarah Brofeldt
8cd3071978
Merge pull request #58170 from dtzWill/update/slack-3.3.8
slack: 3.3.7 -> 3.3.8
2019-03-24 11:48:38 +01:00
worldofpeace
9437ec584a
Merge pull request #57511 from f--t/fix/krita-update
krita: 4.1.7.101 -> 4.1.8
2019-03-24 06:26:53 -04:00
ft
2001ceb7ae krita: 4.1.7.101 -> 4.1.8 2019-03-24 06:24:22 -04:00
Elis Hirwing
52fa2d4be1
phpPackages.composer: Add unzip to path
Unzip is used by composer to install dependencies etc. If it's not
there it defaults to using PHP's built in zip functions. But they are
slower and composer complains to the user if this happens.
2019-03-24 11:17:24 +01:00
worldofpeace
a89bca48e8 pantheon.elementary-gsettings-schemas: add gsettings-desktop-schemas
It's propagated but should still be there.

Also drop some keys appended to the override that don't need to be
set or don't exist.
2019-03-24 06:16:31 -04:00
worldofpeace
b3f6ade2b7 pantheon.elementary-default-settings: 5.0 -> 5.1.0
https://github.com/elementary/default-settings/releases/tag/5.1.0
2019-03-24 06:14:30 -04:00
Elis Hirwing
afa88c8aa7
phpPackages.composer: 1.8.0 -> 1.8.4
Changelogs:
https://github.com/composer/composer/releases/tag/1.8.1
https://github.com/composer/composer/releases/tag/1.8.2
https://github.com/composer/composer/releases/tag/1.8.3
https://github.com/composer/composer/releases/tag/1.8.4
2019-03-24 11:08:02 +01:00
Robert Schütz
2c07a0800a
python.pkgs.joblib: 0.12.4 -> 0.13.2 (#57906) 2019-03-24 09:32:50 +01:00
Robert Schütz
39cb31eac6
qutebrowser: 1.6.0 -> 1.6.1 (#58019)
https://github.com/qutebrowser/qutebrowser/releases/tag/v1.6.1
2019-03-24 09:32:15 +01:00
Tomas Hlavaty
377898bdc0 firefox-bin: allow overriding systemLocale 2019-03-24 09:32:01 +01:00
Robert Schütz
847e4e31d9 python.pkgs.restructuredtext_lint: 1.2.2 -> 1.3.0 2019-03-24 09:18:32 +01:00
Tomas Hlavaty
fa144d2361 libreoffice: japanese added 2019-03-24 08:39:38 +01:00
Jörg Thalheim
6158b9ef7c
Merge pull request #57825 from illegalprime/fix/autossh-cross
autossh: fix for cross compilation
2019-03-24 06:35:48 +00:00
Jörg Thalheim
9ceb252d30
Merge pull request #58168 from andir/systemd-deb-snapshots
systemd: update debian patches url to snapshots.debian.org
2019-03-24 06:30:57 +00:00
Hlöðver Sigurðsson
990eaa30d9 fix: csound-manual by using newer git revision (#57663) 2019-03-24 02:19:54 -04:00
Vaibhav Sagar
e4975aac68 ghcjs-ng: unbreak 2019-03-23 22:47:06 -04:00
Dmitry Kalinkin
6f95ac3588
Merge pull request #57988 from lopsided98/buildbot-update
buildbot: 1.8.1 -> 2.1.0
2019-03-23 20:38:20 -04:00
Dmitry Kalinkin
04727cc641
Merge pull request #57522 from yorickvP/it87
it87: init at 2018-08-14
2019-03-23 20:35:26 -04:00
Phil
d2332c58d2 stagit: 0.6 -> 0.9.1 (#57932) 2019-03-23 20:31:21 -04:00
Paul TREHIOU
62fd641e83 riot-web: 1.0.3 -> 1.0.5 (#58040) 2019-03-24 01:14:04 +01:00
R. RyanTM
30e3fa03eb dateutils: 0.4.5 -> 0.4.6 (#58048)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dateutils/versions
2019-03-24 01:03:19 +01:00
R. RyanTM
a335e17052 ricty: 4.1.0 -> 4.1.1 (#58083)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ricty/versions
2019-03-24 01:02:07 +01:00
Dmitry Kalinkin
abda3f0325
paulstretch: refactor, reindent 2019-03-23 20:01:03 -04:00
R. RyanTM
9b63cea52b gdcm: 2.8.8 -> 2.8.9 (#58092)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gdcm/versions
2019-03-24 00:59:37 +01:00
R. RyanTM
7e9a941a28 s3fs: 1.84 -> 1.85 (#58090)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/s3fs-fuse/versions
2019-03-24 00:56:43 +01:00
Vincent Demeester
6285216699 kompose: 1.9.0 -> 1.18.0 (#58166)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-24 00:55:09 +01:00
Philipp Volguine
e0c3c2ed52 paulstretch: init at version 2.2-2
This is a neat little program for extreme sound stretching and it was
not in the repo yet.
2019-03-23 19:27:19 -04:00
Carles Pagès
cd0f0374f6 kodi: 18.0 -> 18.1
Also updated its bundled ffmpeg for a bugfix.
2019-03-24 00:22:48 +01:00
Ryan Mulligan
5d8e3d7aed
Merge pull request #58138 from dtzWill/update/lit-0.8.0
lit: 0.7.1 -> 0.8.0
2019-03-23 13:54:24 -07:00
eyjhbb@gmail.com
65af64a29e sweethome3d: 6.0 -> 6.1.2 2019-03-23 21:05:21 +01:00
Will Dietz
4dc434aa9d toot: 0.20.0 -> 0.21.0
https://github.com/ihabunek/toot/releases/tag/0.21.0
2019-03-23 15:04:26 -05:00
Sarah Brofeldt
06d7f2d368
Merge pull request #58185 from benley/benley/anbox-amd64
anbox: fix build on x86_64-linux
2019-03-23 21:01:08 +01:00
Sarah Brofeldt
a7a4fc2efe
Merge pull request #57118 from umazalakain/opam-nix-user-path
opam: put the whole /nix in OPAM_USER_PATH_RO
2019-03-23 20:58:38 +01:00
Benjamin Staffin
fba697daef anbox: fix build on x86_64-linux
`x86-64-linux` was a typo; there needs to be an underscore in there.
2019-03-23 15:57:07 -04:00
Keith Amidon
9830436567 password-store: link ext. man pages into the password-store $out
When pass was installed with extensions in the system environment, the
man pages for the selected extensions were not available globally
because they were only available in a buildInput of the password-store
derivation.

This commit resolves the problem by linking the man pages from the
extensions environment into the output directory of the password-store
derivation.

Bug 56850
2019-03-23 12:51:10 -07:00
Gabriel Ebner
4446452347
Merge pull request #58163 from dtzWill/update/qalculate-3
libqalculate,qalculate-gtk: 2.9.0 -> 3.0.0
2019-03-23 18:50:24 +01:00
Gabriel Ebner
d5a533de97
Merge pull request #58143 from worldofpeace/anbox-nits
anbox: cleanup
2019-03-23 18:34:36 +01:00
Robert Schütz
3f217df9fb
Merge pull request #57256 from Ma27/fix-jaraco-pkgs
errbot: fix broken dependencies
2019-03-23 18:24:08 +01:00
Peter Simons
35a504415f git-annex: update sha256 hash for new version 7.20190322 2019-03-23 17:06:25 +01:00
Peter Simons
b23f9e540f hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.2-3-gea0f0ca from Hackage revision
4b477e240f.
2019-03-23 17:06:25 +01:00
R. RyanTM
db67e5c5d0 python37Packages.awkward: 0.8.4 -> 0.8.7 (#57382)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-awkward/versions
2019-03-23 17:04:35 +01:00
Peter Simons
4269069460
Merge pull request #58058 from r-ryantm/auto-update/dovecot
dovecot: 2.3.4.1 -> 2.3.5
2019-03-23 16:58:33 +01:00
Tim Steinbach
eca0d0ad62
linux: 4.14.107 -> 4.14.108 2019-03-23 11:26:16 -04:00
Tim Steinbach
d10015ea4f
linux: 4.9.164 -> 4.9.165 2019-03-23 11:25:54 -04:00