pkgs/sliding-sync: update to 0.99.12

This commit is contained in:
Aaron Bieber 2023-11-09 10:37:35 -07:00
parent 1feace7e1e
commit 7c76509577
No known key found for this signature in database

View File

@ -6,16 +6,16 @@
with lib;
buildGoModule rec {
pname = "sliding-sync";
version = "0.99.11";
version = "0.99.12";
src = fetchFromGitHub {
owner = "matrix-org";
repo = pname;
rev = "v${version}";
hash = "sha256-Wd/nnJhKg+BDyOIz42zEScjzQRrpEq6YG9/9Tk24hgg=";
hash = "sha256-7M+Ti1SfurRngXg2oCdLveG6QyjM2BjKnoovJxz7ZOY=";
};
vendorHash = "sha256-0QSyYhOht1j1tWNxHQh+NUZA/W1xy7ANu+29H/gusOE=";
vendorHash = "sha256-li5kEF7U7KyyMLMhVBqvnLuLXI6QrJl1KeusKrQXo8w=";
# Note: tests require a postgres install accessible to the current user
doCheck = false;