ttyplot: 1.2 -> 1.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ttyplot/versions
This commit is contained in:
R. RyanTM 2019-05-13 02:12:50 -07:00 committed by Lassulus
parent 694b1c9e7d
commit fa4b0d355c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "ttyplot-${version}";
version = "1.2";
version = "1.4";
src = fetchFromGitHub {
owner = "tenox7";
repo = "ttyplot";
rev = version;
sha256 = "1xaqzm71w2n0q532wpa3w818mvjvch3h34m2aq7pldkyk09frjxh";
sha256 = "19qm0hx9ljdw9qg78lydn3c627xy7xnx3knq5f7caw9lf0cdp7kf";
};
buildInputs = [ ncurses ];