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

ttyplot: 1.6.5 -> 1.7.0
This commit is contained in:
lassulus
2024-08-04 10:52:33 +02:00
committed by GitHub
+2 -2
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 = [