ascii-image-converter: 1.11.0 -> 1.12.0
This commit is contained in:
parent
49a2bcc6e2
commit
957f493f58
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ascii-image-converter";
|
pname = "ascii-image-converter";
|
||||||
version = "1.11.0";
|
version = "1.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TheZoraiz";
|
owner = "TheZoraiz";
|
||||||
repo = "ascii-image-converter";
|
repo = "ascii-image-converter";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "DitJnWIz1Dt9yXtyQp/z738IAmG4neYmfc49Wdjos7Q=";
|
sha256 = "5Sa9PqhoJ/LCAHrymqVCO4bI39mQeVa4xv1z235Cxvg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-pKgukWKF4f/kLASjh8aKU7x9UBW/H+4C/02vxmh+qOU=";
|
vendorSha256 = "rQS3QH9vnEbQZszG3FOr1P5HYgS63BurCNCFQTTdvZs=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Convert images into ASCII art on the console";
|
description = "Convert images into ASCII art on the console";
|
||||||
|
|
Loading…
Reference in a new issue