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

teler: 1.1.0 -> 1.1.1
This commit is contained in:
Fabian Affolter 2021-03-18 08:27:08 +01:00 committed by GitHub
commit 90a90b15a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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