Merge pull request #309888 from r-ryantm/auto-update/shellhub-agent

shellhub-agent: 0.15.0 -> 0.15.1

authored by Nick Cao and committed by GitHub 291683af 60a76c25

+3 -3
+3 -3
pkgs/applications/networking/shellhub-agent/default.nix
··· 11 12 buildGoModule rec { 13 pname = "shellhub-agent"; 14 - version = "0.15.0"; 15 16 src = fetchFromGitHub { 17 owner = "shellhub-io"; 18 repo = "shellhub"; 19 rev = "v${version}"; 20 - hash = "sha256-533GGzSlpF9Rz8SrV0x6Hea/H8WxujuPF3cwmL5vdCw="; 21 }; 22 23 modRoot = "./agent"; 24 25 - vendorHash = "sha256-F3di9oTuE7qWzvAbHMkrSG+hkEs7FpEo4tLX6dCdklY="; 26 27 ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ]; 28
··· 11 12 buildGoModule rec { 13 pname = "shellhub-agent"; 14 + version = "0.15.1"; 15 16 src = fetchFromGitHub { 17 owner = "shellhub-io"; 18 repo = "shellhub"; 19 rev = "v${version}"; 20 + hash = "sha256-QwbxGym0eesCzrT//1+Hcr15B4nFck5u1VNRU8xE3Qo="; 21 }; 22 23 modRoot = "./agent"; 24 25 + vendorHash = "sha256-JlfQRYdmxghGrKGwrn8jK1m32EhskmhMiyxNHZma0N0="; 26 27 ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ]; 28