Commit Graph

134355 Commits

Author SHA1 Message Date
Austin Seipp
ebbf7078e2 nixpkgs: remove ancient 'classpath' package
This is the only package that still needs ECJ and has no dependencies.
It's ancient and unmaintained and should just be removed.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
f71b066d60 nixpkgs: remove all Java 9 expressions
Java 9 is EOL, and we no longer need it with JDK 10 builds bootstrapped via JDK
10.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
0d04d01021 openjdk10: add new bootstrap minimal binary packages
JDK 10 can only be bootstrapped by version 9 or 10, but we want to
now get rid of version 9.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
da9fba1a54 openjdk10: do not remove libawt in the minimal config variant
This is now required to build JDK 10 with JDK 10, so we're a bit
stuck on this one.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
bdb531f6af openjdk/bootstrap: add zlib to bootstrap JDK RPATH
./bin/java now apparently requires zlib.so, otherwise the whole
thing is busted. This is even required in the minimal configuration.

Unfortunately this impiles a rebuild of *all* OpenJDK packages and
their downstream dependencies.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
zimbatm
5f7cad19a8 terraform: update plugins 2018-04-01 20:44:41 +01:00
zimbatm
4009338ff9 terraform_0_11: 0.11.4 -> 0.11.5 2018-04-01 20:44:40 +01:00
Robert Schütz
7513208cd3 borgbackup: 1.1.4 -> 1.1.5 2018-04-01 18:44:53 +02:00
Robert Schütz
fbd70f4f21 seafile-client: add dotlambda as maintainer 2018-04-01 18:43:54 +02:00
R. RyanTM
25540a5a2c seafile-client: 6.1.6 -> 6.1.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/seafile-client/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 6.1.7 with grep in /nix/store/a366qmps5kxnbp50jw7hyyxx2bizakyl-seafile-client-6.1.7
- directory tree listing: https://gist.github.com/add05f4339b66469b6acbaad439c677f
2018-04-01 18:43:54 +02:00
R. RyanTM
05ff2aa736 abcmidi: 2018.03.08 -> 2018.03.21
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/abcMIDI/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/abc2midi -h` got 0 exit code
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/midi2abc -h` got 0 exit code
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/midi2abc --help` got 0 exit code
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/abc2abc -h` got 0 exit code
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/mftext -h` got 0 exit code
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/mftext --help` got 0 exit code
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/mftext help` got 0 exit code
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/mftext -V` and found version 2018.03.21
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/mftext -v` and found version 2018.03.21
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/mftext --version` and found version 2018.03.21
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/mftext -h` and found version 2018.03.21
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/mftext --help` and found version 2018.03.21
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/yaps -h` got 0 exit code
- ran `/nix/store/21xl9z5m4rag6rhc5jhy3ik15vdzj8dd-abcMIDI-2018.03.21/bin/abcmatch -h` got 0 exit code
- directory tree listing: https://gist.github.com/4a5c8556345e7bb0a99964ec83e3384b
2018-04-01 18:28:03 +02:00
Robin Gloster
5b01b0d316
buildGoPackage: default to 1.10 (default go version)
This otherwise sometimes caused go builds to fail that were trying to
build C ffi code.

(expected type uint32, got type uint32 or similar)
2018-04-01 17:28:59 +02:00
adisbladis
ce0dab5be2
Merge pull request #38271 from r-ryantm/auto-update/anki
anki: 2.0.50 -> 2.0.51
2018-04-01 23:18:14 +08:00
adisbladis
4df450ef28
Merge pull request #38275 from MikePlayle/master
libamqpcpp: 2.7.4 -> 3.0.0
2018-04-01 23:16:21 +08:00
Peter Simons
6e3cb231e6 haskell-hledger: update post-install hooks for the new documentation scheme 2018-04-01 16:56:54 +02:00
Peter Simons
d265fc7274 haskell-brick: update override for ghc 8.4.x 2018-04-01 16:56:54 +02:00
Peter Simons
932a07340c haskell-data-inttrie: use latest version for ghc 8.4.x 2018-04-01 16:56:54 +02:00
Peter Simons
7035e0345a hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-3-g5b271ab from Hackage revision
1d76c4d88c.
2018-04-01 16:56:54 +02:00
R. RyanTM
9a9c857c27 byobu: 5.124 -> 5.125
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/byobu/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-ctrl-a -h` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-ctrl-a --help` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-keybindings -h` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-keybindings --help` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-keybindings help` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-launch -h` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-launch --help` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-launch help` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status -h` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status --help` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status help` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status-detail -h` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status-detail --help` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status-detail help` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status-detail -V` and found version 5.125
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status-detail -v` and found version 5.125
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status-detail --version` and found version 5.125
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status-detail version` and found version 5.125
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status-detail -h` and found version 5.125
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status-detail --help` and found version 5.125
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-status-detail help` and found version 5.125
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-ugraph -h` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-ugraph --help` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-ugraph version` and found version 5.125
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-ugraph -h` and found version 5.125
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-ugraph --help` and found version 5.125
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-ulevel -h` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-ulevel --help` got 0 exit code
- ran `/nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125/bin/byobu-ulevel --help` and found version 5.125
- found 5.125 with grep in /nix/store/8i4i0fbhavhgzjd5jpcl7mafg60sxy46-byobu-5.125
- directory tree listing: https://gist.github.com/4f031bcb114e255a50f875c9a2d8221c
2018-04-01 15:47:03 +02:00
R. RyanTM
af598b5b87 lttng-tools: 2.10.2 -> 2.10.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/lttng-tools/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng -V` and found version 2.10.3
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng --version` and found version 2.10.3
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng version` and found version 2.10.3
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng-crash -V` and found version 2.10.3
- ran `/nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3/bin/lttng-crash --version` and found version 2.10.3
- found 2.10.3 with grep in /nix/store/jfs54222qa6kkqs2vnf54p48ar94h6r1-lttng-tools-2.10.3
- directory tree listing: https://gist.github.com/bf4b92fc08881141af11b0444ed15630
2018-04-01 15:12:30 +02:00
adisbladis
a052328aac
Merge pull request #38279 from r-ryantm/auto-update/binaryen
binaryen: 44 -> 45
2018-04-01 20:57:30 +08:00
adisbladis
04fa0ded14
Merge pull request #38296 from r-ryantm/auto-update/debootstrap
debootstrap: 1.0.93 -> 1.0.95
2018-04-01 20:51:01 +08:00
Michael Raskin
c75f689f7a
Merge pull request #38262 from r-ryantm/auto-update/bftpd
bftpd: 4.8 -> 4.9
2018-04-01 11:47:34 +00:00
Michael Raskin
652bcb3447
Merge pull request #38281 from r-ryantm/auto-update/sysdig
linuxPackages.sysdig: 0.20.0 -> 0.21.0
2018-04-01 11:45:55 +00:00
Sébastien Maccagnoni
e8ad790710 nodePackages vue-cli: init at 2.9.3 (#36391) 2018-04-01 12:41:31 +01:00
Sébastien Maccagnoni
4e6b166b50 curaByDagoma: init at 1520506579 (#38075)
Allow NixOS users and Dagoma 3D printer owners to slice 3D images for
their printer
2018-04-01 12:33:55 +01:00
R. RyanTM
ff900a91a6 debootstrap: 1.0.93 -> 1.0.95
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/debootstrap/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/k3qs3yxhsnx6l1iczi380bmls1mlbxaq-debootstrap-1.0.95/bin/debootstrap --help` got 0 exit code
- found 1.0.95 with grep in /nix/store/k3qs3yxhsnx6l1iczi380bmls1mlbxaq-debootstrap-1.0.95
- directory tree listing: https://gist.github.com/7983943ad2e8485325712bd046091536
2018-04-01 04:00:43 -07:00
Peter Simons
70ddb32cab Revert "Haskell: free-4.12.4 for ghc-7.10.x"
This reverts commit e419e98a24c2bb7458dd630bad0c224bab468351. It turns out the
older version is no longer required after all.
2018-04-01 11:45:44 +02:00
Robert Schütz
dd7900a043
Merge pull request #38245 from xeji/p/imbalanced-learn
pythonPackages.imbalanced-learn: 0.3.2 -> 0.3.3, fix build
2018-04-01 11:11:11 +02:00
Robert Schütz
7b36145e7c
Merge pull request #38220 from jluttine/magic-wormhole-as-application
magic-wormhole: make available as an application
2018-04-01 11:05:09 +02:00
Vladimír Čunát
366ae3dfe0
knot-resolver: fix /bin/sh impurity
Manifestation in this case: ./scripts/embed-lua.sh: line 4: alias: not found
2018-04-01 10:53:18 +02:00
Peter Simons
32a98a635a
Merge pull request #38287 from ElvishJerricco/free-4.12.4-ghc-7.10
Haskell: free-4.12.4 for ghc-7.10.x
2018-04-01 10:09:57 +02:00
Will Fancher
e419e98a24 Haskell: free-4.12.4 for ghc-7.10.x 2018-04-01 03:52:32 -04:00
Daiderd Jordan
7a33e5727b
Merge pull request #38157 from aperiodic/gflags-darwin-fix
gflags: fix build on case-insensitive filesystems
2018-04-01 09:23:43 +02:00
lewo
4a6d6373c8
Merge pull request #37377 from guibou/guibou_add_gcompris
Add `gcompris` educational package
2018-04-01 09:14:24 +02:00
Johannes Lötzsch
2e566aaf95 monitoring-plugins: fix typo in meta (#38259) 2018-04-01 08:06:23 +02:00
Jaakko Luttinen
7f291f8b65
magic-wormhole: make available as an application 2018-04-01 09:00:16 +03:00
Mathis Antony
25b3d27257 nmon: init at 16g 2018-04-01 00:45:56 -05:00
R. RyanTM
af0415089d linuxPackages.sysdig: 0.20.0 -> 0.21.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/sysdig/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/sysdig -h` got 0 exit code
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/sysdig --help` got 0 exit code
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/sysdig help` got 0 exit code
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/sysdig --version` and found version 0.21.0
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/sysdig -h` and found version 0.21.0
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/sysdig --help` and found version 0.21.0
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig -h` got 0 exit code
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig --help` got 0 exit code
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig help` got 0 exit code
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig -V` and found version 0.21.0
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig -v` and found version 0.21.0
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig --version` and found version 0.21.0
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig -h` and found version 0.21.0
- ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig --help` and found version 0.21.0
- found 0.21.0 with grep in /nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0
- directory tree listing: https://gist.github.com/90f767f238a59aa31ac34058784510d7
2018-03-31 21:48:42 -07:00
Matthew Justin Bauer
f07348890d
melpa: Remove ess-R-object-popup (again) 2018-03-31 22:55:53 -05:00
Matthew Justin Bauer
b2d0c46e4b
melpa: Remove ess-R-object-popup 2018-03-31 22:55:25 -05:00
R. RyanTM
942edf52a0 binaryen: 44 -> 45
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/binaryen/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-shell -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-shell --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-opt -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-opt --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-merge -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-merge --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-metadce -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-metadce --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/asm2wasm -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/asm2wasm --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm2asm -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm2asm --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/s2wasm -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/s2wasm --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-emscripten-finalize -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-emscripten-finalize --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-as -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-as --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-dis -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-dis --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-ctor-eval -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-ctor-eval --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-reduce -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-reduce --help` got 0 exit code
- found 45 with grep in /nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45
- directory tree listing: https://gist.github.com/d46c9206b6d0b68c0f9dcc3bf83b6540
2018-03-31 18:35:15 -07:00
Shea Levy
29d739a86a
copy-tarballs.pl: Set the right ACL for new keys. 2018-03-31 21:06:41 -04:00
Mike Playle
4247776e08 libamqpcpp: 2.7.4 -> 3.0.0 2018-04-01 01:52:55 +01:00
Matthew Justin Bauer
fbcb6999ef
Merge pull request #38006 from ryantm/auto-update/chirp-daily
chirp: 20170714 -> 20180325
2018-03-31 19:32:15 -05:00
Matthew Justin Bauer
6fe3202854
Merge pull request #38036 from romildo/upd.materia
materia-theme: 20180110 -> 20180321
2018-03-31 19:31:50 -05:00
Matthew Justin Bauer
d8e1a52326
Merge pull request #37797 from bhmiller/master
pants: 1.3.0 -> 1.4.0
2018-03-31 19:30:26 -05:00
Matthew Justin Bauer
651f6bfd2f
Merge pull request #38102 from ryantm/auto-update/checkbashisms
checkbashism: 2.0.0.2 -> 2.18.1
2018-03-31 19:29:45 -05:00
Matthew Justin Bauer
a881908aad
Merge pull request #37873 from goertzenator/fix/spideroak710
spideraok: 7.0.1 -> 7.1.0
2018-03-31 19:28:57 -05:00
Matthew Justin Bauer
efccd6c058
Merge pull request #37887 from j0xaf/slack-3.0.5-to-3.1.0
slack: 3.0.5 -> 3.1.0
2018-03-31 19:28:36 -05:00