dalfox: 2.9.2 -> 2.9.3 (#339386)

This commit is contained in:
Fabian Affolter 2024-09-04 23:20:39 +02:00 committed by GitHub
commit 0b677d7ffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "dalfox"; pname = "dalfox";
version = "2.9.2"; version = "2.9.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hahwul"; owner = "hahwul";
repo = "dalfox"; repo = "dalfox";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-sKW6UYSPgXkZbLiOeYru/XpG/Cpvvhwos6Z5J/WxjXo="; hash = "sha256-tg8TXPeGINGDBR3HOWYRXrg7ioBFhX1V7N1wRzHI0/c=";
}; };
vendorHash = "sha256-0eNaH82iCmxaie+nA9qxEWb8Uq6LaEQoU9wRFJ+GFv0="; vendorHash = "sha256-SXNkMaUZ2jYoSmlmss4lFwpgxvqRF0D27KpANJveaq4=";
ldflags = [ ldflags = [
"-w" "-w"