about summary refs log tree commit diff
path: root/pkgs/tools/security/scilla/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-20 18:23:25 +0200
committerGitHub <noreply@github.com>2023-08-20 18:23:25 +0200
commitea7c05b9837ecaa5b811dab3958e8878dca32304 (patch)
treeb9833969777673cb6cffaafd1106e592de24f0c5 /pkgs/tools/security/scilla/default.nix
parentd26041021d74a5425970115790989bcef92b337d (diff)
downloadnixlib-ea7c05b9837ecaa5b811dab3958e8878dca32304.tar
nixlib-ea7c05b9837ecaa5b811dab3958e8878dca32304.tar.gz
nixlib-ea7c05b9837ecaa5b811dab3958e8878dca32304.tar.bz2
nixlib-ea7c05b9837ecaa5b811dab3958e8878dca32304.tar.lz
nixlib-ea7c05b9837ecaa5b811dab3958e8878dca32304.tar.xz
nixlib-ea7c05b9837ecaa5b811dab3958e8878dca32304.tar.zst
nixlib-ea7c05b9837ecaa5b811dab3958e8878dca32304.zip
scilla: add changelog to meta
Diffstat (limited to 'pkgs/tools/security/scilla/default.nix')
-rw-r--r--pkgs/tools/security/scilla/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/security/scilla/default.nix b/pkgs/tools/security/scilla/default.nix
index 3ad2b03fd42d..79f743ea0ce8 100644
--- a/pkgs/tools/security/scilla/default.nix
+++ b/pkgs/tools/security/scilla/default.nix
@@ -10,7 +10,7 @@ buildGoModule rec {
   src = fetchFromGitHub {
     owner = "edoardottt";
     repo = pname;
-    rev = "v${version}";
+    rev = "refs/tags/v${version}";
     hash = "sha256-gZuNXQaxHJYLsEaOpNYo7ybg3f0GhkpiaLrex5lkDu4=";
   };
 
@@ -24,6 +24,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "Information gathering tool for DNS, ports and more";
     homepage = "https://github.com/edoardottt/scilla";
+    changelog = "https://github.com/edoardottt/scilla/releases/tag/v${version}";
     license = with licenses; [ gpl3Plus ];
     maintainers = with maintainers; [ fab ];
   };