Merge pull request #82864 from r-ryantm/auto-update/EventStore

eventstore: 5.0.6 -> 5.0.7
This commit is contained in:
Mario Rodas 2020-03-20 06:26:53 -05:00 committed by GitHub
commit ecce3a7bc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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