From 4b09bd0fec888c3cdb3f7c6ae196298b349a3fe5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 21 Oct 2024 16:23:14 +0200 Subject: [PATCH] gotestwaf: 0.5.5 -> 0.5.6 Diff: https://github.com/wallarm/gotestwaf/compare/refs/tags/v0.5.5...v0.5.6 Changelog: https://github.com/wallarm/gotestwaf/releases/tag/v0.5.6 --- pkgs/tools/security/gotestwaf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/gotestwaf/default.nix b/pkgs/tools/security/gotestwaf/default.nix index 6cbe088d6871..32797408a874 100644 --- a/pkgs/tools/security/gotestwaf/default.nix +++ b/pkgs/tools/security/gotestwaf/default.nix @@ -8,13 +8,13 @@ buildGoModule rec { pname = "gotestwaf"; - version = "0.5.5"; + version = "0.5.6"; src = fetchFromGitHub { owner = "wallarm"; repo = "gotestwaf"; rev = "refs/tags/v${version}"; - hash = "sha256-stGjxv9cgYxxclQpyytN6dhFm2G1Gxbf9MdyKw6gEC4="; + hash = "sha256-bZ8cNREPUgIO7lJg0WBtc9qvkDUnfqtFNi612Ctcxo8="; }; vendorHash = "sha256-mPqCphweDF9RQibdjTaXXfXdO8NENHVMdIPxrJEw2g4=";