asciigraph: 0.5.3 -> 0.5.5

This commit is contained in:
R. Ryantm 2022-05-25 01:26:37 +00:00
parent e23890fd99
commit ed8f89cc12

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "asciigraph";
version = "0.5.3";
version = "0.5.5";
src = fetchFromGitHub {
owner = "guptarohit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GzFJT4LI1QZzghs9g2A+pqkTg68XC+m9F14rYpMxEXM=";
sha256 = "sha256-7sobelRCDY8mC5FYyGZmNsvUsEMxRulqPnUucNRN5J8=";
};
vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
vendorSha256 = null;
ldflags = [ "-s" "-w" ];