ttyplot: 1.6.4 -> 1.6.5

This commit is contained in:
R. Ryantm 2024-05-22 22:06:14 +00:00
parent d81379404f
commit 77d685bc82

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ttyplot";
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "tenox7";
repo = "ttyplot";
rev = version;
hash = "sha256-yxAFqi3TgiKiZYgR891ahkwUqZLk/JDsjujOYmBjUtk=";
hash = "sha256-DLFEnEo+EQuq4ziqo9qfyHGD1Zosk9Kb/80QjnI2aXk=";
};
nativeBuildInputs = [