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

nats-server: 2.4.0 -> 2.5.0
This commit is contained in:
Bobby Rong
2021-09-15 09:59:28 +08:00
committed by GitHub
+2 -2
View File
@@ -4,7 +4,7 @@ with lib;
buildGoPackage rec {
pname = "nats-server";
version = "2.4.0";
version = "2.5.0";
goPackagePath = "github.com/nats-io/${pname}";
@@ -12,7 +12,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "nats-io";
repo = pname;
sha256 = "sha256-v758qj1dy8zh3zfZxKkKALxZqNAxc1XdtTW4dxU4l5A=";
sha256 = "sha256-q6TgRbIorOL9ZSLdjAbqbwY60XJ2cZhxUHMrzGGZG8I=";
};
meta = {