brev-cli: 0.6.176 -> 0.6.179

This commit is contained in:
R. Ryantm 2022-11-17 21:21:23 +00:00
parent de60d387a0
commit f423b34570

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "brev-cli"; pname = "brev-cli";
version = "0.6.176"; version = "0.6.179";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "brevdev"; owner = "brevdev";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-UEWqMgcO2emV3JxR8u13YetoV4MPukUVC0gd21cZ20Y="; sha256 = "sha256-vU4pEVH6y72Z8H3QgrgxTp0tofAOMGUnez3Q343EOXw=";
}; };
vendorSha256 = "sha256-1cQd/gxXFB1VagTICvxCjtqCUlPHL4NCuW6u2AeE/WM="; vendorSha256 = "sha256-uaLoh1VhJAT5liGqL77DLhAWviy5Ci8B16LuzCWuek8=";
CGO_ENABLED = 0; CGO_ENABLED = 0;
subPackages = [ "." ]; subPackages = [ "." ];