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