Unverified Commit 8f0c1b40 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #215515 from fabaff/ffuf-bump

ffuf: add changelog to meta
parents afb9f3ce d80fdedd
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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=";
@@ -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 ];
  };