ergochat 2.11.1 -> 2.12.0 https://github.com/ergochat/ergo/releases attrpath: ergochat Checking auto update branch... No auto update branch exists Old version 2.11.1" not present in master derivation file with contents: { buildGoModule, fetchFromGitHub, lib, nixosTests }: buildGoModule rec { pname = "ergo"; version = "2.12.0"; src = fetchFromGitHub { owner = "ergochat"; repo = "ergo"; rev = "v${version}"; sha256 = "sha256-n7GJpR/zUsHxTeVmHfBTjMcMAN7ri3FDvJSkKMzPe2I="; }; vendorHash = null; passthru.tests.ergochat = nixosTests.ergochat; meta = { changelog = "https://github.com/ergochat/ergo/blob/v${version}/CHANGELOG.md"; description = "A modern IRC server (daemon/ircd) written in Go"; homepage = "https://github.com/ergochat/ergo"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ lassulus tv ]; platforms = lib.platforms.linux; }; }