about summary refs log tree commit diff
path: root/pkgs/tools/security/teler
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-07 11:06:03 +0100
committerGitHub <noreply@github.com>2022-12-07 11:06:03 +0100
commit5d0a0016180dda133652c5fa864bf40071c73a6b (patch)
tree0cbeb533d154d43a9ff77058fa192e3cebc51c05 /pkgs/tools/security/teler
parent560b0c5bcdff582b50a99b903b9f3ef06d6dd8f0 (diff)
teler: add changelog to meta
Diffstat (limited to 'pkgs/tools/security/teler')
-rw-r--r--pkgs/tools/security/teler/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/tools/security/teler/default.nix b/pkgs/tools/security/teler/default.nix
index 6ff1f450e2a0f..1a66d7aea0dd7 100644
--- a/pkgs/tools/security/teler/default.nix
+++ b/pkgs/tools/security/teler/default.nix
@@ -11,13 +11,15 @@ buildGoModule rec {
     owner = "kitabisa";
     repo = "teler";
     rev = "v${version}";
-    sha256 = "sha256-GlpQBmJ7HSKPFieM7E5NOnqGlUjQv9Ywe6XF5QIi+c4=";
+    hash = "sha256-GlpQBmJ7HSKPFieM7E5NOnqGlUjQv9Ywe6XF5QIi+c4=";
   };
 
-  vendorSha256 = "sha256-g2YBMyLDGQZKxDBcZ1mca16jxODnJzcmMfFivBn6SdE=";
+  vendorHash = "sha256-g2YBMyLDGQZKxDBcZ1mca16jxODnJzcmMfFivBn6SdE=";
 
   ldflags = [
-    "-s" "-w" "-X ktbs.dev/teler/common.Version=${version}"
+    "-s"
+    "-w"
+    "-X ktbs.dev/teler/common.Version=${version}"
   ];
 
   # test require internet access
@@ -31,6 +33,7 @@ buildGoModule rec {
       we collect and provide by the community.
     '';
     homepage = "https://github.com/kitabisa/teler";
+    changelog = "https://github.com/kitabisa/teler/releases/tag/v${version}";
     license = licenses.asl20;
     maintainers = with maintainers; [ fab ];
   };