gnatsd 2.9.11 -> 2.9.12 https://github.com/nats-io/nats-server/releases attrpath: gnatsd Checking auto update branch... No auto update branch exists Old version 2.9.11" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , nixosTests }: buildGoModule rec { pname = "nats-server"; version = "2.9.12"; src = fetchFromGitHub { owner = "nats-io"; repo = pname; rev = "v${version}"; hash = "sha256-IhzbtTH8Vr+Z1Z9Xzz/CbmxDaR6ygdebEqz2ELa4N3E="; }; vendorHash = "sha256-tUqUB9M7doUmYRAKmzos93PCizGlHe61rpMVe0z3hVo="; doCheck = false; passthru.tests.nats = nixosTests.nats; meta = with lib; { description = "High-Performance server for NATS"; homepage = "https://nats.io/"; changelog = "https://github.com/nats-io/nats-server/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ swdunlop derekcollison ]; }; }