Unverified Commit 02b8ddde authored by lassulus's avatar lassulus Committed by GitHub
Browse files

ttyplot: 1.7.3 -> 1.7.4 (#434992)

parents c2941150 004dc93f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "ttyplot";
  version = "1.7.3";
  version = "1.7.4";

  src = fetchFromGitHub {
    owner = "tenox7";
    repo = "ttyplot";
    rev = version;
    hash = "sha256-IWOdl9tMGaX1C92zh/p/BWkXJxuUZbSOnazHHiD7Gzg=";
    hash = "sha256-hWjjl11NGhbv0VrLpdJ/W+a8tJPjg8OtUTKgDIqpsfs=";
  };

  nativeBuildInputs = [