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

asciigraph: 0.6.0 -> 0.7.1
This commit is contained in:
Ben Siraphob
2024-04-02 15:27:27 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "asciigraph";
version = "0.6.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "guptarohit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tImHxTVKFFE5RcHCyJ3dyV6kGp3keZzDRhpHsp+IGB0=";
sha256 = "sha256-pCfjk8ViMY2iAus2/hibSZXgKY9YBFRH3vsD19MTJ+8=";
};
vendorHash = null;