Loading pkgs/tools/security/ffuf/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,8 @@ buildGoModule rec { src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; sha256 = "sha256-TfPglATKQ3RIGODcIpSRL6FjbLyCjDzbi70jTLKYlLk="; rev = "refs/tags/v${version}"; hash = "sha256-TfPglATKQ3RIGODcIpSRL6FjbLyCjDzbi70jTLKYlLk="; }; vendorHash = "sha256-nqv45e1W7MA8ElsJ7b4XWs26OicJ7IXmh93+wkueZg4="; Loading @@ -24,6 +24,7 @@ buildGoModule rec { or web servers. ''; homepage = "https://github.com/ffuf/ffuf"; changelog = "https://github.com/ffuf/ffuf/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/tools/security/ffuf/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,8 @@ buildGoModule rec { src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; sha256 = "sha256-TfPglATKQ3RIGODcIpSRL6FjbLyCjDzbi70jTLKYlLk="; rev = "refs/tags/v${version}"; hash = "sha256-TfPglATKQ3RIGODcIpSRL6FjbLyCjDzbi70jTLKYlLk="; }; vendorHash = "sha256-nqv45e1W7MA8ElsJ7b4XWs26OicJ7IXmh93+wkueZg4="; Loading @@ -24,6 +24,7 @@ buildGoModule rec { or web servers. ''; homepage = "https://github.com/ffuf/ffuf"; changelog = "https://github.com/ffuf/ffuf/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading