about summary refs log tree commit diff
path: root/pkgs/tools/security/scilla
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-05 02:49:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-05 02:49:53 +0000
commit1f80c03c0e38122fd622eed97b4a06ff71260507 (patch)
treefb4ae52a64b7d57dac6c1f7bda29aa5b80b49dd0 /pkgs/tools/security/scilla
parenteb3d3b2e9049e2fcf812e29c6636830cac3e0733 (diff)
scilla: 1.2.2 -> 1.2.3
Diffstat (limited to 'pkgs/tools/security/scilla')
-rw-r--r--pkgs/tools/security/scilla/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/scilla/default.nix b/pkgs/tools/security/scilla/default.nix
index 301e037810641..4c9b1764205cc 100644
--- a/pkgs/tools/security/scilla/default.nix
+++ b/pkgs/tools/security/scilla/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "scilla";
-  version = "1.2.2";
+  version = "1.2.3";
 
   src = fetchFromGitHub {
     owner = "edoardottt";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-1akwc/J1W1zMNqEc2Vv8wdElKbOVJ8uL3XXftGVwWnQ=";
+    sha256 = "sha256-VTX4NG3BzmLpf2sIxZ5DGjg9dnCTSO0VbGx2PMhjBPg=";
   };
 
-  vendorSha256 = "sha256-uTL2qr/LWmdmZipfnbzzzIx6X3fJtB1A9uYekogZN3w=";
+  vendorSha256 = "sha256-aoz2H7hkk85ntao6e5Chn++T2kA5jogHrd/ltVqNS3A=";
 
   meta = with lib; {
     description = "Information gathering tool for DNS, ports and more";