Merge pull request #118558 from r-ryantm/auto-update/teler

teler: 1.2.1 -> 1.2.2
This commit is contained in:
Fabian Affolter 2021-04-05 10:30:51 +02:00 committed by GitHub
commit 5889012c3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=";