pkgs/sliding-sync: 0.99.2 -> 0.99.3

This commit is contained in:
Aaron Bieber 2023-06-20 07:00:25 -06:00
parent efdb99d27f
commit e3af8ecf6a
No known key found for this signature in database

View File

@ -2,16 +2,16 @@
with lib;
buildGoModule rec {
pname = "sliding-sync";
version = "0.99.2";
version = "0.99.3";
src = fetchFromGitHub {
owner = "matrix-org";
repo = pname;
rev = "v${version}";
hash = "sha256-QbTCr1dsJX8nlLE3PhevBbLv1dnvLTMkOiKgTeThlKw=";
hash = "sha256-lmmOq0gkvrIXQmy3rbTga0cC85t0LWjDOqrH1NWUpdA=";
};
vendorHash = "sha256-EIFUuWwpNUtWy6lSNeIEwe3gjyb3yq/WRJEND9YhQjs=";
vendorHash = "sha256-447P2TbBUEHmHubHiiZCrFVCj2/tmEuYFzLo27UyCk4=";
# Note: tests require a postgres install accessible to the current user
doCheck = false;