about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-16 09:32:39 -0500
committerGitHub <noreply@github.com>2023-11-16 09:32:39 -0500
commit117ff22ed9a2e8cf6b8803729ea686c5468dec38 (patch)
tree49fc4af845c6a1993c8519de260d051e1429dd50
parent9173d90b0df17b9b69e94f85f54a2d503aa6e7ed (diff)
parent35e2f69b509f3cc631590f9ad3fef990c6029906 (diff)
Merge pull request #267788 from r-ryantm/auto-update/ttyplot
ttyplot: 1.5 -> 1.5.1
-rw-r--r--pkgs/tools/misc/ttyplot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/ttyplot/default.nix b/pkgs/tools/misc/ttyplot/default.nix
index a136031dfc137..3778048143be3 100644
--- a/pkgs/tools/misc/ttyplot/default.nix
+++ b/pkgs/tools/misc/ttyplot/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ttyplot";
-  version = "1.5";
+  version = "1.5.1";
 
   src = fetchFromGitHub {
     owner = "tenox7";
     repo = "ttyplot";
     rev = version;
-    sha256 = "sha256-COnqzWqah1J/q64XrOBhMOsrafAs/BptqNvrjHJ9edQ=";
+    sha256 = "sha256-lZLjTmSKxGJhUMELcIPjycpuRR3m9oz/Vh1/FEUzMOQ=";
   };
 
   buildInputs = [ ncurses ];