1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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