diff --git a/pkgs/tools/text/ugrep/default.nix b/pkgs/tools/text/ugrep/default.nix index 004fbd6fbc99..8ba2d116f538 100644 --- a/pkgs/tools/text/ugrep/default.nix +++ b/pkgs/tools/text/ugrep/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { owner = "Genivia"; repo = pname; rev = "v${version}"; - sha256 = "sha256-mELI0mAkIERq8lfO5CdZcVgrsR5sybMEjKXJVPeg+dg="; + hash = "sha256-mELI0mAkIERq8lfO5CdZcVgrsR5sybMEjKXJVPeg+dg="; }; buildInputs = [ @@ -32,6 +32,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Ultra fast grep with interactive query UI"; homepage = "https://github.com/Genivia/ugrep"; + changelog = "https://github.com/Genivia/ugrep/releases/tag/v${version}"; maintainers = with maintainers; [ numkem ]; license = licenses.bsd3; platforms = platforms.all;