Merge pull request #144479 from r-ryantm/auto-update/nats-streaming-server

nats-streaming-server: 0.22.1 -> 0.23.0
This commit is contained in:
Bobby Rong 2022-01-16 16:39:36 +08:00 committed by GitHub
commit 57a7a38fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@ with lib;
buildGoPackage rec {
pname = "nats-streaming-server";
version = "0.22.1";
version = "0.23.0";
goPackagePath = "github.com/nats-io/${pname}";
src = fetchFromGitHub {
rev = "v${version}";
owner = "nats-io";
repo = pname;
sha256 = "sha256-VdYyui0fyoNf1q3M1xTg/UMlxIFABqAbqQaD0bLpKCY=";
sha256 = "sha256-Uol1A4+0V4dUQ7Qw0qRUWHzFBugVDYSulDGTJZ4a+ts=";
};
meta = {