pkgs/sliding-sync: bump to 0.99.6

This commit is contained in:
Aaron Bieber 2023-08-23 07:10:42 -06:00
parent ffe4fa77b9
commit 586a7ead19
No known key found for this signature in database

View File

@ -7,16 +7,16 @@
with lib; with lib;
buildGoModule rec { buildGoModule rec {
pname = "sliding-sync"; pname = "sliding-sync";
version = "0.99.5"; version = "0.99.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "matrix-org"; owner = "matrix-org";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-L2cWKPVclurOCpyQezHPB+5zYD91EREBXjRYBzjxkII="; hash = "sha256-t0TlmoqXaKR5PrR0vlsLU84yBdXPXmE63n6p4sMvHhs=";
}; };
vendorHash = "sha256-447P2TbBUEHmHubHiiZCrFVCj2/tmEuYFzLo27UyCk4="; vendorHash = "sha256-9bJ6B9/jq7q5oJGULRPoNVJiqoO+2E2QQKORy4rt6Xw=";
# Note: tests require a postgres install accessible to the current user # Note: tests require a postgres install accessible to the current user
doCheck = false; doCheck = false;