mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
asciigraph: 0.5.2 -> 0.5.3
This commit is contained in:
parent
d81f048ef4
commit
7568527108
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "asciigraph";
|
pname = "asciigraph";
|
||||||
version = "0.5.2";
|
version = "0.5.3";
|
||||||
|
|
||||||
goPackagePath = "github.com/guptarohit/asciigraph";
|
goPackagePath = "github.com/guptarohit/asciigraph";
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||||||
owner = "guptarohit";
|
owner = "guptarohit";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-iVgJtxt0B6nMA3bieZ1CmZucwLMb5av6Wn5BMDRWfcI=";
|
sha256 = "sha256-GzFJT4LI1QZzghs9g2A+pqkTg68XC+m9F14rYpMxEXM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user