asciigraph: 0.5.6 -> 0.6.0

This commit is contained in:
R. Ryantm 2024-03-25 00:52:15 +00:00
parent 3a6b97ce32
commit 6356d97738

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "asciigraph";
version = "0.5.6";
version = "0.6.0";
src = fetchFromGitHub {
owner = "guptarohit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZmH0+UXPUyO90ZI6YsKiTd6Nf8dgZAgm7Qx8PVUkHAU=";
sha256 = "sha256-tImHxTVKFFE5RcHCyJ3dyV6kGp3keZzDRhpHsp+IGB0=";
};
vendorHash = null;