ttyplot: 1.7.0 -> 1.7.1 (#391419)

This commit is contained in:
Nick Cao
2025-03-20 17:01:07 -04:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "ttyplot";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "tenox7";
repo = "ttyplot";
rev = version;
hash = "sha256-B95pd0hoesBDQwzN0h3kMBVcUFJVWQrpOKizKpdoiok=";
hash = "sha256-XPWfSL1395TBkUmAO5kB9TdAZHL011o6t/2s01W/kk8=";
};
nativeBuildInputs = [