teler: 1.2.1 -> 1.2.2

This commit is contained in:
R. RyanTM 2021-04-05 05:59:33 +00:00
parent 7d0ba0850f
commit 6fba2e5627

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "teler";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "kitabisa";
repo = "teler";
rev = "v${version}";
sha256 = "sha256-lExZWFj0PQFUBJgfhahF8PfYaOndRxKyVHoMlubmEpc=";
sha256 = "sha256-i4106PtoCJt5CY9ahczZYe9GufBkaZS+9Peh0IY9r1M=";
};
vendorSha256 = "sha256-TQjwPem+RMuoF5T02CL/CTvBS6W7Q786gTvYUFIvxjE=";