Merge pull request #65903 from r-ryantm/auto-update/EventStore
eventstore: 5.0.0 -> 5.0.2
This commit is contained in:
commit
0c2b9e6eac
@ -16,13 +16,13 @@ in
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "EventStore-${version}";
|
name = "EventStore-${version}";
|
||||||
version = "5.0.0";
|
version = "5.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "EventStore";
|
owner = "EventStore";
|
||||||
repo = "EventStore";
|
repo = "EventStore";
|
||||||
rev = "oss-v${version}";
|
rev = "oss-v${version}";
|
||||||
sha256 = "1qdnkaxiryyz8yhwqncmshsg8wi4v69dcxnvgvl4hn81zsj6fasw";
|
sha256 = "0hjc64lmi9x1sq8zk24iag14k424l72g1n4z7wf7gaygd07kx9k8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user