Skip to content

Commit

Permalink
Merge pull request #307622 from r-ryantm/auto-update/gum
Browse files Browse the repository at this point in the history
gum: 0.13.0 -> 0.14.0
  • Loading branch information
natsukium committed May 1, 2024
2 parents b0d9bae + 4d4aa99 commit 01fddbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/gum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "gum";
version = "0.13.0";
version = "0.14.0";

src = fetchFromGitHub {
owner = "charmbracelet";
repo = pname;
rev = "v${version}";
hash = "sha256-NgMEgSfHVLCEKZ3MmNV571ySMUD8wj+kq5EccGrxtZc=";
hash = "sha256-TpLaZ/935S57K60NdgJXVY+YQEedralZMoQHWRgkH+A=";
};

vendorHash = "sha256-fmc6nbS/Xmn/YRwToRH7EhP4SFRMf8hjZ/rLtaP/USo=";
vendorHash = "sha256-UgpOHZ/CEnGsmUTyNrhh+qDmKEplr18b/OrO2qcIhF4=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 01fddbc

Please sign in to comment.