ttyplot: 1.7.3 -> 1.7.4

This commit is contained in:
R. Ryantm
2025-08-19 13:14:04 +00:00
parent c4e45b5638
commit 004dc93f4e
+2 -2
View File
@@ -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 = [