about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-27 22:19:10 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-27 22:19:10 +0000
commita09b170ffa4d554c81b754cad4c4bbecfda56e1d (patch)
tree93edf2ef64308feb10a80fcffb8aabdbcf94649b /pkgs
parent9cc8c600c660082a7d789b7645123e3ce7b7936b (diff)
teler: 1.1.1 -> 1.2.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/teler/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/teler/default.nix b/pkgs/tools/security/teler/default.nix
index 0ef2f7509b675..4c94e2544c782 100644
--- a/pkgs/tools/security/teler/default.nix
+++ b/pkgs/tools/security/teler/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "teler";
-  version = "1.1.1";
+  version = "1.2.1";
 
   src = fetchFromGitHub {
     owner = "kitabisa";
     repo = "teler";
     rev = "v${version}";
-    sha256 = "sha256-FZG23j7LUwfJ0dSbU4xW0YyCKJxOjVf1uqkuGlrwnqs=";
+    sha256 = "sha256-lExZWFj0PQFUBJgfhahF8PfYaOndRxKyVHoMlubmEpc=";
   };
 
-  vendorSha256 = "sha256-KvUnDInUqFW7FypgsppIBQZKNu6HVsEeHtGwdqYtoys=";
+  vendorSha256 = "sha256-TQjwPem+RMuoF5T02CL/CTvBS6W7Q786gTvYUFIvxjE=";
 
   preBuild = ''
     buildFlagsArray+=("-ldflags" "-s -w -X ktbs.dev/teler/common.Version=${version}")