about summary refs log tree commit diff
path: root/pkgs/tools/security/teler
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-01 13:24:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-01 13:24:41 +0000
commitab1106bfb8e9428d8e494e150d133002638128ca (patch)
treefe35ea958e76f97b91f622b3e52c108ea3fcf0bd /pkgs/tools/security/teler
parentf7bae54f01be592983ef38a86efd6628160733ba (diff)
teler: 2.0.0-dev.2 -> 2.0.0-dev.3
Diffstat (limited to 'pkgs/tools/security/teler')
-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 1a66d7aea0dd7..989743fda8947 100644
--- a/pkgs/tools/security/teler/default.nix
+++ b/pkgs/tools/security/teler/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "teler";
-  version = "2.0.0-dev.2";
+  version = "2.0.0-dev.3";
 
   src = fetchFromGitHub {
     owner = "kitabisa";
     repo = "teler";
     rev = "v${version}";
-    hash = "sha256-GlpQBmJ7HSKPFieM7E5NOnqGlUjQv9Ywe6XF5QIi+c4=";
+    hash = "sha256-2QrHxToHxHTjSl76q9A8fXCkOZkCwh1fu1h+HDUGsGA=";
   };
 
-  vendorHash = "sha256-g2YBMyLDGQZKxDBcZ1mca16jxODnJzcmMfFivBn6SdE=";
+  vendorHash = "sha256-gV/PJFcANeYTYUJG3PYNsApYaeBLx76+vVBvcuKDYO4=";
 
   ldflags = [
     "-s"