diff --git a/default.nix b/default.nix index ca859b4..03b02ae 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ buildGoModule { pname = "oplogtoredis"; - version = "3.8.1"; + version = "3.8.2"; src = builtins.path { path = ./.; }; postInstall = ''