eventstore: 5.0.6 -> 5.0.7
This commit is contained in:
parent
93144e0f4a
commit
2fe09ed2bf
@ -16,13 +16,13 @@ in
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "EventStore";
|
pname = "EventStore";
|
||||||
version = "5.0.6";
|
version = "5.0.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "EventStore";
|
owner = "EventStore";
|
||||||
repo = "EventStore";
|
repo = "EventStore";
|
||||||
rev = "oss-v${version}";
|
rev = "oss-v${version}";
|
||||||
sha256 = "0jlyyqs1z2xrw0dkai2k2zr3dsdbdsvmhx81qa92k7ga9hv04sqj";
|
sha256 = "0yvprql73g4lc88b6kp1kk8h64az2hn4am5hc4gyiaxfavaww3ci";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user