asciigraph: 0.5.5 -> 0.5.6

+3 -3
+3 -3
pkgs/tools/text/asciigraph/default.nix
··· 2 3 buildGoModule rec { 4 pname = "asciigraph"; 5 - version = "0.5.5"; 6 7 src = fetchFromGitHub { 8 owner = "guptarohit"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-7sobelRCDY8mC5FYyGZmNsvUsEMxRulqPnUucNRN5J8="; 12 }; 13 14 - vendorSha256 = null; 15 16 ldflags = [ "-s" "-w" ]; 17
··· 2 3 buildGoModule rec { 4 pname = "asciigraph"; 5 + version = "0.5.6"; 6 7 src = fetchFromGitHub { 8 owner = "guptarohit"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-ZmH0+UXPUyO90ZI6YsKiTd6Nf8dgZAgm7Qx8PVUkHAU="; 12 }; 13 14 + vendorHash = null; 15 16 ldflags = [ "-s" "-w" ]; 17