diff --git a/pkgs/by-name/vi/vit/package.nix b/pkgs/by-name/vi/vit/package.nix index c95140f48fea..9febfc8844a5 100644 --- a/pkgs/by-name/vi/vit/package.nix +++ b/pkgs/by-name/vi/vit/package.nix @@ -10,12 +10,12 @@ with python3Packages; buildPythonApplication rec { pname = "vit"; - version = "2.3.2"; + version = "2.3.3"; disabled = lib.versionOlder python.version "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-qDfY6GWnDQ44Sh540xQzDwANEI+mLjpy2a7G3sfKIzw="; + hash = "sha256-+lrXGfhoB4z5IWkJTXMIm3GGVPfNGO9lUB3uFTx8hDY="; }; propagatedBuildInputs = [