2022-12-28T07:13:47 ferretdb 0.7.0 -> 0.7.1 https://github.com/FerretDB/FerretDB/releases 2022-12-28T07:13:49 attrpath: ferretdb 2022-12-28T07:13:49 Checking auto update branch... 2022-12-28T07:13:49 No auto update branch exists 2022-12-28T07:13:50 Old version 0.7.0" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "ferretdb"; version = "0.7.1"; src = fetchFromGitHub { owner = "FerretDB"; repo = "FerretDB"; rev = "v${version}"; sha256 = "sha256-i3XCYVJfZ2sF4XGOxaBZqBOw7nRdzcGKhNNdqQMccPU="; }; postPatch = '' echo ${version} > internal/util/version/gen/version.txt ''; vendorSha256 = "sha256-qyAc5EVg8QPTnXQjqJGpT3waDrfn8iXz+O1iESCzCIc="; CGO_ENABLED = 0; subPackages = [ "cmd/ferretdb" ]; meta = with lib; { description = "A truly Open Source MongoDB alternative"; homepage = "https://github.com/FerretDB/FerretDB"; license = licenses.asl20; maintainers = with maintainers; [ dit7ya ]; }; }