about summary refs log tree commit diff
path: root/pkgs/servers/nosql
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 01:37:48 -0700
committerobadz <obadz-git@obadz.com>2018-03-21 23:05:10 +0000
commit77e995d4b58dae28363d33503349dd4e3c880318 (patch)
treeab4dadfb27ac50ae70b29f90e9fe9dcce93bd0be /pkgs/servers/nosql
parentb88c079c3a074567aa19d8eb378b03986beea1e5 (diff)
downloadnixlib-77e995d4b58dae28363d33503349dd4e3c880318.tar
nixlib-77e995d4b58dae28363d33503349dd4e3c880318.tar.gz
nixlib-77e995d4b58dae28363d33503349dd4e3c880318.tar.bz2
nixlib-77e995d4b58dae28363d33503349dd4e3c880318.tar.lz
nixlib-77e995d4b58dae28363d33503349dd4e3c880318.tar.xz
nixlib-77e995d4b58dae28363d33503349dd4e3c880318.tar.zst
nixlib-77e995d4b58dae28363d33503349dd4e3c880318.zip
eventstore: 4.0.3 -> 4.1.0
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
Diffstat (limited to 'pkgs/servers/nosql')
-rw-r--r--pkgs/servers/nosql/eventstore/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nosql/eventstore/default.nix b/pkgs/servers/nosql/eventstore/default.nix
index e6bf634b554c..3ec00dfa16e7 100644
--- a/pkgs/servers/nosql/eventstore/default.nix
+++ b/pkgs/servers/nosql/eventstore/default.nix
@@ -5,12 +5,12 @@
 
 stdenv.mkDerivation rec {
   name = "EventStore-${version}";
-  version = "4.0.3";
+  version = "4.1.0";
   src = fetchFromGitHub {
     owner  = "EventStore";
     repo   = "EventStore";
     rev    = "oss-v${version}";
-    sha256 = "1905bnqyyiqprva67cp49rgib324iipw2l71jzj0ynzi7kxr4mgg";
+    sha256 = "0mvjz327kfg157fwvy8xkkf5h0g3v373pfwr70cslsy96n45jp10";
   };
 
   buildPhase = ''