Merge pull request #284898 from r-ryantm/auto-update/ttyplot

ttyplot: 1.6.1 -> 1.6.2
This commit is contained in:
Lassulus 2024-02-05 14:07:13 +07:00 committed by GitHub
commit e1439dcd8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 = [