1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

dalfox: 2.9.2 -> 2.9.3

This commit is contained in:
R. Ryantm 2024-09-04 01:43:19 +00:00
parent eadea83adb
commit 8bc180d34a

View file

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