ttyplot: 1.6.5 -> 1.7.0

This commit is contained in:
R. Ryantm 2024-08-04 03:22:40 +00:00
parent 54770984fc
commit 729e7d5af2

View File

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