Skip to content

Commit

Permalink
Merge pull request #116210 from r-ryantm/auto-update/teler
Browse files Browse the repository at this point in the history
teler: 1.0.3 -> 1.1.0
  • Loading branch information
fabaff authored Mar 13, 2021
2 parents 2721f40 + 8eb0247 commit 35c5a6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/teler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "teler";
version = "1.0.3";
version = "1.1.0";

src = fetchFromGitHub {
owner = "kitabisa";
repo = "teler";
rev = "v${version}";
sha256 = "sha256-6OeGlpimQtw4w26HRzw2wmd3wjASY199p8XXPD/JMy8=";
sha256 = "sha256-0tx/oyHl6s1mj7NyWMZGCJoSuOeB+BMlBrnGY4IN/i4=";
};

vendorSha256 = "sha256-L+wjurURpesCA2IK0r1sxvOUvNJT1wiRp75kpe6LH5s=";
vendorSha256 = "sha256-KvUnDInUqFW7FypgsppIBQZKNu6HVsEeHtGwdqYtoys=";

# test require internet access
doCheck = false;
Expand Down

0 comments on commit 35c5a6c

Please sign in to comment.