ttyplot: 1.6.2 -> 1.6.4

This commit is contained in:
R. Ryantm 2024-05-13 03:24:29 +00:00
parent 2f9350605a
commit 5f333c1d4a

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ttyplot";
version = "1.6.2";
version = "1.6.4";
src = fetchFromGitHub {
owner = "tenox7";
repo = "ttyplot";
rev = version;
hash = "sha256-HBJvTDhp1CA96gRU2Q+lMxcFaZ+txXcmNb8Cg1BFiH4=";
hash = "sha256-yxAFqi3TgiKiZYgR891ahkwUqZLk/JDsjujOYmBjUtk=";
};
nativeBuildInputs = [