gum: 0.16.2 -> 0.17.0

This commit is contained in:
R. Ryantm
2025-09-05 19:58:23 +00:00
parent 610eccade1
commit 51114f7c40
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "gum";
version = "0.16.2";
version = "0.17.0";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "gum";
rev = "v${version}";
hash = "sha256-Qs7I9AdJx1FwQK+stgLJbXAIiL+zOYCDf1u+kT7u+Bg=";
hash = "sha256-TbheGevUrUKwT97JayW7rfAEgAfRnpOvHyvAxt27sIg=";
};
vendorHash = "sha256-jCJUT7RXXPMgKgP48qip8MxcNB+EkrxUruOAj9WRSQA=";
vendorHash = "sha256-9vHlQuJA5g5sonfxe+whXDdkROuE3lZzOPYq74tJZtE=";
nativeBuildInputs = [
installShellFiles