Unverified Commit 14bd186d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

ttyplot: 1.6.2 -> 1.6.4
parents a8ff6fa6 5f333c1d
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.2";
  version = "1.6.4";

  src = fetchFromGitHub {
    owner = "tenox7";
    repo = "ttyplot";
    rev = version;
    hash = "sha256-HBJvTDhp1CA96gRU2Q+lMxcFaZ+txXcmNb8Cg1BFiH4=";
    hash = "sha256-yxAFqi3TgiKiZYgR891ahkwUqZLk/JDsjujOYmBjUtk=";
  };

  nativeBuildInputs = [