Commit Graph
176030 Commits
Author SHA1 Message Date
Bas van DijkandJean-Baptiste Giraudeau a59c92903e nixos/prometheus: use ExecStart instead of a shell script
This uses fewer lines of code and one less process.
2019-04-08 14:59:12 +02:00
Maximilian BoschandGitHub d190794b4a Merge pull request #59174 from dhl/dhl/development/tools/aws-sam-cli
aws-sam-cli: 0.5.0 -> 0.14.2
2019-04-08 14:38:10 +02:00
Jean-Baptiste Giraudeau 670359e8da Expose prometheus generic builder.
So that people can easily try newer prometheus version
 in overlays:

 self: super: {
   prometheus_2 = (super.callPackage <nixpkgs/pkgs/servers/monitoring/prometheus> {}).generic {
     version = "2.8.1";
     sha256 = "0x8w0qdh4lcf19nmdlhvgzpy08c2a932d3k49cjwhi5npcsf858n";
     doCheck = false;
   };
 }
2019-04-08 14:02:31 +02:00
markuskowaandGitHub 6b682c001d Merge pull request #58792 from markuskowa/upd-mpi4py
pythonPackages.mpi4py: 3.0.0 -> 3.0.1
2019-04-08 13:57:09 +02:00
Elis HirwingandGitHub 6a384a5bc3 Merge pull request #59075 from dtzWill/update/php-apcu
phpPackages.apcu{,_bc}: minor updates
2019-04-08 13:56:54 +02:00
Markus Kowalewski adbf19a9bd pythonPackages.h5py: add ssh to checkInputs
ssh is required in the checkPhase by openmpi
2019-04-08 13:39:40 +02:00
Markus Kowalewski b09c98b4aa pythonPackages.mpi4py: 3.0.0 -> 3.0.1 2019-04-08 12:56:21 +02:00
R. RyanTMandxeji 4538f9ee3f flatpak: 1.2.3 -> 1.2.4 (#58671)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak/versions
2019-04-08 12:39:13 +02:00
Daniel FabianandDany Fabian 84ff0956a8 grub: Add support for gfxpayload in grub. Needed for NVIDIA drivers before KMS, afaik 2019-04-08 11:34:39 +01:00
Nick Novitskiandxeji 33870626e6 govc: 0.16.0 -> 0.20.0 (#58986) 2019-04-08 12:26:39 +02:00
R. RyanTMandxeji 3262558303 pngout: 20130221 -> 20150319 (#58752)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pngout/versions
2019-04-08 12:25:53 +02:00
Manuel Mendezandxeji 54fe047800 netperf: 20180504 -> 20180613 (#59011)
netperf: 20180504 -> 20180613
2019-04-08 12:20:37 +02:00
David Leung e5c07b8754 aws-sam-cli: 0.5.0 -> 0.14.2 2019-04-08 18:16:39 +08:00
Christian Kauhausandxeji 2d2de77566 vulnix: 1.8.0 -> 1.8.1 (#59149) 2019-04-08 12:06:17 +02:00
Mathieu Boespflugandzimbatm 1fa743f927 google-cloud-sdk: 222.0.0 -> 241.0.0 (#59129) 2019-04-08 11:21:13 +02:00
Alexey Shmalko 84a8bad00c melpa-stable-packages: 2019-04-08 2019-04-08 12:20:25 +03:00
worldofpeaceandGitHub 0100fe974f Merge pull request #59072 from dhl/pythonPackages.serverlessrepo
pythonPackages.serverlessrepo: init at 0.1.8
2019-04-08 04:43:38 -04:00
Alexey Shmalko 5c8d0fe4b5 elpa-packages: 2019-04-08 2019-04-08 11:26:33 +03:00
Alexey Shmalko 3eafca2f9f melpa-packages: 2019-04-08 2019-04-08 11:18:24 +03:00
Victor SENE 60b4ba1ecc jackett: 0.10.846 -> 0.11.170 2019-04-08 10:14:19 +02:00
Matthias Beyer 89c813c34e fltrdr: 0.1.1 -> 0.2.1
This adds also the new dependency "icu"

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-08 10:13:47 +02:00
Matthias Beyer 19a3abc1b8 wordgrinder: 0.7.1 -> 0.7.2 2019-04-08 10:13:47 +02:00
Matthias Beyer 514d9aa109 cli-visualizer: 1.7 -> 1.8 2019-04-08 10:13:47 +02:00
Matthias Beyer c888f6f2e8 pipes: 1.2.0 -> 1.3.0 2019-04-08 10:13:46 +02:00
Maximilian BoschandGitHub 5553fcf950 Merge pull request #58899 from r-ryantm/auto-update/teamviewer
teamviewer: 14.1.3399 -> 14.2.2558
2019-04-08 10:07:16 +02:00
Aneesh Agrawalandxeji 24ae4ae604 nixos/sshd: Remove obsolete Protocol options (#59136)
OpenSSH removed server side support for the v.1 Protocol
in version 7.4: https://www.openssh.com/txt/release-7.4,
making this option a no-op.
2019-04-08 09:49:31 +02:00
David Leung 0d1ec03d1a pythonPackages.serverlessrepo: init at 0.1.8
A Python library with convenience helpers for working with the AWS Serverless
Application Repository.
2019-04-08 15:23:26 +08:00
Gabriel EbnerandGitHub 20ff71b4bf Merge pull request #59010 from loewenheim/vdirsyncer-stable
vdirsyncerStable: init at 0.16.7
2019-04-08 09:07:31 +02:00
worldofpeaceandGitHub fa7587456b Merge pull request #59089 from dhl/dhl/python-modules/aws-lambda-builders
pythonPackages.aws-lambda-builders: init at 0.2.1
2019-04-08 02:42:40 -04:00
Austin Seipp 8ace9e6a44 pmdk: init at 1.6
Intel is finally shipping real persistent memory, now that Optane DCPMMs
are available with Cascade Lake processors. Therefore, programmers need
a persistent memory programming API!

In particular, pmdk is needed for QEMU features relating to persistent
memory: by enabling pmdk as a dependency of QEMU, you can proxy NVDIMMs
from the host system to virtual machines with the exact same consistency
guarantees. (In the normal case, these host NVDIMMs can be used as a
backend device for DAX-enabled filesystems, and the persistent memory
given to the virtual machine can be represeted as objects in the
filesystem, allowing granular distribution of non-volatile memory to
clients.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-08 01:42:26 -05:00
Austin Seipp 7fd1250b80 libndctl: 63 -> 64.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-08 01:42:26 -05:00
David Leung 6663765dbb pythonPackages.aws-lambda-builders: init at 0.2.1 2019-04-08 14:30:54 +08:00
worldofpeaceandGitHub 00684128ea Merge pull request #59038 from romildo/upd.deepin.dde-network-utils
deepin.dde-network-utils: init at 0.1.2
2019-04-08 02:03:43 -04:00
worldofpeace eab07dbd65 sequeler: add pantheon maintainers 2019-04-08 01:44:06 -04:00
worldofpeaceandGitHub 2e7cb730ac Merge pull request #59088 from dhl/dhl/python-modules/chevron
pythonPackages.chevron: init at 0.13.1
2019-04-08 01:24:39 -04:00
David Leung 7033cf04dd pythonPackages.chevron: init at 0.13.1
A Python implementation of mustache
2019-04-08 13:19:01 +08:00
Ryan MulliganandGitHub ab4a188981 Merge pull request #58876 from r-ryantm/auto-update/salt
salt: 2018.3.2 -> 2019.2.0
2019-04-07 21:59:59 -07:00
Peter HoegandGitHub f68549c338 Merge pull request #57946 from bricewge/tomb-2.5-no-gpg-symlink
tomb: remove gpg symlink
2019-04-08 11:52:35 +08:00
Matthew BauerandGitHub 33a259a11b Merge pull request #59138 from NixOS/writeTextFile-fix-comment
trivial-builders: Fix outdated comment on writeTextFile
2019-04-07 22:16:45 -04:00
Ryan MulliganandGitHub 70723a9167 Merge pull request #58442 from teto/fcitx_bump
fcitx: 4.2.9.5 -> 4.2.9.6
2019-04-07 19:09:10 -07:00
Ryan MulliganandGitHub 4819c7d8f1 Merge pull request #56464 from Izorkin/ejabberd
ejabberd: 18.12.1 -> 19.02
2019-04-07 17:47:48 -07:00
Ryan MulliganandGitHub c2a27c27c0 Merge pull request #58008 from r-ryantm/auto-update/babl
babl: 0.1.60 -> 0.1.62
2019-04-07 17:36:55 -07:00
Ryan MulliganandGitHub 12bb60fc18 Merge pull request #58643 from andrewchambers/fix-license
vo-amrwbenc: Fix an incorrect license.
2019-04-07 17:22:10 -07:00
Samuel Dionne-RielandGitHub 40d59c6e8e Merge pull request #58976 from gilligan/remove-nodejs6
Remove nodejs-6_x which is about to enter EOL
2019-04-07 19:49:24 -04:00
Ryan MulliganandGitHub 096603c68a Merge pull request #58703 from r-ryantm/auto-update/leatherman
leatherman: 1.5.4 -> 1.6.0
2019-04-07 16:40:41 -07:00
worldofpeaceandGitHub 0cc6d0b390 Merge pull request #58862 from r-ryantm/auto-update/quota
linuxquota: 4.04 -> 4.05
2019-04-07 19:37:08 -04:00
worldofpeaceandGitHub 281211f42f Merge pull request #57478 from r-ryantm/auto-update/rtv
rtv: 1.25.1 -> 1.26.0
2019-04-07 19:32:34 -04:00
worldofpeaceandGitHub 76c80bfbfe Merge pull request #58762 from r-ryantm/auto-update/pwndbg
pwndbg: 2018.07.29 -> 2019.01.25
2019-04-07 19:28:54 -04:00
Niklas Hambüchen c4c2aa6586 trivial-builders: Fix outdated comment on writeTextFile 2019-04-08 01:12:50 +02:00
Florian KlinkandGitHub c7eb9c1123 Merge pull request #59137 from aneeshusa/remove-pybcrypt
pybcrypt: remove old and insecure package
2019-04-08 01:01:01 +02:00