matrix-sliding-sync 0.99.8 -> 0.99.9 https://github.com/matrix-org/sliding-sync/releases attrpath: matrix-sliding-sync Checking auto update branch... No auto update branch exists Old version 0.99.8" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "matrix-sliding-sync"; version = "0.99.10"; src = fetchFromGitHub { owner = "matrix-org"; repo = "sliding-sync"; rev = "refs/tags/v${version}"; hash = "sha256-TjChelGVicA59q6iIIDTI7nSj8KtjpA4bfZqsfoiOQg="; }; vendorHash = "sha256-E3nCcw6eTKKcL55ls6n5pYlRFffsefsN0G1Hwd49uh8="; subPackages = [ "cmd/syncv3" ]; ldflags = [ "-s" "-w" "-X main.GitCommit=${src.rev}" ]; # requires a running matrix-synapse doCheck = false; meta = with lib; { description = "A sliding sync implementation of MSC3575 for matrix"; homepage = "https://github.com/matrix-org/sliding-sync"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ emilylange ]; mainProgram = "syncv3"; }; }