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

ttyplot: 1.5 -> 1.5.1
This commit is contained in:
Nick Cao
2023-11-16 09:32:39 -05:00
committed by GitHub
+2 -2
View File
@@ -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 ];