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

asciigraph: 0.5.1 -> 0.5.2
This commit is contained in:
Fabian Affolter 2021-03-30 21:11:42 +02:00 committed by GitHub
commit 19974d2e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "asciigraph";
version = "0.5.1";
version = "0.5.2";
goPackagePath = "github.com/guptarohit/asciigraph";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "guptarohit";
repo = pname;
rev = "v${version}";
sha256 = "0aqf64b5d5lf9scvxdx5f3p0vvx5s59mrvr6hcjljg1prksah9ns";
sha256 = "sha256-iVgJtxt0B6nMA3bieZ1CmZucwLMb5av6Wn5BMDRWfcI=";
};
meta = with lib; {