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-07-29 22:12:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 22:12:13 +0000
commitb0cb65de662fcabb46d9c58d0a3806c3860a9f8f (patch)
tree03331aa23aea968cf1f85c4cd921bd2c7fa484ed /pkgs/tools/security/scilla
parentf0df0acc162dd31ab0b1b5f2f64394da43cf6ea0 (diff)
scilla: 1.2.1 -> 1.2.2
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 ab31624c6c967..301e037810641 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.1";
+  version = "1.2.2";
 
   src = fetchFromGitHub {
     owner = "edoardottt";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-1gSuKxNpls7B+pSGnGj3k/E93lnj2FPNtAAciPPNAeM=";
+    sha256 = "sha256-1akwc/J1W1zMNqEc2Vv8wdElKbOVJ8uL3XXftGVwWnQ=";
   };
 
-  vendorSha256 = "sha256-gHZj8zpc7yFthCCBM8WGw4WwoW46bdQWe4yWjOkkQE8=";
+  vendorSha256 = "sha256-uTL2qr/LWmdmZipfnbzzzIx6X3fJtB1A9uYekogZN3w=";
 
   meta = with lib; {
     description = "Information gathering tool for DNS, ports and more";