eventstore: 5.0.7 -> 5.0.8

This commit is contained in:
R. RyanTM 2020-04-05 12:39:05 +00:00 committed by Frederik Rietdijk
parent d092232a91
commit 40886adad8

View File

@ -16,13 +16,13 @@ in
stdenv.mkDerivation rec {
pname = "EventStore";
version = "5.0.7";
version = "5.0.8";
src = fetchFromGitHub {
owner = "EventStore";
repo = "EventStore";
rev = "oss-v${version}";
sha256 = "0yvprql73g4lc88b6kp1kk8h64az2hn4am5hc4gyiaxfavaww3ci";
sha256 = "021m610gzmrp2drywl1q3y6xxpy4qayn580d855ag952z9s6w9nj";
};
buildInputs = [