eventstore: 5.0.5 -> 5.0.6

This commit is contained in:
R. RyanTM 2020-02-23 11:06:36 +00:00 committed by Jon
parent 9090ce676b
commit 2b337d2778

View file

@ -16,13 +16,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "EventStore"; pname = "EventStore";
version = "5.0.5"; version = "5.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "EventStore"; owner = "EventStore";
repo = "EventStore"; repo = "EventStore";
rev = "oss-v${version}"; rev = "oss-v${version}";
sha256 = "0cnpw24fvnj0q644p9jlijcqz6bxi61g0b59g52d3qxfydr0lgs0"; sha256 = "0jlyyqs1z2xrw0dkai2k2zr3dsdbdsvmhx81qa92k7ga9hv04sqj";
}; };
buildInputs = [ buildInputs = [
@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = https://geteventstore.com/; homepage = "https://geteventstore.com/";
description = "Event sourcing database with processing logic in JavaScript"; description = "Event sourcing database with processing logic in JavaScript";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ puffnfresh ]; maintainers = with stdenv.lib.maintainers; [ puffnfresh ];