lol

Merge pull request #195692 from r-ryantm/auto-update/gum

gum: 0.7.0 -> 0.8.0

authored by

figsoda and committed by
GitHub
d3549e6a 7f4fe58f

+3 -3
+3 -3
pkgs/applications/misc/gum/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gum"; 5 - version = "0.7.0"; 5 + version = "0.8.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "charmbracelet"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-T8dIk99qUMyeZvfM+rLA13HAmITQ8SMsQ9uIXtMM+MM="; 11 + sha256 = "sha256-6x1t/PLs1dqlY5XQ1F0PDqZ/TofZ0h1hTc0C1sjn3fA="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-sht9e4pam4aJCylUZPeVGwk9TYttumJSniNVxI0LfNM="; 14 + vendorSha256 = "sha256-rOBwhPXo4sTSI3j3rn3c5qWGnGFgkpeFUKgtzKBltbg="; 15 15 16 16 nativeBuildInputs = [ 17 17 installShellFiles