charm: 0.10.3 -> 0.11.0

This commit is contained in:
superherointj 2022-04-07 18:50:43 -03:00
parent 1f0e776d11
commit c6adc82943

View File

@ -2,18 +2,16 @@
buildGoModule rec {
pname = "charm";
version = "0.10.3";
version = "0.11.0";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "charm";
rev = "v${version}";
sha256 = "sha256-7WdSIpmpN8Zz2k5PveYZoCueQo5sLxLLZvZdzxRlkaE=";
sha256 = "sha256-98TUiFy4X7lMUostkgZikk6r6wzBPF0pqWthrS9nU+U=";
};
vendorSha256 = "sha256-5cqZxh2uvmJV7DtAGzQwt//heF3kF9mjyB0KAs8nWZY=";
doCheck = false;
vendorSha256 = "sha256-enkt7BUAntbB75LR12NB0vW6z9dTPzk0bGdRrn3JHm4=";
ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];