mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
eventstore: 5.0.0 -> 5.0.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/eventstore/versions
This commit is contained in:
parent
53328909da
commit
e691679e63
@ -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…
Reference in New Issue
Block a user