Unverified Commit 29f71bdf authored by lassulus's avatar lassulus Committed by GitHub
Browse files

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

ttyplot: 1.6.5 -> 1.7.0
parents e38e6a44 729e7d5a
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.6.5";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "tenox7";
    repo = "ttyplot";
    rev = version;
    hash = "sha256-DLFEnEo+EQuq4ziqo9qfyHGD1Zosk9Kb/80QjnI2aXk=";
    hash = "sha256-B95pd0hoesBDQwzN0h3kMBVcUFJVWQrpOKizKpdoiok=";
  };

  nativeBuildInputs = [