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

asciigraph: 0.5.5 -> 0.5.6
This commit is contained in:
Nick Cao 2023-06-28 20:33:13 +08:00 committed by GitHub
commit 3dc05f7780
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "asciigraph";
version = "0.5.5";
version = "0.5.6";
src = fetchFromGitHub {
owner = "guptarohit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7sobelRCDY8mC5FYyGZmNsvUsEMxRulqPnUucNRN5J8=";
sha256 = "sha256-ZmH0+UXPUyO90ZI6YsKiTd6Nf8dgZAgm7Qx8PVUkHAU=";
};
vendorSha256 = null;
vendorHash = null;
ldflags = [ "-s" "-w" ];