Unverified Commit fe0f52e9 authored by Lassulus's avatar Lassulus Committed by GitHub
Browse files

Merge pull request #262468 from r-ryantm/auto-update/ttyplot

ttyplot: 1.4 -> 1.5
parents 98afbaa3 5885a545
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "ttyplot";
  version = "1.4";
  version = "1.5";

  src = fetchFromGitHub {
    owner = "tenox7";
    repo = "ttyplot";
    rev = version;
    sha256 = "19qm0hx9ljdw9qg78lydn3c627xy7xnx3knq5f7caw9lf0cdp7kf";
    sha256 = "sha256-COnqzWqah1J/q64XrOBhMOsrafAs/BptqNvrjHJ9edQ=";
  };

  buildInputs = [ ncurses ];