charm: 0.12.5 -> 0.12.6

This commit is contained in:
R. Ryantm 2023-08-12 13:20:29 +00:00
parent 9f039b93af
commit dfe7b31d9b

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "charm";
version = "0.12.5";
version = "0.12.6";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "charm";
rev = "v${version}";
sha256 = "sha256-lTjpvh0bl4Fk+d3mcDvVQY3Ef6UYE23qoS60nltVcsU=";
sha256 = "sha256-RtUHJIMbodICEDIhjH/QZlAS7dxBsL/uNYA2IoObAg0=";
};
vendorSha256 = "sha256-TNxAtx+fT6CEpa2g/tNl9sCwt3kAmNq7G870TPt2MQ4=";
vendorHash = "sha256-V5azvQ8vMkgF2Myt6h5Gw09b+Xwg1XLyTImG52qQ+20=";
ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];