From 549d9cd59d0a4744d8d2a53c69d02ddc9c9c8db4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 28 Nov 2023 23:37:58 +0100 Subject: [PATCH] gotestwaf: 0.4.7 -> 0.4.8 Diff: https://github.com/wallarm/gotestwaf/compare/refs/tags/v0.4.7...v0.4.8 Changelog: https://github.com/wallarm/gotestwaf/releases/tag/v0.4.8 --- 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 1e9a4f38e0e6..8f9d8776687f 100644 --- a/pkgs/tools/security/gotestwaf/default.nix +++ b/pkgs/tools/security/gotestwaf/default.nix @@ -7,13 +7,13 @@ buildGoModule rec { pname = "gotestwaf"; - version = "0.4.7"; + version = "0.4.8"; src = fetchFromGitHub { owner = "wallarm"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-Ypcn6rsimID5B+xrdetxQTopg+xvkNILJFGKf2dbO8k="; + hash = "sha256-5cvyKCzisfuoMPuQpiRnIBCTw2yMdA1yavKNS9OwW58="; }; vendorHash = null;