Commit Graph

174766 Commits

Author SHA1 Message Date
R. RyanTM
fe3e3892a8 link-grammar: 5.5.1 -> 5.6.0 (#57303)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/link-grammar/versions
2019-04-07 09:59:27 +00:00
Robin Gloster
0498ba6e06 Merge pull request #59078 from dtzWill/fix-and-update/nextcloud
nextcloud: fix use of mismatched php versions, updates
2019-04-07 09:55:39 +00:00
Michael Weiss
f370671c9a gns3Packages.{server,gui}Preview: 2.2.0a3 -> 2.2.0a4 2019-04-07 11:46:00 +02:00
R. RyanTM
3b1bd0a83f jmeter: 4.0 -> 5.1 (#57257)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jmeter/versions
2019-04-07 09:44:30 +00:00
R. RyanTM
f322c798e3 python37Packages.eyeD3: 0.8.9 -> 0.8.10 (#57231)
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-eyed3/versions
2019-04-07 09:41:08 +00:00
R. RyanTM
4180682027 apktool: 2.3.4 -> 2.4.0 (#57203)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apktool/versions
2019-04-07 09:38:50 +00:00
R. RyanTM
64bf8ff4b4 grpc: 1.18.0 -> 1.19.0 (#56693)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grpc/versions
2019-04-07 09:37:55 +00:00
R. RyanTM
3752b43b9d pony-stable: 0.1.6 -> 0.2.0 (#55866)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pony-stable/versions
2019-04-07 09:28:34 +00:00
R. RyanTM
2cb358246d ocamlPackages.ppxlib: 0.3.1 -> 0.5.0 (#54755)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-ppxlib/versions
2019-04-07 09:27:00 +00:00
Vladimír Čunát
a6dd84a126 Merge #57951: qemu: apply CVE-2019-3812 patch 2019-04-07 11:23:20 +02:00
rhokue
cbade453ac R: explicitly declare which as a run-time dependency
Fixes https://github.com/NixOS/nixpkgs/issues/58963.
Closes https://github.com/NixOS/nixpkgs/pull/58989.
2019-04-07 11:12:43 +02:00
Vladimír Čunát
ca494bf6c3 Merge #59036: wget: 1.20.1 -> 1.20.3 (SECURITY) 2019-04-07 09:56:53 +02:00
Linus Heckemann
5a5898a630 Merge pull request #58248 from mayflower/netperf-fix
netperf: remove libsmbios on non-x86
2019-04-07 09:27:13 +02:00
worldofpeace
09286ef240 Merge pull request #59095 from dtzWill/update/youtube-dl-2019-04-07
youtube-dl: 2019.04.01 -> 2019.04.07
2019-04-07 02:28:35 -04:00
Will Dietz
0f620ef43a youtube-dl: 2019.04.01 -> 2019.04.07 2019-04-07 00:52:25 -05:00
Austin Seipp
12db6c18f9 cryptol: fix, rework cryptol 2.6.0 builds
- The previous build of Cryptol was broken on GHC 8.6.x, which is now the
  new default. That's been fixed with a few upstream patches that will come
  up whenever the next release happens.

  - There was also a build failure on base-compat, fixed by jailbreaking.

  - The previous setup had all-packages.nix creating a new derivation
  solely for the purpose of wrapping the Z3 binary. This has been removed:
  the wrapper is still added but during the Haskell build itself, so that
  all Haskell dependent packages can use the cryptol interpreters too.

  - In its place, we use justStaticExecutables, so people using nix-env
  and Cryptol users who *don't* need haskell dependencies can get much
  smaller closures. Obviously this still implies a second build, but
  this build is much more useful than one that merely adds a shell
  script to a package that's relatively expensive to compile...

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-07 00:45:22 -05:00
worldofpeace
536c72a62b pantheon.elementary-greeter: hardcode elementary theme
For some reason correcting the path to the settings daemon
causes the icons to not be the elementary one's.

Hardcoding this fixes this very simply without
the need for the complicated wrapping.
2019-04-06 21:08:29 -04:00
worldofpeace
c2ac422d40 pantheon.elementary-greeter: correct substituteAll 2019-04-06 21:08:29 -04:00
Tim Steinbach
3e6b38ebc8 oh-my-zsh: Add update script 2019-04-06 19:47:08 -04:00
Tim Steinbach
cce486838b update-source-version: Fixes, add --ignore-same-hash
--ignore-same-hash allows ignoring if the same has is used.
This gives the ability to run update-source-version multiple times to
change multiple keys.

Fix version-key, which was not being used to determine the oldVersion
variable.

If $attr.src.drvAttrs.urls is not found, look for
$attr.src.drvAttrs.url since it is being used like that in fetchgit
2019-04-06 19:47:08 -04:00
Tim Steinbach
b248553282 oh-my-zsh: 2019-01-15 -> 2019-04-04 2019-04-06 19:47:08 -04:00
Tim Steinbach
4f02088386 oh-my-zsh: Move rev outside src
This will allow it to work with the update script
2019-04-06 19:47:08 -04:00
worldofpeace
a4ca883c5d Merge pull request #52209 from r-ryantm/auto-update/libmediainfo
libmediainfo: 18.08.1 -> 18.12
2019-04-06 18:56:06 -04:00
Elis Hirwing
2c1a7ed331 Merge pull request #59079 from dtzWill/update/php-2019-04-04
php7{1,2,3}: bump for "security release"
2019-04-07 00:27:17 +02:00
worldofpeace
50985b4045 Merge pull request #58830 from r-ryantm/auto-update/python3.7-pyscard
python37Packages.pyscard: 1.9.7 -> 1.9.8
2019-04-06 18:04:06 -04:00
worldofpeace
f26e88df7a pythonPackages.pyscard: fix darwin tests 2019-04-06 18:03:28 -04:00
Timo Kaufmann
ceede33ddf python.pkgs.cypari2: 2.0.3 -> 2.1.0 (#59085) 2019-04-06 21:46:13 +00:00
Vladyslav M
203d0ff1c8 Merge pull request #58751 from r-ryantm/auto-update/playerctl
playerctl: 2.0.1 -> 2.0.2
2019-04-06 23:17:49 +03:00
Jan Tojnar
566d4d934a Revert "meld: 3.20.0 -> 3.20.1"
This reverts commit c7990f8add.
2019-04-06 21:58:44 +02:00
Tim Steinbach
6a9a87c988 jenkins: Improve update.sh
Auto-commit and only run if nixpkgs version is old
2019-04-06 15:26:19 -04:00
Tim Steinbach
34a64378b9 spotify: Typo in update.sh 2019-04-06 15:26:19 -04:00
Tim Steinbach
e9994af108 jenkins: 2.150.1 -> 2.164.1 2019-04-06 15:26:16 -04:00
Léo Gaspard
07fdcb348f Merge pull request #59056 from aanderse/mod_php-sendmail
nixos/httpd: replace ssmtp with system-sendmail
2019-04-06 20:57:58 +02:00
Tim Steinbach
714d9130bc zoom-us: Update script to commit 2019-04-06 13:32:02 -04:00
lewo
79016d9f40 Merge pull request #58732 from r-ryantm/auto-update/open-vm-tools
open-vm-tools: 10.3.5 -> 10.3.10
2019-04-06 19:29:35 +02:00
lewo
aa5c3b0e7d Merge pull request #58722 from r-ryantm/auto-update/meld
meld: 3.20.0 -> 3.20.1
2019-04-06 19:27:38 +02:00
lewo
0b1480608f Merge pull request #58759 from r-ryantm/auto-update/pspg
pspg: 1.6.3 -> 1.6.4
2019-04-06 19:25:24 +02:00
lewo
604e019b57 Merge pull request #58760 from r-ryantm/auto-update/pure-ftpd
pure-ftpd: 1.0.47 -> 1.0.48
2019-04-06 19:24:18 +02:00
Tim Steinbach
ea87db2153 spotify: 1.0.96.181.gf6bc1b6b-12 -> 1.1.0.237.g378f6f25-11 2019-04-06 13:13:20 -04:00
Tim Steinbach
e1ae597343 vivaldi: Replace tabs with spaces in updater script 2019-04-06 13:13:20 -04:00
Tim Steinbach
55fa3c1180 spotify: Auto-commit on update
Also, replace tabs with spaces
2019-04-06 13:13:20 -04:00
Pascal Wittmann
6bccbe6372 Merge pull request #59058 from NixOS/update-zim
zim: 0.69.1 -> 0.70
2019-04-06 19:10:12 +02:00
lewo
a8beff987d Merge pull request #58350 from xtruder/pkgs/dockerTools/storePathToLayer/runtimeShell
dockerTools: storePathToLayer use runtimeShell in script
2019-04-06 19:01:19 +02:00
239
b3e40328f5 vivaldi: 2.3.1440.60-1 -> 2.4.1488.36-1 2019-04-06 17:00:11 +00:00
Tim Steinbach
eedb7e7ec6 linux: 5.0.6 -> 5.0.7 2019-04-06 12:54:45 -04:00
Tim Steinbach
21373e9c6f linux: 4.9.167 -> 4.9.168 2019-04-06 12:52:12 -04:00
Tim Steinbach
c45589b0bb linux: 4.19.33 -> 4.19.34 2019-04-06 12:52:04 -04:00
Tim Steinbach
b60ce2e638 linux: 4.14.110 -> 4.14.111 2019-04-06 12:51:53 -04:00
Tim Steinbach
4d2c4387cc linux: Update script commit 2019-04-06 12:51:14 -04:00
Pascal Wittmann
d5934d3dfc zim: 0.69.1 -> 0.70 2019-04-06 18:06:36 +02:00