about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-12-06 23:21:53 +0100
committerGitHub <noreply@github.com>2021-12-06 23:21:53 +0100
commitd92974b22636368f861884f2834f0b1b633e1285 (patch)
tree43d02a8f02a0adc717bd48b98e6dc27df6c7d31c
parent31efec632ec5f95ea10e4f65d51dc60b563de25b (diff)
parent95c9e45744c95f38236b6404e5103c960ed2ca76 (diff)
Merge pull request #148993 from r-ryantm/auto-update/dalfox
dalfox: 2.5.4 -> 2.6.1
-rw-r--r--pkgs/tools/security/dalfox/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/dalfox/default.nix b/pkgs/tools/security/dalfox/default.nix
index d498e69b44484..8a795049b071e 100644
--- a/pkgs/tools/security/dalfox/default.nix
+++ b/pkgs/tools/security/dalfox/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "dalfox";
-  version = "2.5.4";
+  version = "2.6.1";
 
   src = fetchFromGitHub {
     owner = "hahwul";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-zwDdOj6/YcZQZW5WWMZztTVl5QsYMCcqtaAFsM+1bn0=";
+    sha256 = "sha256-4jqlMZ6/5m12+ZT0HCtskXq6jlcsQq05Vem+jw82RFs=";
   };
 
-  vendorSha256 = "sha256-AZbzcGqje2u9waH2NGWITXpax2GCFqbIEd4uNiDmcIY=";
+  vendorSha256 = "sha256-MoOnRsL8DO7Mx7JzvpnEOiqoLEyBPi2cRiQ2m+460V4=";
 
   meta = with lib; {
     description = "Tool for analysing parameter and XSS scanning";