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-27 00:20:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-27 00:20:35 +0000
commit0249669ae21dac2f7a14b75538418a9ad5f20274 (patch)
tree4867c1f4abf7c4f65d28f0390ef54bbbe9e70b97 /pkgs/tools/security/scilla
parent4a1de73b6894dfcdcac298147b105d34e8c3ddb4 (diff)
scilla: 1.2.3 -> 1.2.4
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 4c9b1764205cc..c19afe3001614 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.3";
+  version = "1.2.4";
 
   src = fetchFromGitHub {
     owner = "edoardottt";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-VTX4NG3BzmLpf2sIxZ5DGjg9dnCTSO0VbGx2PMhjBPg=";
+    sha256 = "sha256-8ZRYgQ4xME71vlO0nKnxiCqeju0G4SwgEXnUol1jQxk=";
   };
 
-  vendorSha256 = "sha256-aoz2H7hkk85ntao6e5Chn++T2kA5jogHrd/ltVqNS3A=";
+  vendorSha256 = "sha256-Y4Zi0Hy6ydGxLTohgJGF3L9O+79z+3t+4ZA64otCJpE=";
 
   meta = with lib; {
     description = "Information gathering tool for DNS, ports and more";