shellhub-agent: 0.20.0 -> 0.20.1

R. Ryantm b6dde26b 465ab8f0

+3 -3
+3 -3
pkgs/by-name/sh/shellhub-agent/package.nix
··· 12 13 buildGoModule rec { 14 pname = "shellhub-agent"; 15 - version = "0.20.0"; 16 17 src = fetchFromGitHub { 18 owner = "shellhub-io"; 19 repo = "shellhub"; 20 rev = "v${version}"; 21 - hash = "sha256-cDCpZB9lkEnkltY2OQ/Y5HSZmlukeQFbuxhtbeb8E2s="; 22 }; 23 24 modRoot = "./agent"; 25 26 - vendorHash = "sha256-17D8xrLlwX57JW4yXfPlo9RQRMCxVa7MjQQmzI/MBas="; 27 28 ldflags = [ 29 "-s"
··· 12 13 buildGoModule rec { 14 pname = "shellhub-agent"; 15 + version = "0.20.1"; 16 17 src = fetchFromGitHub { 18 owner = "shellhub-io"; 19 repo = "shellhub"; 20 rev = "v${version}"; 21 + hash = "sha256-VO8uQ5tXYK1k1WZiJAq8/VcvCiCcbjzGMDWfZwKSw9w="; 22 }; 23 24 modRoot = "./agent"; 25 26 + vendorHash = "sha256-BAZ/rZqI51FYAHLcxbsPQofeNvRZRWihWAMEf91DDHI="; 27 28 ldflags = [ 29 "-s"