gum: 0.2.0 -> 0.4.0

This commit is contained in:
Maas Lalani 2022-08-04 13:23:51 -04:00 committed by zowoq
parent 8f84c46496
commit 3a194300e2

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gum";
version = "0.2.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LP/vUfmUja3y7t6gT/YLt08mV+owp5cWolkiw8kfn78=";
sha256 = "sha256-zFw2Lf+N8jxrw6JYqzsDMXIMchFc2bxAofELrgIMquk=";
};
vendorSha256 = "sha256-uX0CQRqrM0/fj14owcUUpYph2j5ZwJITG53na31N6kg=";
vendorSha256 = "sha256-8MqBGMcYR/kbExfXBeQrO8p7a/uawUk2hLmnQtarWEw=";
nativeBuildInputs = [
installShellFiles