ttyplot: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm 2024-01-30 03:41:16 +00:00
parent 1000d29be1
commit b925d4bbc0

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ttyplot";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "tenox7";
repo = "ttyplot";
rev = version;
hash = "sha256-SQ5keCcwzQsSxfSevQwRa1eNf+8JXsrh1vljehI4tPc=";
hash = "sha256-HBJvTDhp1CA96gRU2Q+lMxcFaZ+txXcmNb8Cg1BFiH4=";
};
buildInputs = [