lol

visidata: 2.7 -> 2.7.1

+3 -3
+3 -3
pkgs/applications/misc/visidata/default.nix
··· 25 }: 26 buildPythonApplication rec { 27 pname = "visidata"; 28 - version = "2.7"; 29 30 src = fetchFromGitHub { 31 owner = "saulpw"; 32 repo = "visidata"; 33 rev = "v${version}"; 34 - sha256 = "0b2h9vy0fch0bk0b33h8p4ssk3a25j67sfn0yvmxhbqjdmhlwv4h"; 35 }; 36 37 propagatedBuildInputs = [ ··· 90 meta = { 91 description = "Interactive terminal multitool for tabular data"; 92 license = lib.licenses.gpl3; 93 - maintainers = [ lib.maintainers.raskin ]; 94 homepage = "http://visidata.org/"; 95 changelog = "https://github.com/saulpw/visidata/blob/v${version}/CHANGELOG.md"; 96 };
··· 25 }: 26 buildPythonApplication rec { 27 pname = "visidata"; 28 + version = "2.7.1"; 29 30 src = fetchFromGitHub { 31 owner = "saulpw"; 32 repo = "visidata"; 33 rev = "v${version}"; 34 + sha256 = "13s1541n1sr2rkfk1qpsm61y2q773x6fs4cwin660qq4bzmgymhy"; 35 }; 36 37 propagatedBuildInputs = [ ··· 90 meta = { 91 description = "Interactive terminal multitool for tabular data"; 92 license = lib.licenses.gpl3; 93 + maintainers = with lib.maintainers; [ raskin markus1189 ]; 94 homepage = "http://visidata.org/"; 95 changelog = "https://github.com/saulpw/visidata/blob/v${version}/CHANGELOG.md"; 96 };