ttyplot: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm
2025-06-19 00:35:15 +00:00
parent a91e2d997f
commit 4aa728f843
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "ttyplot";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "tenox7";
repo = "ttyplot";
rev = version;
hash = "sha256-XPWfSL1395TBkUmAO5kB9TdAZHL011o6t/2s01W/kk8=";
hash = "sha256-zTbcl8hM/XYdkV8V/BCQ94fuFXWOMGdQZeowKRhvYNo=";
};
nativeBuildInputs = [