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

asciigraph: 0.5.2 -> 0.5.3
This commit is contained in:
Renaud 2022-02-25 17:05:08 +01:00 committed by GitHub
commit 43f4ad1d72
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.2";
version = "0.5.3";
goPackagePath = "github.com/guptarohit/asciigraph";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "guptarohit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iVgJtxt0B6nMA3bieZ1CmZucwLMb5av6Wn5BMDRWfcI=";
sha256 = "sha256-GzFJT4LI1QZzghs9g2A+pqkTg68XC+m9F14rYpMxEXM=";
};
meta = with lib; {