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

ttyplot: 1.5.1 -> 1.5.2
This commit is contained in:
Lassulus
2023-12-10 11:34:46 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ttyplot";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "tenox7";
repo = "ttyplot";
rev = version;
sha256 = "sha256-lZLjTmSKxGJhUMELcIPjycpuRR3m9oz/Vh1/FEUzMOQ=";
sha256 = "sha256-BYMdGNDl8HUin1Hu4Fqgx305a/tTt1fztqlT2vDeTh8=";
};
buildInputs = [ ncurses ];