asciigraph: 0.5.5 -> 0.5.6

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