nats-server: 2.9.4 -> 2.9.6

This commit is contained in:
R. Ryantm 2022-11-06 05:00:13 +00:00 committed by Bobby Rong
parent c8a8b641b3
commit 0c8bb9272f

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nats-server";
version = "2.9.4";
version = "2.9.6";
src = fetchFromGitHub {
owner = "nats-io";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yO6WaNZ1XUmCepNE/7USrJVCZ5i+a10WVOmQbAucBg8=";
sha256 = "sha256-HmjtMfSajz0vtbr48xSmY9/30u96Z6zyaTnMuSocIOg=";
};
vendorSha256 = "sha256-ASLy0rPuCSYGyy5Pw9fj559nxO4vPPagDKAe8wM29lo=";