teler: 1.1.0 -> 1.1.1

This commit is contained in:
R. RyanTM 2021-03-17 18:52:00 +00:00
parent 5b3290333a
commit 1aab2f5773

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "teler";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "kitabisa";
repo = "teler";
rev = "v${version}";
sha256 = "sha256-0tx/oyHl6s1mj7NyWMZGCJoSuOeB+BMlBrnGY4IN/i4=";
sha256 = "sha256-FZG23j7LUwfJ0dSbU4xW0YyCKJxOjVf1uqkuGlrwnqs=";
};
vendorSha256 = "sha256-KvUnDInUqFW7FypgsppIBQZKNu6HVsEeHtGwdqYtoys=";