octoprint.python.pkgs.telegram: 1.6.4 -> 1.6.5

This commit is contained in:
Martin Weinelt 2021-08-09 17:17:41 +02:00
parent 623ad8a9b6
commit c94b2d6f8f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -299,13 +299,13 @@ in {
telegram = buildPlugin rec {
pname = "Telegram";
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "fabianonline";
repo = "OctoPrint-${pname}";
rev = version;
sha256 = "14d9f9a5m1prcikd7y26qks6c2ls6qq4b97amn24q5a8k5hbgl94";
sha256 = "sha256-SckJCbPNCflgGYLHFiXy0juCtpvo8YS1BQsFpc1f5rg=";
};
propagatedBuildInputs = with super; [ pillow ];