about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-03-18 08:27:08 +0100
committerGitHub <noreply@github.com>2021-03-18 08:27:08 +0100
commit90a90b15a37d2cdc6f9eeb3e751febaf67d64145 (patch)
tree616428021f7491fe706f41eab0e1a1ef02eb6667 /pkgs/tools
parentf4af9d58fa09fcabaa8c3ce066c02177985ba781 (diff)
parent1aab2f5773968e1f15f5c4252f92647877d00464 (diff)
Merge pull request #116655 from r-ryantm/auto-update/teler
teler: 1.1.0 -> 1.1.1
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/teler/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/teler/default.nix b/pkgs/tools/security/teler/default.nix
index f44b7abf52305..1c4cba04d5677 100644
--- a/pkgs/tools/security/teler/default.nix
+++ b/pkgs/tools/security/teler/default.nix
@@ -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=";