1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

asciigraph: 0.6.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2024-04-02 18:54:13 +00:00
parent 80c8b15bce
commit 27b5a9c67e

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;