ttyplot: 1.7.4 -> 1.7.5

This commit is contained in:
R. Ryantm
2026-06-22 04:32:12 +00:00
parent 4831080ceb
commit 2f44057433

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ttyplot";
version = "1.7.4";
version = "1.7.5";
src = fetchFromGitHub {
owner = "tenox7";
repo = "ttyplot";
rev = finalAttrs.version;
hash = "sha256-hWjjl11NGhbv0VrLpdJ/W+a8tJPjg8OtUTKgDIqpsfs=";
hash = "sha256-JXxJDFwbwnLc19qfKtHwsZDv3Un1ahCOZlAfQbBuCpc=";
};
nativeBuildInputs = [