about summary refs log tree commit diff
path: root/pkgs/tools/security/scilla/default.nix
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-07-15 06:43:05 +0000
committerAaron Jheng <wentworth@outlook.com>2023-08-16 10:24:22 +0800
commitd26041021d74a5425970115790989bcef92b337d (patch)
treee68baa157b5e742e95c6f446e06071abc1d54b48 /pkgs/tools/security/scilla/default.nix
parent88362a759c2729f60c539c3990601a41866b0d9a (diff)
scilla: 1.2.4 -> 1.2.7
Diffstat (limited to 'pkgs/tools/security/scilla/default.nix')
-rw-r--r--pkgs/tools/security/scilla/default.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/pkgs/tools/security/scilla/default.nix b/pkgs/tools/security/scilla/default.nix
index c19afe3001614..3ad2b03fd42d8 100644
--- a/pkgs/tools/security/scilla/default.nix
+++ b/pkgs/tools/security/scilla/default.nix
@@ -5,16 +5,21 @@
 
 buildGoModule rec {
   pname = "scilla";
-  version = "1.2.4";
+  version = "1.2.7";
 
   src = fetchFromGitHub {
     owner = "edoardottt";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-8ZRYgQ4xME71vlO0nKnxiCqeju0G4SwgEXnUol1jQxk=";
+    hash = "sha256-gZuNXQaxHJYLsEaOpNYo7ybg3f0GhkpiaLrex5lkDu4=";
   };
 
-  vendorSha256 = "sha256-Y4Zi0Hy6ydGxLTohgJGF3L9O+79z+3t+4ZA64otCJpE=";
+  vendorHash = "sha256-bVGmleuOJzi/Sz7MJlnQuJsDgRWuwieLUx8hcyKkWXI=";
+
+  checkFlags = [
+    # requires network access
+    "-skip=TestIPToHostname"
+  ];
 
   meta = with lib; {
     description = "Information gathering tool for DNS, ports and more";