nats-server: 2.11.9 -> 2.12.0 (#445241)

This commit is contained in:
misuzu
2025-09-22 18:17:55 +00:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "nats-server";
version = "2.11.9";
version = "2.12.0";
src = fetchFromGitHub {
owner = "nats-io";
repo = "nats-server";
rev = "v${version}";
hash = "sha256-F35qklJRa9IUikVNhh8c34KF3l41yfPXl0aig1iQq1g=";
hash = "sha256-Ln4e58jIrZZRbgf1+b28sNT1hyNSZepH5oo71OWVFII=";
};
vendorHash = "sha256-ti2Y4ev8INMNudfwmPhmKGCManRj2cFTw6Fh7kkvDQc=";
vendorHash = "sha256-533w30v681ZYOEL+gCkF7XOXsUmW1DV2+Eukgd/OcxE=";
doCheck = false;
@@ -56,6 +56,9 @@ buildPythonPackage rec {
"test_subscribe_iterate_next_msg"
"test_ordered_consumer_larger_streams"
"test_object_file_basics"
# Should be safe to remove on next version upgrade (from 2.11.0)
# https://github.com/nats-io/nats.py/pull/728
"test_object_list"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
"test_subscribe_iterate_next_msg"