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

nats-server: 2.9.12 -> 2.9.14
This commit is contained in:
Nick Cao 2023-02-10 12:45:47 +08:00 committed by GitHub
commit ffe472eff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nats-server";
version = "2.9.12";
version = "2.9.14";
src = fetchFromGitHub {
owner = "nats-io";
repo = pname;
rev = "v${version}";
hash = "sha256-IhzbtTH8Vr+Z1Z9Xzz/CbmxDaR6ygdebEqz2ELa4N3E=";
hash = "sha256-S9K/Cu/zJufA789D/F874c+KiXley93m/wOcXZGc1aI=";
};
vendorHash = "sha256-tUqUB9M7doUmYRAKmzos93PCizGlHe61rpMVe0z3hVo=";