1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://gnu/datamash/datamash-${version}.tar.gz";
9 sha256 = "sha256-etl+jH72Ft0DqlvWeuJMSIJy2z59H1d0FhwYt18p9v0=";
13 description = "Command-line program which performs basic numeric,textual and statistical operations on input textual data files";
14 homepage = "https://www.gnu.org/software/datamash/";
15 license = licenses.gpl3Plus;
16 platforms = platforms.all;
17 maintainers = with maintainers; [ pSub ];