Merge pull request #143615 from r-ryantm/auto-update/dalfox

dalfox: 2.5.2 -> 2.5.4
This commit is contained in:
Fabian Affolter 2021-10-31 08:48:22 +01:00 committed by GitHub
commit c5809ba048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "dalfox";
version = "2.5.2";
version = "2.5.4";
src = fetchFromGitHub {
owner = "hahwul";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/tS9/VxH5r4CSmxZ7uZOgAMLRtmPs+bgPtvljOhLALc=";
sha256 = "sha256-zwDdOj6/YcZQZW5WWMZztTVl5QsYMCcqtaAFsM+1bn0=";
};
vendorSha256 = "sha256-AZbzcGqje2u9waH2NGWITXpax2GCFqbIEd4uNiDmcIY=";