Merge pull request #298782 from r-ryantm/auto-update/asciigraph

asciigraph: 0.5.6 -> 0.6.0
This commit is contained in:
Pol Dellaiera 2024-03-25 08:40:17 +01:00 committed by GitHub
commit d15458386b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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;