about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-03-31 23:46:42 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-03-31 23:46:42 +0200
commit5135d6aba344e9ed0b0bc70ea2a56470d95ed16b (patch)
treed921fac823665243b8a174efd9d89badbf0e49ba
parente0cd1ca588701cad33d8d3934cd923be6c4e736a (diff)
teler: 2.0.0-dev.3 -> 2.0.0
Diff: https://github.com/kitabisa/teler/compare/v2.0.0-dev.3...v2.0.0

Changelog: https://github.com/kitabisa/teler/releases/tag/v2.0.0
-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 9232f4f88206b..e43de418d78e4 100644
--- a/pkgs/tools/security/teler/default.nix
+++ b/pkgs/tools/security/teler/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "teler";
-  version = "2.0.0-dev.3";
+  version = "2.0.0";
 
   src = fetchFromGitHub {
     owner = "kitabisa";
     repo = "teler";
     rev = "v${version}";
-    hash = "sha256-2QrHxToHxHTjSl76q9A8fXCkOZkCwh1fu1h+HDUGsGA=";
+    hash = "sha256-3+A1QloZQlH31snWfwYa6rprpKUf3fQc/HQgmKQgV9c=";
   };
 
   vendorHash = "sha256-gV/PJFcANeYTYUJG3PYNsApYaeBLx76+vVBvcuKDYO4=";