summary refs log tree commit diff
path: root/pkgs/servers/nosql/eventstore
Commit message (Collapse)AuthorAge
* eventstore: 4.1.1 -> 5.0.0 (#58774)betaboon2019-04-27
|
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* eventstore: 4.1.0 -> 4.1.1 (#40112)R. RyanTM2018-05-22
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/EventStore/versions. These checks were done: - built on NixOS - ran ‘/nix/store/sv7b0cs1a4vhh5zs4a0ync4rhs0az7gi-EventStore-4.1.1/bin/clusternode -h’ got 0 exit code - ran ‘/nix/store/sv7b0cs1a4vhh5zs4a0ync4rhs0az7gi-EventStore-4.1.1/bin/clusternode --help’ got 0 exit code - found 4.1.1 with grep in /nix/store/sv7b0cs1a4vhh5zs4a0ync4rhs0az7gi-EventStore-4.1.1 - directory tree listing: https://gist.github.com/952ce30807022dab867694094dd49497
* eventstore: 4.0.3 -> 4.1.0Ryan Mulligan2018-03-21
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0/bin/clusternode -h` got 0 exit code - ran `/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0/bin/clusternode --help` got 0 exit code - ran `/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0/bin/clusternode help` got 0 exit code - ran `/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0/bin/clusternode --version` and found version 4.1.0 - ran `/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0/bin/clusternode version` and found version 4.1.0 - ran `/nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0/bin/clusternode help` and found version 4.1.0 - found 4.1.0 with grep in /nix/store/8z6xvzan192jya1l1cqfrzfzqrqnfw33-EventStore-4.1.0 - directory tree listing: https://gist.github.com/aeb82087f0c9c92394ee5d61f1f4bf3b
* eventstore: 3.5.0 -> 4.0.3Stefan Siegl2017-10-09
| | | | ... and use recent V8 version.
* /bin/sh -> ${stdenv.shell}rht2017-04-30
|
* eventstore: 3.0.3 -> 3.5.0Brian McKenna2016-03-09
|
* eventstore: fix source hash (close #11732)Eric Sagnes2015-12-18
|
* Fixed some descriptionsPascal Wittmann2015-06-29
|
* Fix Hydra build of EventStoreBrian McKenna2015-05-10
| | | | Need to patch the build.sh shebang to make it pure.
* Add EventStore packageBrian McKenna2015-05-09
This turns the V8 expression into a generic build, so that we can build with the required version.