tsung: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
93711c6f 3d206db3

+2 -1
+2 -1
pkgs/applications/networking/tsung/default.nix
··· 15 15 16 16 src = fetchurl { 17 17 url = "http://tsung.erlang-projects.org/dist/tsung-${version}.tar.gz"; 18 - sha256 = "sha256-kehkMCYBfj0AiKZxD7EcT2F0d+gm6+TF/lhqpjFH/JI="; 18 + hash = "sha256-kehkMCYBfj0AiKZxD7EcT2F0d+gm6+TF/lhqpjFH/JI="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ ··· 46 46 47 47 meta = with lib; { 48 48 homepage = "http://tsung.erlang-projects.org/"; 49 + changelog = "https://github.com/processone/tsung/blob/v${version}/CHANGELOG.md"; 49 50 description = "A high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc"; 50 51 longDescription = '' 51 52 Tsung is a distributed load testing tool. It is protocol-independent and