gum: 0.8.0 -> 0.10.0

This commit is contained in:
Gabriel Arazas 2023-03-28 17:39:17 +08:00
parent 2371f8a8eb
commit 1139cea542

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gum";
version = "0.8.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6x1t/PLs1dqlY5XQ1F0PDqZ/TofZ0h1hTc0C1sjn3fA=";
sha256 = "sha256-SP8n9PGfn4Oe+3+i7gT4i2WKgO35igPu+86SGp65R7g=";
};
vendorSha256 = "sha256-rOBwhPXo4sTSI3j3rn3c5qWGnGFgkpeFUKgtzKBltbg=";
vendorSha256 = "sha256-gA545IqG3us0mmWxbw3fu3mFLqJzluH/T6d3ilfnLyM=";
nativeBuildInputs = [
installShellFiles